Uses of Interface
ch.qos.logback.core.spi.ContextAware
Package
Description
Contains logback classic main classes.
Contains helpers.
Contains classes to format log output in HTML.
Contains Joran configuration classes.
Logback <-> java.util.logging (JUL) integration.
Contains support for log4j output formats.
Contains classes used to log through a network
Provides a robust logging server
Provides classes implementing format specifiers in conversion patterns.
Contains core classes of logback classic.
Contains utility classes.
Contains the main classes of logback core.
Contains the EventEvaluator interface and subclasses.
Contains base classes to the event filtering functionality of logback.
Helpers package.
Contains the shutdown hook functionality of logback,
including the interface and base class for implementing
hooks as well as some default implementations, such as
invalid reference
DelayingShutdownHook
Contains the base classes needed to format logging events to HTML.
Contains Joran configuration classes.
Contains the base classes used by logback to log to remote
destinations.
Contains the base classes used by logback to serve logging events to
remote peers.
Contains classes that create and configure a JSSE SSLContext needed
for secure transport of logging events by SSLSocketAppender.
Contains the base classes used by PatternLayout.
Implements various file rolling policies.
Internal helper classes used by
ch.qos.logback.core.rolling
package.Contains core functionalities of logback, such as
AppenderAttachable
and
LifeCycle
.Contains logback's internal error reporting system.
Contains various utility classes.
-
Uses of ContextAware in ch.qos.logback.classic
Modifier and TypeClassDescriptionclass
In order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.class
BasicConfigurator configures logback-classic by attaching aConsoleAppender
to the root logger.class
A flexible layout configurable with pattern string. -
Uses of ContextAware in ch.qos.logback.classic.boolex
Modifier and TypeClassDescriptionclass
class
Evaluates to true when the logging event passed as parameter has level ERROR or higher.class
Evaluates to true when the logging event passed as parameter contains one of the user-specified markers. -
Uses of ContextAware in ch.qos.logback.classic.encoder
Modifier and TypeClassDescriptionclass
http://ndjson.org/ https://datatracker.ietf.org/doc/html/rfc8259class
-
Uses of ContextAware in ch.qos.logback.classic.filter
Modifier and TypeClassDescriptionclass
A class that filters events by the level equality.class
Filters events below the threshold level. -
Uses of ContextAware in ch.qos.logback.classic.helpers
-
Uses of ContextAware in ch.qos.logback.classic.html
-
Uses of ContextAware in ch.qos.logback.classic.joran
Modifier and TypeClassDescriptionclass
JoranConfigurator class adds rules specific to logback-classic.class
class
-
Uses of ContextAware in ch.qos.logback.classic.joran.action
Modifier and TypeClassDescriptionclass
class
class
class
class
Insert an env-entry found in JNDI as a new context variableclass
Action to handle theelement nested within element. class
Action which handleselements in configuration files. class
class
A JoranAction
for aSocketReceiver
configuration.class
-
Uses of ContextAware in ch.qos.logback.classic.joran.sanity
-
Uses of ContextAware in ch.qos.logback.classic.jul
Modifier and TypeClassDescriptionclass
Propagate level changes made to a logback logger into the equivalent logger in j.u.l. -
Uses of ContextAware in ch.qos.logback.classic.layout
-
Uses of ContextAware in ch.qos.logback.classic.log4j
-
Uses of ContextAware in ch.qos.logback.classic.model.processor
Modifier and TypeClassDescriptionclass
In 1.3.9/1.49, ConfigurationModelHandler has been reduced in functionality and no longer initiates a reconfiguration task.class
This is a subclass ofConfigurationModelHandler
offering configuration reloading support.class
class
class
class
class
A Joraninvalid reference
ModelHandler
SocketReceiver
configuration.class
-
Uses of ContextAware in ch.qos.logback.classic.net
Modifier and TypeClassDescriptionclass
An abstract base for components that receive logging events from a remote peer and log according to local policyclass
Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.class
SendsILoggingEvent
objects to a remote a log server, usually aSocketNode
.class
A component that receives serializedILoggingEvent
objects from a remote appender over aSocket
.class
ASocketAppender
that supports SSL.class
ASocketReceiver
that supports SSL.class
This appender can be used to send messages to a remote syslog daemon. -
Uses of ContextAware in ch.qos.logback.classic.net.server
Modifier and TypeClassDescriptionclass
An appender that listens on a TCP port for connections from remote loggers.class
A logging socket server that is configurable using Joran.class
AServerSocketAppender
that supports SSL.class
AServerSocketReceiver
that supports SSL. -
Uses of ContextAware in ch.qos.logback.classic.pattern
Modifier and TypeClassDescriptionclass
This converter outputs caller data depending on depth or depth range and marker data.class
This class serves the super-class of all converters in logback.class
class
Converts an event to the logger context's name.class
class
class
class
Convert the contents ofKeyValuePair
list to a String.class
Return the event's level.class
class
class
A converters based on a locally incremented sequence number.class
class
Return the event's marker value(s).class
class
Return the event's formatted message.class
class
Outputs the number of microseconds of the timestamp.class
In case abbreviation service is requested, NamedConverter will convert fully qualified class names to their abbreviated from.class
Always returns an empty string.class
final class
class
class
class
Return the event's sequence number.class
class
Return the events thread (usually the current thread).class
Converter which handle throwables should be derived from this class.class
Add a stack trace in case the event contains a Throwable. -
Uses of ContextAware in ch.qos.logback.classic.pattern.color
Modifier and TypeClassDescriptionclass
Highlights inner-text depending on the level, in bold red for events of level ERROR, in red for WARN, in BLUE for INFO, and in the default color for other levels. -
Uses of ContextAware in ch.qos.logback.classic.sift
Modifier and TypeClassDescriptionclass
This discriminator returns the value context to which this event is attached to.class
This discriminator returns the value context as determined by JNDI.class
MDCBasedDiscriminator essentially returns the value mapped to an MDC key.class
This appender can contain other appenders which it can build dynamically depending on MDC values. -
Uses of ContextAware in ch.qos.logback.classic.spi
Modifier and TypeInterfaceDescriptioninterface
Allows programmatic initialization and configuration of Logback.interface
-
Uses of ContextAware in ch.qos.logback.classic.turbo
Modifier and TypeClassDescriptionclass
Seeinvalid @link
{@link http://logback.qos.ch/manual/filters.html#DuplicateMessageFilter
class
This filter allows for efficient course grained filtering based on criteria such as product name or company name that would be associated with requests as they are processed.class
Checks whether the marker in the event matches the marker specified by the user.class
An abstract class containing support forMatchingFilter.onMatch
onMatchingFilter.onMismatch
attributes, shared by many but not all turbo filters.class
This class allows output for a given MDC value.class
Reconfigure a LoggerContext when the configuration file changes.class
TurboFilter is a specialized filter with a decide method that takes a bunch of parameters instead of a single event object. -
Uses of ContextAware in ch.qos.logback.classic.tyler
-
Uses of ContextAware in ch.qos.logback.classic.util
-
Uses of ContextAware in ch.qos.logback.core
Modifier and TypeClassDescriptionclass
AppenderBase<E>
Sets a skeleton implementation for appenders.class
This appender and derived classes, log events asynchronously.class
ConsoleAppender appends log events toSystem.out
orSystem.err
using a layout specified by the user.class
FileAppender<E>
FileAppender appends log events to a file.class
LayoutBase<E>
class
OutputStreamAppender appends events to aOutputStream
.class
A skeleton implementation for property definers so that they derive fromContextAwareBase
.class
Similar to AppenderBase except that derived appenders need to handle thread synchronization on their own. -
Uses of ContextAware in ch.qos.logback.core.boolex
Modifier and TypeInterfaceDescriptioninterface
Evaluates whether a given an event matches user-specified criteria.Modifier and TypeClassDescriptionclass
class
Abstract class which sets the groundwork for janino based evaluations.class
-
Uses of ContextAware in ch.qos.logback.core.encoder
Modifier and TypeInterfaceDescriptioninterface
Encoder<E>
Encoders are responsible for transform an incoming event into a byte arrayModifier and TypeMethodDescriptionvoid
LayoutWrappingEncoder.setParent
(ContextAware parent) This method allows RollingPolicy implementations to be aware of their containing appender. -
Uses of ContextAware in ch.qos.logback.core.filter
Modifier and TypeClassDescriptionclass
class
The value of theAbstractMatcherFilter.onMatch
andAbstractMatcherFilter.onMismatch
attributes is set toFilterReply.NEUTRAL
, so that a badly configured evaluator filter does not disturb the functioning of the filter chain.class
Filter<E>
Users should extend this class to implement customized event filtering. -
Uses of ContextAware in ch.qos.logback.core.helpers
-
Uses of ContextAware in ch.qos.logback.core.hook
Modifier and TypeInterfaceDescriptioninterface
Interface describing a logback shutdown hook implementationModifier and TypeClassDescriptionclass
ShutdownHook implementation that stops the Logback context after a specified delay.class
Base class for classes implementing a Logback ShutdownHook via extension -
Uses of ContextAware in ch.qos.logback.core.html
Modifier and TypeClassDescriptionclass
This class is a base class for HTMLLayout classes part of other logback modules such as logback-classic and logback-access. -
Uses of ContextAware in ch.qos.logback.core.joran
Modifier and TypeClassDescriptionclass
class
A JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it.class
-
Uses of ContextAware in ch.qos.logback.core.joran.action
Modifier and TypeClassDescriptionclass
Most of the work for configuring logback is done by Actions.class
class
class
class
class
class
CreatesDefineModel
instance and populate its name, className and scope.class
class
Action dealing with elements corresponding to implicit rules.class
PopulatesImportModel
based on XML input.class
class
class
No operation (NOP) action that does strictly nothing.class
class
class
This class serves to build a model for properties which are to the ANT <property> task which add/set properties of a given object.class
Action which handles <sequenceNumberGenerator> elements in configuration files.class
class
Action which buildsShutdownHookModel
based on <shutdownHook> elements found in configuration files.class
class
class
Given a key and a date-and-time pattern, puts a property to the context, with the specified key and value equal to the current time in the format corresponding to the specified date-and-time pattern.ModifierConstructorDescriptionPreconditionValidator
(ContextAware origin, SaxEventInterpretationContext intercon, String name, Attributes attributes) -
Uses of ContextAware in ch.qos.logback.core.joran.conditional
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ContextAware in ch.qos.logback.core.joran.event
-
Uses of ContextAware in ch.qos.logback.core.joran.event.stax
-
Uses of ContextAware in ch.qos.logback.core.joran.sanity
-
Uses of ContextAware in ch.qos.logback.core.joran.spi
Modifier and TypeClassDescriptionclass
class
An InterpretationContext contains the contextual state of a Joran parsing session.class
This class implements theRuleStore
interface. -
Uses of ContextAware in ch.qos.logback.core.joran.util
Modifier and TypeClassDescriptionclass
Various utility methods for computing theAggregationType
of a given property or the class name of a property given implicit rules.class
General purpose Object property setter.Modifier and TypeMethodDescriptionstatic Object
StringToObjectConverter.convertArg
(ContextAware ca, String val, Class<?> type) Convertval
a String parameter to an object of a given type. -
Uses of ContextAware in ch.qos.logback.core.joran.util.beans
Modifier and TypeClassDescriptionclass
Cache forBeanDescription
instances.class
Encapsulates creation ofBeanDescription
instances. -
Uses of ContextAware in ch.qos.logback.core.layout
Modifier and TypeClassDescriptionclass
EchoLayout<E>
Echos the incoming object adding a line separator character(s) at the end. -
Uses of ContextAware in ch.qos.logback.core.model.processor
Modifier and TypeClassDescriptionclass
class
class
class
DefaultProcessor traverses the Model produced at an earlier step and performs actual configuration of logback according to the handlers it was given.class
Instantiate class for define property value.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ContextAware in ch.qos.logback.core.model.processor.conditional
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ContextAware in ch.qos.logback.core.model.util
Modifier and TypeClassDescriptionclass
Given aPropertyModel
offers methods to inject properties into aPropertyContainer
.class
Helper methods to deal with properties. -
Uses of ContextAware in ch.qos.logback.core.net
Modifier and TypeClassDescriptionclass
An abstract base for module specificSocketAppender
implementations in other logback modules.class
An abstract base for module specificSSLSocketAppender
implementations located in other logback modules.class
An abstract class that provides support for sending events to an email address.class
Base class for SyslogAppender. -
Uses of ContextAware in ch.qos.logback.core.net.server
Modifier and TypeInterfaceDescriptioninterface
ServerRunner<T extends Client>
An object that is responsible for the asynchronous execution of a socket server.Modifier and TypeClassDescriptionclass
This is the super class for module specific ServerSocketAppender implementations can derive from.class
ConcurrentServerRunner<T extends Client>
A concurrentServerRunner
.class
This is the base class for module specific ServerSocketAppender implementations. -
Uses of ContextAware in ch.qos.logback.core.net.ssl
Modifier and TypeMethodDescriptionSSLContextFactoryBean.createContext
(ContextAware context) Creates a newSSLContext
using the receiver's configuration. -
Uses of ContextAware in ch.qos.logback.core.pattern
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ContextAware in ch.qos.logback.core.pattern.color
Modifier and TypeClassDescriptionclass
Encloses a given set of converter output in black using the appropriate ANSI escape codes.class
Encloses a given set of converter output in blue using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold blue using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold cyan using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold green using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold magenta using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold red using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold white using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold yellow using the appropriate ANSI escape codes.class
Encloses a given set of converter output in cyan using the appropriate ANSI escape codes.class
Base class for all foreground color setting composite converters.class
Encloses a given set of converter output in gray using the appropriate ANSI escape codes.class
Encloses a given set of converter output in green using the appropriate ANSI escape codes.class
Encloses a given set of converter output in magenta using the appropriate ANSI escape codes.class
Encloses a given set of converter output in red using the appropriate ANSI escape codes.class
Encloses a given set of converter output in white using the appropriate ANSI escape codes.class
Encloses a given set of converter output in yellow using the appropriate ANSI escape codes. -
Uses of ContextAware in ch.qos.logback.core.pattern.parser
-
Uses of ContextAware in ch.qos.logback.core.property
Modifier and TypeClassDescriptionclass
class
In conjunction withPropertyAction
sets the named variable to "true" if the file specified bypath
property exists, to "false" otherwise.class
In conjunction withPropertyAction
sets the named variable to "true" if theresource
specified by the user is available on the class path, "false" otherwise. -
Uses of ContextAware in ch.qos.logback.core.read
Modifier and TypeClassDescriptionclass
CyclicBufferAppender stores events in a cyclic buffer of user-specified size.class
ListAppender<E>
-
Uses of ContextAware in ch.qos.logback.core.rolling
Modifier and TypeInterfaceDescriptioninterface
This interface lists the set of methods that need to be implemented by triggering policies which are nested within aTimeBasedRollingPolicy
.Modifier and TypeClassDescriptionclass
Default implementation ofTimeBasedFileNamingAndTriggeringPolicy
interface extendingTimeBasedFileNamingAndTriggeringPolicyBase
.class
When rolling over,FixedWindowRollingPolicy
renames files according to a fixed window algorithm.class
RollingFileAppender
extendsFileAppender
to back up the log files depending onRollingPolicy
andTriggeringPolicy
.class
Implements methods common to most, it not all, rolling policies.class
This class implementTimeBasedFileNamingAndTriggeringPolicy
interface extendingTimeBasedFileNamingAndTriggeringPolicyBase
.class
class
SizeBasedTriggeringPolicy looks at size of the file being currently written to.class
Base implementation ofTimeBasedFileNamingAndTriggeringPolicy
.class
TimeBasedRollingPolicy
is both easy to configure and quite powerful.class
SizeBasedTriggeringPolicy looks at size of the file being currently written to. -
Uses of ContextAware in ch.qos.logback.core.rolling.helper
Modifier and TypeInterfaceDescriptioninterface
Given a date remove older archived log files.Modifier and TypeClassDescriptionclass
TheCompression
class implements ZIP and GZ file compression/decompression methods.class
Returns a date formatted by SimpleDateFormatter.class
After parsing file name patterns, given a number or a date, instances of this class can be used to compute a file name according to the file name pattern and the current date or integer.class
When asked to convert an integer,IntegerTokenConverter
the string value of that integer.class
Utility class to help solving problems encountered while renaming files.class
class
-
Uses of ContextAware in ch.qos.logback.core.sift
Modifier and TypeClassDescriptionclass
Base implementation ofDiscriminator
that provides basic lifecycle managementclass
class
class
This appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules.class
class
-
Uses of ContextAware in ch.qos.logback.core.spi
Modifier and TypeInterfaceDescriptioninterface
An interface extending bothPropertyContainer
andContextAware
interface
interface
Generate sequence numbersModifier and TypeClassDescriptionclass
A very simpleSequenceNumberGenerator
based on anAtomicLong
variable.class
A helper class that implements ContextAware methods.class
A helper class that implements ContextAware methods. -
Uses of ContextAware in ch.qos.logback.core.status
Modifier and TypeClassDescriptionclass
Print all new incoming status messages on the console (System.out).class
Print all new incoming status messages on the error console (System.err).class
class
Print all new incoming status messages on the designated PrintStream. -
Uses of ContextAware in ch.qos.logback.core.testUtil
-
Uses of ContextAware in ch.qos.logback.core.util
Modifier and TypeClassDescriptionclass
class
class
Allows masking of interrupt flag if previously the flag is already set.class
Modifier and TypeMethodDescriptionstatic void
OptionHelper.setSystemProperties
(ContextAware contextAware, Properties props) static void
OptionHelper.setSystemProperty
(ContextAware contextAware, String key, String value)