updateRootLoggerLevel

fun updateRootLoggerLevel(level: Level): Logger

Updates the root logger level and refreshes all loggers in the current context.

This does not change the output file; use switchActiveLogFile for path changes.

Return

The refreshed root Logger.

Parameters

level

New root Level.