| 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.joran |
Contains Joran configuration classes.
|
| 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.net.server |
Provides a robust logging server
|
| ch.qos.logback.classic.selector | |
| ch.qos.logback.classic.spi |
Contains core classes of logback classic.
|
| ch.qos.logback.classic.turbo | |
| ch.qos.logback.classic.util |
Contains utility classes.
|
| chapters.appenders | |
| org.slf4j.impl |
| Modifier and Type | Field and Description |
|---|---|
(package private) LoggerContext |
Logger.loggerContext |
| Modifier and Type | Method and Description |
|---|---|
LoggerContext |
Logger.getLoggerContext()
Return the context for this logger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicConfigurator.configure(LoggerContext lc) |
| Constructor and Description |
|---|
Logger(java.lang.String name,
Logger parent,
LoggerContext loggerContext) |
| Modifier and Type | Method and Description |
|---|---|
LoggerContext |
GafferConfigurator.getContext() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
GafferUtil.addError(LoggerContext context,
java.lang.Object origin,
java.lang.String msg) |
private static void |
GafferUtil.addError(LoggerContext context,
java.lang.Object origin,
java.lang.String msg,
java.lang.Throwable t) |
private static GafferConfigurator |
GafferUtil.newGafferConfiguratorInstance(LoggerContext loggerContext,
java.lang.Object origin) |
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) |
void |
GafferConfigurator.setContext(LoggerContext value) |
| Constructor and Description |
|---|
GafferConfigurator(LoggerContext context) |
| Modifier and Type | Field and Description |
|---|---|
(package private) LoggerContext |
JMXConfigurator.loggerContext |
| 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 |
|---|---|
private void |
ReconfigureOnChangeTask.fallbackConfiguration(LoggerContext lc,
java.util.List<SaxEvent> eventList,
java.net.URL mainURL) |
private void |
ReconfigureOnChangeTask.performXMLConfiguration(LoggerContext lc,
java.net.URL mainConfigurationURL) |
| Modifier and Type | Method and Description |
|---|---|
void |
LevelChangePropagator.onReset(LoggerContext context) |
void |
LevelChangePropagator.onStart(LoggerContext context) |
void |
LevelChangePropagator.onStop(LoggerContext context) |
| Modifier and Type | Field and Description |
|---|---|
(package private) LoggerContext |
SocketNode.context |
private LoggerContext |
SimpleSocketServer.lc |
| Modifier and Type | Method and Description |
|---|---|
static void |
SimpleSocketServer.configureLC(LoggerContext lc,
java.lang.String configFile) |
private void |
SocketReceiver.dispatchEvents(LoggerContext lc) |
| Constructor and Description |
|---|
SimpleSocketServer(LoggerContext lc,
int port) |
SimpleSSLSocketServer(LoggerContext lc,
int port)
Creates a new server using the default SSL context.
|
SimpleSSLSocketServer(LoggerContext lc,
int port,
javax.net.ssl.SSLContext sslContext)
Creates a new server using a custom SSL context.
|
SocketNode(SimpleSocketServer socketServer,
java.net.Socket socket,
LoggerContext context) |
| Modifier and Type | Field and Description |
|---|---|
private LoggerContext |
RemoteAppenderStreamClient.lc |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAppenderClient.setLoggerContext(LoggerContext lc)
Sets the client's logger context.
|
void |
RemoteAppenderStreamClient.setLoggerContext(LoggerContext lc)
Sets the client's logger context.
|
| Modifier and Type | Field and Description |
|---|---|
private LoggerContext |
ContextJNDISelector.defaultContext |
private LoggerContext |
DefaultContextSelector.defaultLoggerContext |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,LoggerContext> |
ContextJNDISelector.synchronizedContextMap |
private static java.lang.ThreadLocal<LoggerContext> |
ContextJNDISelector.threadLocal |
| 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 |
|---|---|
private void |
ContextJNDISelector.configureLoggerContextByURL(LoggerContext context,
java.net.URL url) |
private java.net.URL |
ContextJNDISelector.findConfigFileURL(javax.naming.Context ctx,
LoggerContext loggerContext) |
void |
ContextJNDISelector.setLocalContext(LoggerContext context)
These methods are used by the LoggerContextFilter.
|
| Constructor and Description |
|---|
ContextJNDISelector(LoggerContext context) |
DefaultContextSelector(LoggerContext context) |
| Modifier and Type | Field and Description |
|---|---|
private LoggerContext |
LoggingEvent.loggerContext |
| Modifier and Type | Method and Description |
|---|---|
LoggerContext |
LoggerContextAwareBase.getLoggerContext()
Return the
LoggerContext this component is attached to. |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurator.configure(LoggerContext loggerContext)
The context will also be set before this method is called via
ContextAware.setContext(ch.qos.logback.core.Context). |
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 |
|---|---|
private void |
ReconfigureOnChangeFilter.ReconfiguringThread.fallbackConfiguration(LoggerContext lc,
java.util.List<SaxEvent> eventList,
java.net.URL mainURL) |
private void |
ReconfigureOnChangeFilter.ReconfiguringThread.performXMLConfiguration(LoggerContext lc) |
| Modifier and Type | Field and Description |
|---|---|
(package private) LoggerContext |
ContextInitializer.loggerContext |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ContextSelector |
ContextSelectorStaticBinder.dynamicalContextSelector(LoggerContext defaultLoggerContext,
java.lang.String contextSelectorStr)
Instantiate the context selector class designated by the user.
|
void |
ContextSelectorStaticBinder.init(LoggerContext defaultLoggerContext,
java.lang.Object key)
FOR INTERNAL USE.
|
| Constructor and Description |
|---|
ContextInitializer(LoggerContext loggerContext) |
| Modifier and Type | Field and Description |
|---|---|
(package private) LoggerContext |
IO.context |
(package private) LoggerContext |
IOPerformance.context |
| Modifier and Type | Field and Description |
|---|---|
private LoggerContext |
StaticLoggerBinder.defaultLoggerContext |