init static method
Initialize the logger with the given configuration.
Implementation
static void init(LoggerConfig initialConfig) {
config.value = initialConfig;
_initialized = true;
}
Initialize the logger with the given configuration.
static void init(LoggerConfig initialConfig) {
config.value = initialConfig;
_initialized = true;
}