This documentation is archived and is not being maintained.
Tracer Class
Traces different kinds of events.
Namespace:
Microsoft.VisualStudio.UtilitiesAssembly:
Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public class Tracer : ITracer
| Name | Description |
|---|
 | Tracer(String) | Initializes a new instance of Tracer with the specified name. |
| Name | Description |
|---|
 | IndentLevel | Gets the indentation level of the tracer. |
 | Level | Gets or sets the verbosity level of the tracer. |
 | Source | Gets or sets the TraceSource for the tracer. |
| Name | Description |
|---|
 | Equals(Object) | |
 | Finalize() | |
 | GetHashCode() | |
 | GetType() | |
 | Indent(Int32) | Increases the indent level by count. |
 | MemberwiseClone() | |
 | ShouldTrace(TraceEventType) | Determines whether trace listeners should be called, based on the trace event type. |
 | ToString() | |
 | Trace(TraceEventType, String) | |
 | Trace(TraceEventType, String, Object) | |
 | Trace(TraceEventType, String, Object, Object) | |
 | Trace(TraceEventType, String, Object[]) | |
 | TraceError(String) | |
 | TraceError(String, Object) | |
 | TraceError(String, Object, Object) | |
 | TraceError(String, Object[]) | |
 | TraceException(Exception, TraceEventType) | |
 | TraceInformation(String) | Traces an information event. |
 | TraceInformation(String, Object) | Traces an information event. |
 | TraceInformation(String, Object, Object) | Traces an information event. |
 | TraceInformation(String, Object[]) | Traces an information event. |
 | TraceVerbose(String) | |
 | TraceVerbose(String, Object) | |
 | TraceVerbose(String, Object, Object) | |
 | TraceVerbose(String, Object[]) | |
 | TraceWarning(String) | |
 | TraceWarning(String, Object) | |
 | TraceWarning(String, Object, Object) | |
 | TraceWarning(String, Object[]) | |
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