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.
|
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 |
---|---|
void |
BasicConfigurator.configure(LoggerContext lc) |
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) |
SimpleSSLSocketServer(LoggerContext lc,
int port)
Creates a new server using the default SSL context.
|
SimpleSSLSocketServer(LoggerContext lc,
int port,
SSLContext sslContext)
Creates a new server using a custom SSL context.
|
SocketNode(SimpleSocketServer socketServer,
Socket socket,
LoggerContext context) |
Modifier and Type | Method and Description |
---|---|
LoggerContext |
ContextSelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
ContextJNDISelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
DefaultContextSelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
ContextSelector.getDefaultLoggerContext() |
LoggerContext |
ContextJNDISelector.getDefaultLoggerContext() |
LoggerContext |
DefaultContextSelector.getDefaultLoggerContext() |
LoggerContext |
ContextSelector.getLoggerContext() |
LoggerContext |
ContextJNDISelector.getLoggerContext() |
LoggerContext |
DefaultContextSelector.getLoggerContext() |
LoggerContext |
ContextSelector.getLoggerContext(String name) |
LoggerContext |
ContextJNDISelector.getLoggerContext(String name) |
LoggerContext |
DefaultContextSelector.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 |
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 |
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–2023 QOS.ch. All rights reserved.