printHandle property

bool printHandle
getter/setter pair

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;