class BriefLogFormatter : FormatterA Java logging formatter that writes more compact output than the default.
| <init> |
BriefLogFormatter()A Java logging formatter that writes more compact output than the default. |
| format |
fun format(logRecord: LogRecord): String |
| init |
fun init(): UnitConfigures JDK logging to use this class for everything. |
| initVerbose |
fun initVerbose(vararg loggerNames: String): UnitTakes a set of strings identifying logger names for which the logging level should be configured. If the logger name starts with a + or an ordinary character, the level is set to Level.ALL. If it starts with a - then logging is switched off. |
| loggingOff |
fun loggingOff(vararg names: String): Unitfun loggingOff(vararg classes: KClass<*>): Unit |
| loggingOn |
fun loggingOn(vararg names: String): Unitfun loggingOn(vararg classes: KClass<*>): Unit |