updateConfig static method

void updateConfig(
  1. LoggerConfig newConfig
)

Update the logger configuration at runtime. Listeners will be notified.

Implementation

static void updateConfig(LoggerConfig newConfig) {
  config.value = newConfig;
}