Package | Description |
---|---|
ch.qos.logback.access.jetty |
This is logback access' implementation for Jetty 8.
|
ch.qos.logback.access.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
ch.qos.logback.access.spi |
Contains the core classes of logback access.
|
ch.qos.logback.access.tomcat |
This is logback access' implementation for Tomcat.
|
ch.qos.logback.classic |
Contains logback classic main classes.
|
ch.qos.logback.classic.jmx | |
ch.qos.logback.classic.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
ch.qos.logback.classic.spi |
Contains core classes of logback classic.
|
ch.qos.logback.core |
Contains the main classes of logback core.
|
ch.qos.logback.core.joran |
Contains Joran configuration classes.
|
ch.qos.logback.core.joran.event | |
ch.qos.logback.core.joran.event.stax | |
ch.qos.logback.core.joran.spi | |
ch.qos.logback.core.joran.util | |
ch.qos.logback.core.pattern |
Contains the base classes used by PatternLayout.
|
ch.qos.logback.core.recovery | |
ch.qos.logback.core.rolling.helper |
Internal helper classes used by
ch.qos.logback.core.rolling package. |
ch.qos.logback.core.sift | |
ch.qos.logback.core.spi |
Contains core functionnalities of logback, such as
|
ch.qos.logback.core.status |
Contains logback's internal error reporting system.
|
ch.qos.logback.core.util |
Contains various utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestLogImpl
This class is logback's implementation of jetty's RequestLog interface.
|
Modifier and Type | Method and Description |
---|---|
Context |
AccessConverter.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
EnsureLineSeparation.process(Context context,
Converter<IAccessEvent> head)
Add a line separator converter so that access event appears on a separate
line.
|
void |
AccessConverter.setContext(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
AccessContext
A minimal context implementation used by certain logback-access components,
mainly SocketServer.
|
Modifier and Type | Class and Description |
---|---|
class |
LogbackValve
This class is an implementation of tomcat's Valve interface, by extending
ValveBase.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggerContext
LoggerContext glues many of the logback-classic components together.
|
Modifier and Type | Method and Description |
---|---|
static ObjectName |
MBeanUtil.string2ObjectName(Context context,
Object caller,
String objectNameAsStr) |
Modifier and Type | Method and Description |
---|---|
void |
EnsureExceptionHandling.process(Context context,
Converter<ILoggingEvent> head)
This implementation checks if any of the converters in the chain handles
exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerContextAwareBase.setContext(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
ContextBase |
Modifier and Type | Method and Description |
---|---|
Context |
LayoutBase.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutBase.setContext(Context context) |
Modifier and Type | Method and Description |
---|---|
static void |
GenericConfigurator.informContextOfURLUsedForConfiguration(Context context,
URL url) |
Modifier and Type | Method and Description |
---|---|
Context |
SaxEventRecorder.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
SaxEventRecorder.setContext(Context context) |
Constructor and Description |
---|
SaxEventRecorder(Context context) |
Constructor and Description |
---|
StaxEventRecorder(Context context) |
Constructor and Description |
---|
InterpretationContext(Context context,
Interpreter joranInterpreter) |
Interpreter(Context context,
RuleStore rs,
ElementPath initialElementPath) |
SimpleRuleStore(Context context) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationWatchListUtil.addToWatchList(Context context,
URL url) |
static ConfigurationWatchList |
ConfigurationWatchListUtil.getConfigurationWatchList(Context context) |
static URL |
ConfigurationWatchListUtil.getMainWatchURL(Context context) |
static void |
ConfigurationWatchListUtil.registerConfigurationWatchList(Context context,
ConfigurationWatchList cwl) |
static void |
ConfigurationWatchListUtil.setMainWatchURL(Context context,
URL url) |
Modifier and Type | Method and Description |
---|---|
Context |
DynamicConverter.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
PostCompileProcessor.process(Context context,
Converter<E> head)
Post compile processing of the converter chain.
|
void |
DynamicConverter.setContext(Context context) |
static <E> void |
ConverterUtil.setContextForConverters(Context context,
Converter<E> head) |
Modifier and Type | Method and Description |
---|---|
Context |
ResilientOutputStreamBase.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ResilientOutputStreamBase.setContext(Context context) |
Constructor and Description |
---|
FileNamePattern(String patternArg,
Context contextArg) |
Modifier and Type | Method and Description |
---|---|
Appender<E> |
AppenderFactory.buildAppender(Context context,
String discriminatingValue) |
Appender<E> |
AbstractAppenderFactoryUsingJoran.buildAppender(Context context,
String discriminatingValue) |
Constructor and Description |
---|
AppenderTracker(Context context,
AppenderFactory<E> appenderFactory) |
Modifier and Type | Field and Description |
---|---|
protected Context |
ContextAwareImpl.context |
protected Context |
ContextAwareBase.context |
Modifier and Type | Method and Description |
---|---|
Context |
ContextAware.getContext() |
Context |
ContextAwareImpl.getContext() |
Context |
ContextAwareBase.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ContextAware.setContext(Context context) |
void |
ContextAwareImpl.setContext(Context context) |
void |
ContextAwareBase.setContext(Context context) |
Constructor and Description |
---|
ContextAwareImpl(Context context,
Object origin) |
Modifier and Type | Method and Description |
---|---|
static boolean |
StatusUtil.contextHasStatusListener(Context context)
Returns true if the StatusManager associated with the context passed
as parameter has one or more StatusListener instances registered.
|
Constructor and Description |
---|
StatusUtil(Context context) |
Modifier and Type | Method and Description |
---|---|
static void |
StatusListenerConfigHelper.addOnConsoleListenerInstance(Context context,
OnConsoleStatusListener onConsoleStatusListener)
This utility method adds a new OnConsoleStatusListener to the context
passed as parameter.
|
static void |
StatusListenerConfigHelper.installIfAsked(Context context) |
static Object |
OptionHelper.instantiateByClassName(String className,
Class<?> superClass,
Context context) |
static Object |
OptionHelper.instantiateByClassNameAndParameter(String className,
Class<?> superClass,
Context context,
Class<?> type,
Object param) |
static Class<?> |
Loader.loadClass(String clazz,
Context context) |
static void |
StatusPrinter.print(Context context)
Print the contents of the context's status data.
|
static void |
StatusPrinter.print(Context context,
long threshold)
Print context's status data with a timestamp higher than the threshold.
|
static void |
StatusPrinter.printIfErrorsOccured(Context context)
Print the contents of the context statuses, but only if they contain
errors.
|
static void |
StatusPrinter.printInCaseOfErrorsOrWarnings(Context context)
Print the contents of the context statuses, but only if they contain
warnings or errors.
|
static void |
StatusPrinter.printInCaseOfErrorsOrWarnings(Context context,
long threshold)
Print the contents of the context status, but only if they contain
warnings or errors occurring later then the threshold.
|
Constructor and Description |
---|
ContextUtil(Context context) |
FileUtil(Context context) |
Copyright © 2005–2016 QOS.ch. All rights reserved.