enabled property

bool enabled
getter/setter pair

Enables debug logging info.

The default value is the same value of kDebugMode, so it is enabled by default when the application is compiled in debug mode and disabled when it is not.

Implementation

bool enabled;