isTraceEnabled abstract method

bool isTraceEnabled()

Checks if this logger is enabled for the Trace level.

The property should be true if this logger is enabled for Trace events, false otherwise.
This property is intended to lessen the computational cost of disabled log Trace statements. Note that even if the property is false, Trace log lines may be received anyway by the Trace methods.

Returns true if the Trace logger is enabled

Implementation

bool isTraceEnabled();