A ILogger implementation that logs messages to the specified MarkupStreamWriter.

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

Syntax

C#
public sealed class MarkupStreamLogger : BaseLogger
Visual Basic (Declaration)
Public NotInheritable Class MarkupStreamLogger _
	Inherits BaseLogger

Remarks

This can be used to write log messages to a markup stream.

Inheritance Hierarchy

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

See Also