A contextual log trace listener 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#
public sealed class ContextualLogTraceListener : TraceListener
Visual Basic (Declaration)
Public NotInheritable Class ContextualLogTraceListener _
	Inherits TraceListener

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.Diagnostics..::.TraceListener
      Gallio.Model.Environments..::.ContextualLogTraceListener

See Also