Package | Description |
---|---|
ch.qos.logback.classic |
Contains logback classic main classes.
|
ch.qos.logback.classic.jmx | |
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.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.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 |
LoggerContext
LoggerContext glues many of the logback-classic components together.
|
Modifier and Type | Method and Description |
---|---|
static javax.management.ObjectName |
MBeanUtil.string2ObjectName(Context context,
java.lang.Object caller,
java.lang.String objectNameAsStr) |
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,
java.net.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 |
---|
InterpretationContext(Context context,
Interpreter joranInterpreter) |
Interpreter(Context context,
RuleStore rs,
Pattern initialPattern) |
SimpleRuleStore(Context context) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationWatchListUtil.addToWatchList(Context context,
java.net.URL url) |
static ConfigurationWatchList |
ConfigurationWatchListUtil.getConfigurationWatchList(Context context) |
static java.net.URL |
ConfigurationWatchListUtil.getMainWatchURL(Context context) |
static void |
ConfigurationWatchListUtil.setConfigurationWatchListResetFlag(Context context,
boolean val) |
static void |
ConfigurationWatchListUtil.setMainWatchURL(Context context,
java.net.URL url) |
static boolean |
ConfigurationWatchListUtil.wasConfigurationWatchListReset(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
DynamicConverter.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicConverter.setContext(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
ResilientOutputStreamBase.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ResilientOutputStreamBase.setContext(Context context) |
Constructor and Description |
---|
FileNamePattern(java.lang.String patternArg,
Context contextArg) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
StatusUtil.addError(Context context,
java.lang.Object caller,
java.lang.String msg,
java.lang.Throwable t) |
static void |
StatusUtil.addInfo(Context context,
java.lang.Object caller,
java.lang.String msg) |
static void |
OnConsoleStatusListener.addNewInstanceToContext(Context context)
This utility method adds a new OnConsoleStatusListener to the context passed as parameter.
|
static void |
StatusUtil.addStatus(Context context,
Status status) |
static void |
StatusUtil.addWarn(Context context,
java.lang.Object caller,
java.lang.String msg) |
Constructor and Description |
---|
StatusChecker(Context context) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
OptionHelper.instantiateByClassName(java.lang.String className,
java.lang.Class superClass,
Context context) |
static java.lang.Class |
Loader.loadClass(java.lang.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) |