enabled property
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;
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.
bool enabled;