fromLoggerBase

fun fromLoggerBase(baseName: String, stopOnMatch: Boolean = false)

DSL function to specify that logger names should match from the specified base name.

Parameters

baseName

match logger names from this base

stopOnMatch

stop using loggers after this one if it matches