| Package | Description |
|---|---|
| ch.qos.logback.classic |
Contains logback classic main classes.
|
| ch.qos.logback.classic.android |
Contains logback-classic classes bound to the Android SDK.
|
| 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BasicLogcatConfigurator.configure(LoggerContext lc) |
| Modifier and Type | Method and Description |
|---|---|
void |
LevelChangePropagator.onReset(LoggerContext context)
Deprecated.
|
void |
LevelChangePropagator.onStart(LoggerContext context)
Deprecated.
|
void |
LevelChangePropagator.onStop(LoggerContext context)
Deprecated.
|
| 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 |
DefaultContextSelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
ContextSelector.detachLoggerContext(String loggerContextName) |
LoggerContext |
DefaultContextSelector.getDefaultLoggerContext() |
LoggerContext |
ContextSelector.getDefaultLoggerContext() |
LoggerContext |
DefaultContextSelector.getLoggerContext() |
LoggerContext |
ContextSelector.getLoggerContext() |
LoggerContext |
DefaultContextSelector.getLoggerContext(String name) |
LoggerContext |
ContextSelector.getLoggerContext(String name) |
| Constructor and Description |
|---|
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–2014 QOS.ch. All rights reserved.