Tracer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Traces different kinds of events.
public ref class Tracer : Microsoft::VisualStudio::Utilities::ITracer
[Windows::Foundation::Metadata::WebHostHidden]
class Tracer : Microsoft::VisualStudio::Utilities::ITracer
public class Tracer : Microsoft.VisualStudio.Utilities.ITracer
type Tracer = class
interface ITracer
Public Class Tracer
Implements ITracer
- Inheritance
-
Tracer
- Implements
Constructors
| Tracer(String) |
Initializes a new instance of Tracer with the specified name. |
Fields
| IndentString |
The indent string. |
| MaxIndent |
The maximum indentation level. |
| Null |
The null tracer. |
Properties
| IndentLevel |
The indentation level of the tracer |
| Level |
The verbosity level of the tracer |
| Source |
The TraceSource for the tracer |