Package | Description |
---|---|
ch.qos.logback.classic |
Contains logback classic main classes.
|
ch.qos.logback.classic.gaffer | |
ch.qos.logback.classic.jmx | |
ch.qos.logback.classic.jul |
Logback <-> java.util.logging (JUL) integration.
|
ch.qos.logback.classic.net |
Contains classes used to log through a network
|
ch.qos.logback.classic.selector | |
ch.qos.logback.classic.spi |
Contains core classes of logback classic.
|
ch.qos.logback.classic.util |
Contains utility classes.
|
Modifier and Type | Method and Description |
---|---|
LoggerContext |
Logger.getLoggerContext()
Return the context for this logger.
|
Modifier and Type | Method and Description |
---|---|
static void |
BasicConfigurator.configure(LoggerContext lc) |
Modifier and Type | Method and Description |
---|---|
static void |
GafferUtil.runGafferConfiguratorOn(LoggerContext loggerContext,
java.lang.Object origin,
java.io.File configFile) |
static void |
GafferUtil.runGafferConfiguratorOn(LoggerContext loggerContext,
java.lang.Object origin,
java.net.URL configFile) |
Modifier and Type | Method and Description |
---|---|
static void |
MBeanUtil.createAndRegisterJMXConfigurator(javax.management.MBeanServer mbs,
LoggerContext loggerContext,
JMXConfigurator jmxConfigurator,
javax.management.ObjectName objectName,
java.lang.Object caller) |
void |
JMXConfigurator.onReset(LoggerContext context) |
void |
JMXConfigurator.onStart(LoggerContext context) |
void |
JMXConfigurator.onStop(LoggerContext context)
When the associated LoggerContext is stopped, this configurator must be
unregistered
|
static void |
MBeanUtil.unregister(LoggerContext loggerContext,
javax.management.MBeanServer mbs,
javax.management.ObjectName objectName,
java.lang.Object caller) |
Constructor and Description |
---|
JMXConfigurator(LoggerContext loggerContext,
javax.management.MBeanServer mbs,
javax.management.ObjectName objectName) |
Modifier and Type | Method and Description |
---|---|
void |
LevelChangePropagator.onReset(LoggerContext context) |
void |
LevelChangePropagator.onStart(LoggerContext context) |
void |
LevelChangePropagator.onStop(LoggerContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
SimpleSocketServer.configureLC(LoggerContext lc,
java.lang.String configFile) |
Constructor and Description |
---|
SimpleSocketServer(LoggerContext lc,
int port) |
SocketNode(SimpleSocketServer socketServer,
java.net.Socket socket,
LoggerContext context) |
Modifier and Type | Method and Description |
---|---|
LoggerContext |
ContextJNDISelector.detachLoggerContext(java.lang.String loggerContextName) |
LoggerContext |
ContextSelector.detachLoggerContext(java.lang.String loggerContextName) |
LoggerContext |
DefaultContextSelector.detachLoggerContext(java.lang.String loggerContextName) |
LoggerContext |
ContextJNDISelector.getDefaultLoggerContext() |
LoggerContext |
ContextSelector.getDefaultLoggerContext() |
LoggerContext |
DefaultContextSelector.getDefaultLoggerContext() |
LoggerContext |
ContextJNDISelector.getLoggerContext() |
LoggerContext |
ContextSelector.getLoggerContext() |
LoggerContext |
DefaultContextSelector.getLoggerContext() |
LoggerContext |
ContextJNDISelector.getLoggerContext(java.lang.String name) |
LoggerContext |
ContextSelector.getLoggerContext(java.lang.String name) |
LoggerContext |
DefaultContextSelector.getLoggerContext(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
ContextJNDISelector.setLocalContext(LoggerContext context)
These methods are used by the LoggerContextFilter.
|
Constructor and Description |
---|
ContextJNDISelector(LoggerContext context) |
DefaultContextSelector(LoggerContext context) |
Modifier and Type | Method and Description |
---|---|
LoggerContext |
LoggerContextAwareBase.getLoggerContext()
Return the
LoggerContext this component is attached to. |
Modifier and Type | Method and Description |
---|---|
void |
LoggerContextListener.onReset(LoggerContext context) |
void |
LoggerContextListener.onStart(LoggerContext context) |
void |
LoggerContextListener.onStop(LoggerContext context) |
void |
LoggerContextAware.setLoggerContext(LoggerContext context)
Set owning logger context for this component.
|
void |
LoggerContextAwareBase.setLoggerContext(LoggerContext context)
Set the owning context.
|
Constructor and Description |
---|
LoggerContextVO(LoggerContext lc) |
LoggerRemoteView(java.lang.String name,
LoggerContext lc) |
Modifier and Type | Method and Description |
---|---|
void |
ContextSelectorStaticBinder.init(LoggerContext defaultLoggerContext,
java.lang.Object key)
FOR INTERNAL USE.
|
Constructor and Description |
---|
ContextInitializer(LoggerContext loggerContext) |