Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ILogger.IsDebugEnabled Property

Checks if this logger is enabled for the Debug level. 

The property should be true if this logger is enabled for Debug events, false otherwise. 

This property is intended to lessen the computational cost of disabled log Debug statements. Note that even if the property is false, Debug log lines may be received anyway by the Debug methods. 

 

C++
__property bool IsDebugEnabled;
C#
bool IsDebugEnabled;
Visual Basic
Property IsDebugEnabled() As bool