The severity prefix logger wraps another loggers and encodes the severity of a log entry into the log message itself in a standard form.

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

Syntax

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

Remarks

This wrapper is useful when the base logger may not be able to report the severity via other means or when severity information must be reconstructed from plain text.

Inheritance Hierarchy

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

See Also