isDebugEnabled property

bool isDebugEnabled
inherited

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

Implementation

bool get isDebugEnabled;
void isDebugEnabled=(bool newValue)
inherited

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

Implementation

set isDebugEnabled(bool newValue);