printHandle property
A flag indicating whether logging is enabled or not. If true, no log messages will be printed.
Example:
AppLogs.printHandle = true;
Implementation
static bool printHandle = false;
A flag indicating whether logging is enabled or not. If true, no log messages will be printed.
Example:
AppLogs.printHandle = true;
static bool printHandle = false;