The ITraceContext type exposes the following members.

Methods

  NameDescription
Public methodAlways
Always traces the specified message, regardless of trace level settings.
Public methodError
Traces the specified message at the Error trace level.
Public methodException
Traces the specified exception and message at the Error trace level.
Public methodNote
Traces the specified message at the Note trace level.
Public methodStatus
Traces the specified message at the Status trace level.
Public methodVerbose
Traces the specified message at the Verbose trace level.
Public methodWarning
Traces the specified message at the Warning trace level.

See Also