updateConfig static method
Update the logger configuration at runtime. Listeners will be notified.
Implementation
static void updateConfig(LoggerConfig newConfig) {
config.value = newConfig;
}
Update the logger configuration at runtime. Listeners will be notified.
static void updateConfig(LoggerConfig newConfig) {
config.value = newConfig;
}