isInfoEnabled abstract method

bool isInfoEnabled()

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.

Returns true if the Info logger is enabled

Implementation

bool isInfoEnabled();