isCriticalMode property

bool isCriticalMode
getter/setter pair

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;