StaticConfig
data class StaticConfig(val minSeverity: Severity = DEFAULT_MIN_SEVERITY, val logWriterList: List<LogWriter> = listOf(CommonWriter())) : LoggerConfig
Immutable LoggerConfig. Access is thread safe because state is immutable. Use this is you are worried about logging performance.