A logger that writes output to a TextWriter.
Namespace:
Gallio.Runtime.LoggingAssembly: 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.
