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

Checks if this logger is enabled for the Fatal level. 

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

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

 

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