Share via


TraceableBase Class

Definition

public abstract class TraceableBase
type TraceableBase = class
Public MustInherit Class TraceableBase
Inheritance
TraceableBase
Derived

Constructors

TraceableBase()

Properties

Trace

Methods

AssertTraceEvent(Boolean, TraceEventType, Int32, String)
AssertTraceEvent(Boolean, TraceEventType, TraceId, String)
AssertTraceException(Boolean, TraceEventType, Int32, Exception, String)
AssertTraceException(Boolean, TraceEventType, TraceId, Exception, String)
DebugTraceEvent(TraceEventType, Int32, String)
DebugTraceException(TraceEventType, Int32, Exception, String)
TraceEvent(TraceEventType, Int32, String, Object[])
TraceEvent(TraceEventType, TraceId, String, Object[])
TraceException(TraceEventType, Int32, Exception, String)
TraceException(TraceEventType, TraceId, Exception, String)

Applies to