A logger that writes output to a TextWriter.

Namespace:  Gallio.Runtime.Logging
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class TextLogger : BaseLogger
Visual Basic (Declaration)
Public Class TextLogger _
	Inherits BaseLogger

Remarks

To include severity information in the output, wrap this logger with a SeverityPrefixLogger.

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Logging..::.BaseLogger
    Gallio.Runtime.Logging..::.TextLogger

See Also