setLogLevel

open fun setLogLevel(loggerName: String, level: LogLevel)

Sets the logging level for a given logger.

Parameters

loggerName

the name of the logger to set (null can be used for theroot logger).

level

the log level (null can be used to remove any custom level forthe logger and use the default configuration instead)