TraceLogger.CurrentTraceLevel Property
Gets the trace level of the current tracer.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As TraceLogger
Dim value As SourceLevels
value = instance.CurrentTraceLevel
Syntax
'Declaration
Public ReadOnly Property CurrentTraceLevel As SourceLevels
public SourceLevels CurrentTraceLevel { get; }
public:
property SourceLevels CurrentTraceLevel {
SourceLevels get ();
}
/** @property */
public SourceLevels get_CurrentTraceLevel ()
public function get CurrentTraceLevel () : SourceLevels
Property Value
Type: SourceLevels
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
TraceLogger Class
TraceLogger Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.