isLogEnable property
Indicates whether logging is enabled. By default, it follows the debug mode setting of the application.
Implementation
bool isLogEnable = kDebugMode;
Indicates whether logging is enabled. By default, it follows the debug mode setting of the application.
bool isLogEnable = kDebugMode;