ITracer::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)

property SourceLevels Level {
	SourceLevels get();
	void set(SourceLevels value);
}

Property Value

Type: System.Diagnostics::SourceLevels

The verbosity level of the tracer.

Return to top
Show: