Provides tracing functionality. An instance of the Trace type implements a trace sink.

Namespace:  PostSharp
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class Trace
C#
public sealed class Trace
Visual C++
public ref class Trace sealed

Inheritance Hierarchy

System..::.Object
  PostSharp..::.Trace

See Also