Logging.TraceSwitchLevel Property
Gets the level of the trace switch.
Namespace: Microsoft.Uii.Common.Logging
Assembly: Microsoft.Uii.Common.Logging (in Microsoft.Uii.Common.Logging.dll)
Usage
'Usage
Dim value As TraceLevel
value = Logging.TraceSwitchLevel
Syntax
'Declaration
Public Shared ReadOnly Property TraceSwitchLevel As TraceLevel
public static TraceLevel TraceSwitchLevel { get; }
public:
static property TraceLevel TraceSwitchLevel {
TraceLevel get ();
}
/** @property */
public static TraceLevel get_TraceSwitchLevel ()
public static function get TraceSwitchLevel () : TraceLevel
Property Value
Type:TraceLevel.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Logging Class
Logging Members
Microsoft.Uii.Common.Logging Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.