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 |
---|---|
LoggerContext |
GafferConfigurator.getContext() |
Modifier and Type | Method and Description |
---|---|
static void |
GafferUtil.runGafferConfiguratorOn(LoggerContext loggerContext,
Object origin,
File configFile) |
static void |
GafferUtil.runGafferConfiguratorOn(LoggerContext loggerContext,
Object origin,
URL configFile) |
void |
GafferConfigurator.setContext(LoggerContext value) |
Constructor and Description |
---|
GafferConfigurator(LoggerContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
MBeanUtil.createAndRegisterJMXConfigurator(MBeanServer mbs,
LoggerContext loggerContext,
JMXConfigurator jmxConfigurator,
ObjectName objectName,
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,
MBeanServer mbs,
ObjectName objectName,
Object caller) |
Constructor and Description |
---|
JMXConfigurator(LoggerContext loggerContext,
MBeanServer mbs,
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,
String configFile) |
Constructor and Description |
---|
SimpleSocketServer(LoggerContext lc,
int port) |
SocketNode(SimpleSocketServer socketServer,
Socket socket,
LoggerContext context) |
Modifier and Type | Method and Description |
---|---|
LoggerContext |
DefaultContextSelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
ContextSelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
ContextJNDISelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
DefaultContextSelector.getDefaultLoggerContext() |
LoggerContext |
ContextSelector.getDefaultLoggerContext() |
LoggerContext |
ContextJNDISelector.getDefaultLoggerContext() |
LoggerContext |
DefaultContextSelector.getLoggerContext() |
LoggerContext |
ContextSelector.getLoggerContext() |
LoggerContext |
ContextJNDISelector.getLoggerContext() |
LoggerContext |
DefaultContextSelector.getLoggerContext(String name) |
LoggerContext |
ContextSelector.getLoggerContext(String name) |
LoggerContext |
ContextJNDISelector.getLoggerContext(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 |
LoggerContextAwareBase.setLoggerContext(LoggerContext context)
Set the owning context.
|
void |
LoggerContextAware.setLoggerContext(LoggerContext context)
Set owning logger context for this component.
|
Constructor and Description |
---|
LoggerContextVO(LoggerContext lc) |
LoggerRemoteView(String name,
LoggerContext lc) |
Modifier and Type | Method and Description |
---|---|
void |
ContextSelectorStaticBinder.init(LoggerContext defaultLoggerContext,
Object key)
FOR INTERNAL USE.
|
Constructor and Description |
---|
ContextInitializer(LoggerContext loggerContext) |
Copyright © 2005-2013 QOS.ch. All Rights Reserved.