isCriticalMode property
Indicates whether the logger is in critical mode.
When true, logs are stored in criticalStorage instead of being processed normally.
Implementation
static bool isCriticalMode = false;
Indicates whether the logger is in critical mode.
When true, logs are stored in criticalStorage instead of being processed normally.
static bool isCriticalMode = false;