| Modifier and Type | Method and Description |
|---|---|
static LogBackUtil.LogBackConfigurator |
LogBackUtil.ifNotInstalled() |
LogBackUtil.LogBackConfigurator |
LogBackUtil.LogBackConfigurator.ifNotInstalled()
Install the logger only if none has been installed before
|
static LogBackUtil.LogBackConfigurator |
LogBackUtil.withFormat(String format) |
LogBackUtil.LogBackConfigurator |
LogBackUtil.LogBackConfigurator.withFormat(String format)
Set the format for this console appender
|
static LogBackUtil.LogBackConfigurator |
LogBackUtil.withLevel(ch.qos.logback.classic.Level level) |
LogBackUtil.LogBackConfigurator |
LogBackUtil.LogBackConfigurator.withLevel(ch.qos.logback.classic.Level level)
Set the log level of the root logger
|
static LogBackUtil.LogBackConfigurator |
LogBackUtil.withLoggers(String pattern,
ch.qos.logback.classic.Level level) |
LogBackUtil.LogBackConfigurator |
LogBackUtil.LogBackConfigurator.withLoggers(String pattern,
ch.qos.logback.classic.Level level)
Set the log level for a specific logger (class or package)
|
Copyright © 2016. All rights reserved.