Tracer::Level Property

Visual Studio 2015
 

Gets or sets the verbosity level of the tracer.

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

public:
property SourceLevels Level {
	virtual SourceLevels get() sealed;
	virtual void set(SourceLevels value) sealed;
}

Property Value

Type: System.Diagnostics::SourceLevels

The verbosity level of the tracer.

Implements

ITracer::Level
Return to top
Show: