criticalStorage property

CriticalStorage? criticalStorage
getter/setter pair

Storage for log messages when in critical mode.

This is initialized when entering critical mode and cleared when exiting.

Implementation

static CriticalStorage? criticalStorage;