Tracer Class

Visual Studio 2015
 

Traces different kinds of events.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  Microsoft.VisualStudio.Utilities.Tracer

public class Tracer : ITracer

NameDescription
System_CAPS_pubmethodTracer(String)

Initializes a new instance of Tracer with the specified name.

NameDescription
System_CAPS_pubpropertyIndentLevel

Gets the indentation level of the tracer.

System_CAPS_pubpropertyLevel

Gets or sets the verbosity level of the tracer.

System_CAPS_pubpropertySource

Gets or sets the TraceSource for the tracer.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndent(Int32)

Increases the indent level by count.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodShouldTrace(TraceEventType)

Determines whether trace listeners should be called, based on the trace event type.

System_CAPS_pubmethodToString()

Converts the tracer to a string.(Overrides Object.ToString().)

System_CAPS_pubmethodTrace(TraceEventType, String)

Traces an event.

System_CAPS_pubmethodTrace(TraceEventType, String, Object)

Traces an event.

System_CAPS_pubmethodTrace(TraceEventType, String, Object, Object)

Traces an event.

System_CAPS_pubmethodTrace(TraceEventType, String, Object[])

Traces an event.

System_CAPS_pubmethodTraceError(String)

Traces an error event.

System_CAPS_pubmethodTraceError(String, Object)

Traces an error event.

System_CAPS_pubmethodTraceError(String, Object, Object)

Traces an error event.

System_CAPS_pubmethodTraceError(String, Object[])

Traces an error event.

System_CAPS_pubmethodTraceException(Exception, TraceEventType)

Traces an exception.

System_CAPS_pubmethodTraceInformation(String)

Traces an information event.

System_CAPS_pubmethodTraceInformation(String, Object)

Traces an information event.

System_CAPS_pubmethodTraceInformation(String, Object, Object)

Traces an information event.

System_CAPS_pubmethodTraceInformation(String, Object[])

Traces an information event.

System_CAPS_pubmethodTraceVerbose(String)

Traces a verbose event.

System_CAPS_pubmethodTraceVerbose(String, Object)

Traces a verbose event.

System_CAPS_pubmethodTraceVerbose(String, Object, Object)

Traces a verbose event.

System_CAPS_pubmethodTraceVerbose(String, Object[])

Traces a verbose event.

System_CAPS_pubmethodTraceWarning(String)

Traces a warning event.

System_CAPS_pubmethodTraceWarning(String, Object)

Traces a warning event.

System_CAPS_pubmethodTraceWarning(String, Object, Object)

Traces a warning event.

System_CAPS_pubmethodTraceWarning(String, Object[])

Traces a warning event.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticIndentString

The indent string.

System_CAPS_pubfieldSystem_CAPS_staticMaxIndent

The maximum indentation level.

System_CAPS_pubfieldSystem_CAPS_staticNull

The null tracer.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: