isDebugEnabled property

bool get isDebugEnabled

The state of debug messages (if additional logging is on or not).

Implementation

bool get isDebugEnabled;
set isDebugEnabled (bool newValue)

The state of debug messages (if additional logging is on or not).

Implementation

set isDebugEnabled(bool newValue);