Package | Description |
---|---|
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.joran.util.beans | |
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 |
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) |
Constructor and Description |
---|
BeanDescriptionCache(Context context) |
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> |
AbstractAppenderFactoryUsingJoran.buildAppender(Context context,
String discriminatingValue) |
Appender<E> |
AppenderFactory.buildAppender(Context context,
String discriminatingValue) |
Constructor and Description |
---|
AppenderTracker(Context context,
AppenderFactory<E> appenderFactory) |
Modifier and Type | Field and Description |
---|---|
protected Context |
ContextAwareBase.context |
protected Context |
ContextAwareImpl.context |
Modifier and Type | Method and Description |
---|---|
Context |
ContextAware.getContext() |
Context |
ContextAwareBase.getContext() |
Context |
ContextAwareImpl.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ContextAware.setContext(Context context) |
void |
ContextAwareBase.setContext(Context context) |
void |
ContextAwareImpl.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 Map<String,String> |
ContextUtil.getFilenameCollisionMap(Context context) |
static Map<String,FileNamePattern> |
ContextUtil.getFilenamePatternCollisionMap(Context context) |
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) |
InterruptUtil(Context context) |
Copyright © 2005–2021 QOS.ch. All rights reserved.