Package | Description |
---|---|
ch.qos.logback.classic |
Contains logback classic main classes.
|
ch.qos.logback.classic.jmx | |
ch.qos.logback.classic.jul |
Logback <-> java.util.logging (JUL) integration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LoggerContextListener> |
LoggerContext.getCopyOfListenerList() |
Modifier and Type | Method and Description |
---|---|
void |
LoggerContext.addListener(LoggerContextListener listener) |
void |
LoggerContext.removeListener(LoggerContextListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
JMXConfigurator
A class that provides access to logback components via JMX.
|
Modifier and Type | Class and Description |
---|---|
class |
LevelChangePropagator
Propagate level changes made to a logback logger into the equivalent logger in j.u.l.
|