isLogEnable property

bool isLogEnable
getter/setter pair

Indicates whether logging is enabled. By default, it follows the debug mode setting of the application.

Implementation

bool isLogEnable = kDebugMode;