ITracer Interface
Provides an event tracer.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | IndentLevel | Gets the indentation level of the tracer. |
![]() | Level | Gets or sets the verbosity level of the tracer. |
![]() | Source | Gets the TraceSource for the tracer |
| Name | Description | |
|---|---|---|
![]() | Indent(Int32) | Increases the indent level by count. |
![]() | ShouldTrace(TraceEventType) | Determines whether trace listeners should be called, based on the trace event type. |
![]() | Trace(TraceEventType, String) | Traces an event of the specified type with the specified message. |
![]() | Trace(TraceEventType, String, Object) | Traces an event of the specified type with the specified message and arguments. |
![]() | Trace(TraceEventType, String, Object, Object) | Traces an event of the specified type with the specified message and arguments. |
![]() | Trace(TraceEventType, String, Object[]) | Traces an event of the specified type with the specified message and arguments. |
![]() | TraceError(String) | Traces an Error event with the specified message. |
![]() | TraceError(String, Object) | Traces an Error event with the specified message and argument. |
![]() | TraceError(String, Object, Object) | Traces an Error event with the specified message and arguments. |
![]() | TraceError(String, Object[]) | Traces an Error event with the specified message and arguments. |
![]() | TraceException(Exception, TraceEventType) | Traces an exception. |
![]() | TraceInformation(String) | Traces an information event with the specified message. |
![]() | TraceInformation(String, Object) | Traces an information event with the specified message and argument. |
![]() | TraceInformation(String, Object, Object) | Traces an information event with the specified message and arguments. |
![]() | TraceInformation(String, Object[]) | Traces an information event with the specified message and arguments. |
![]() | TraceVerbose(String) | Traces a verbose event with the specified message. |
![]() | TraceVerbose(String, Object) | Traces a verbose event with the specified message and argument. |
![]() | TraceVerbose(String, Object, Object) | Traces a verbose event with the specified message and arguments. |
![]() | TraceVerbose(String, Object[]) | Traces a verbose event with the specified message and arguments. |
![]() | TraceWarning(String) | Traces a warning event with the specified message. |
![]() | TraceWarning(String, Object) | Traces a warning event with the specified message and argument. |
![]() | TraceWarning(String, Object, Object) | Traces a warning event with the specified message and arguments. |
![]() | TraceWarning(String, Object[]) | Traces a warning event with the specified message and arguments. |

