The class manages a log level and provides a set of abstract methods that
concrete logger subclasses must implement. The log level can be set using a
string or a LogLevel value. Subclasses should respect the current
log level when emitting messages.
set StoreGlobal.GLOBAL_LOG_LEVEL {VERBOSE, DEBUG, WARN, INFO, ERROR, SILENT}
Abstract base class for logging implementations.
The class manages a log level and provides a set of abstract methods that concrete logger subclasses must implement. The log level can be set using a string or a LogLevel value. Subclasses should respect the current log level when emitting messages. set StoreGlobal.GLOBAL_LOG_LEVEL {VERBOSE, DEBUG, WARN, INFO, ERROR, SILENT}