A contextual log text writer messages to a named log stream in the log associated with the test execution context that is active at the time each message is written.

Namespace:  Gallio.Model.Environments
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public sealed class ContextualLogTextWriter : TextWriter
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class ContextualLogTextWriter _
	Inherits TextWriter

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.IO..::.TextWriter
      Gallio.Model.Environments..::.ContextualLogTextWriter

See Also