Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ILogger.IsInfoEnabled Property

Checks if this logger is enabled for the Info level. 

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

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

 

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