isDebugEnabled property

bool isDebugEnabled

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

Implementation

bool get isDebugEnabled;
void isDebugEnabled=(bool newValue)

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

Implementation

set isDebugEnabled(bool newValue);