exactLogger

fun exactLogger(exactName: String, stopOnMatch: Boolean = false)

DSL function to specify that logger names should match this name exactly.

Parameters

exactName

match this logger name exactly

stopOnMatch

stop using loggers after this one if it matches