Uses of Interface
ch.qos.logback.core.spi.ContextAware
-
-
Uses of ContextAware in ch.qos.logback.access
Classes in ch.qos.logback.access that implement ContextAware Modifier and Type Class Description classPatternLayoutThis class is a module-specific implementation ofPatternLayoutto allow http-specific patterns to be used.classPatternLayoutEncoder -
Uses of ContextAware in ch.qos.logback.access.filter
Classes in ch.qos.logback.access.filter that implement ContextAware Modifier and Type Class Description classCountingFilter -
Uses of ContextAware in ch.qos.logback.access.html
Classes in ch.qos.logback.access.html that implement ContextAware Modifier and Type Class Description classHTMLLayoutHTMLLayout outputs events in an HTML table. -
Uses of ContextAware in ch.qos.logback.access.joran
Classes in ch.qos.logback.access.joran that implement ContextAware Modifier and Type Class Description classJoranConfiguratorThis JoranConfiguratorclass adds rules specific to logback-access. -
Uses of ContextAware in ch.qos.logback.access.joran.action
Classes in ch.qos.logback.access.joran.action that implement ContextAware Modifier and Type Class Description classConfigurationActionclassEvaluatorAction -
Uses of ContextAware in ch.qos.logback.access.net
Classes in ch.qos.logback.access.net that implement ContextAware Modifier and Type Class Description classSMTPAppenderSend an e-mail when a specific access event occurs, typically when certain pages are accessed.classSocketAppenderSendsIAccessEventobjects to a remote a log server, usually aSocketNode.classSSLSocketAppenderASocketAppenderthat supports SSL.classURLEvaluator -
Uses of ContextAware in ch.qos.logback.access.net.server
Classes in ch.qos.logback.access.net.server that implement ContextAware Modifier and Type Class Description classServerSocketAppenderAn appender that listens on a TCP port for connections from remote loggers.classSSLServerSocketAppenderAn appender that listens on a TCP port for connections from remote loggers. -
Uses of ContextAware in ch.qos.logback.access.pattern
-
Uses of ContextAware in ch.qos.logback.access.sift
Classes in ch.qos.logback.access.sift that implement ContextAware Modifier and Type Class Description classAccessEventDiscriminatorAccessEventDiscriminator's job is to return the value of a designated field in anIAccessEventinstance.classSiftActionclassSiftingAppenderThis appender can contains other appenders which it can build dynamically depending on MDC values.classSiftingJoranConfigurator -
Uses of ContextAware in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement ContextAware Modifier and Type Class Description classAsyncAppenderIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.classBasicConfiguratorBasicConfigurator configures logback-classic by attaching aConsoleAppenderto the root logger.classPatternLayoutA flexible layout configurable with pattern string. -
Uses of ContextAware in ch.qos.logback.classic.boolex
Classes in ch.qos.logback.classic.boolex that implement ContextAware Modifier and Type Class Description classOnErrorEvaluatorEvaluates to true when the logging event passed as parameter has level ERROR or higher.classOnMarkerEvaluatorEvaluates 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
Classes in ch.qos.logback.classic.encoder that implement ContextAware Modifier and Type Class Description classPatternLayoutEncoder -
Uses of ContextAware in ch.qos.logback.classic.filter
Classes in ch.qos.logback.classic.filter that implement ContextAware Modifier and Type Class Description classLevelFilterA class that filters events by the level equality.classThresholdFilterFilters events below the threshold level. -
Uses of ContextAware in ch.qos.logback.classic.html
Classes in ch.qos.logback.classic.html that implement ContextAware Modifier and Type Class Description classHTMLLayoutHTMLLayout outputs events in an HTML table. -
Uses of ContextAware in ch.qos.logback.classic.jmx
Classes in ch.qos.logback.classic.jmx that implement ContextAware Modifier and Type Class Description classJMXConfiguratorA class that provides access to logback components via JMX. -
Uses of ContextAware in ch.qos.logback.classic.joran
Classes in ch.qos.logback.classic.joran that implement ContextAware Modifier and Type Class Description classJoranConfiguratorJoranConfigurator class adds rules specific to logback-classic.classReconfigureOnChangeTask -
Uses of ContextAware in ch.qos.logback.classic.joran.action
Classes in ch.qos.logback.classic.joran.action that implement ContextAware Modifier and Type Class Description classConfigurationActionclassConsolePluginActionclassContextNameActionclassInsertFromJNDIActionInsert an env-entry found in JNDI as a new context variableclassJMXConfiguratorActionclassLevelActionAction to handle theelement nested within element. classLoggerActionAction which handleselements in configuration files. classLoggerContextListenerActionclassReceiverActionA JoranActionfor aSocketReceiverconfiguration.classRootLoggerAction -
Uses of ContextAware in ch.qos.logback.classic.jul
Classes in ch.qos.logback.classic.jul that implement ContextAware Modifier and Type Class Description classLevelChangePropagatorPropagate level changes made to a logback logger into the equivalent logger in j.u.l. -
Uses of ContextAware in ch.qos.logback.classic.layout
Classes in ch.qos.logback.classic.layout that implement ContextAware Modifier and Type Class Description classTTLLLayoutA layout with a fixed format. -
Uses of ContextAware in ch.qos.logback.classic.log4j
Classes in ch.qos.logback.classic.log4j that implement ContextAware Modifier and Type Class Description classXMLLayoutGenerates log4j.dtd compliant XML documents. -
Uses of ContextAware in ch.qos.logback.classic.net
Classes in ch.qos.logback.classic.net that implement ContextAware Modifier and Type Class Description classReceiverBaseAn abstract base for components that receive logging events from a remote peer and log according to local policyclassSMTPAppenderSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSocketAppenderSendsILoggingEventobjects to a remote a log server, usually aSocketNode.classSocketReceiverA component that receives serializedILoggingEventobjects from a remote appender over aSocket.classSSLSocketAppenderASocketAppenderthat supports SSL.classSSLSocketReceiverASocketReceiverthat supports SSL.classSyslogAppenderThis appender can be used to send messages to a remote syslog daemon. -
Uses of ContextAware in ch.qos.logback.classic.net.server
Classes in ch.qos.logback.classic.net.server that implement ContextAware Modifier and Type Class Description (package private) classRemoteAppenderServerRunnerAServerRunnerthat receives logging events from remote appender clients.classServerSocketAppenderAn appender that listens on a TCP port for connections from remote loggers.classServerSocketReceiverA logging socket server that is configurable using Joran.classSSLServerSocketAppenderAServerSocketAppenderthat supports SSL.classSSLServerSocketReceiverAServerSocketReceiverthat supports SSL. -
Uses of ContextAware in ch.qos.logback.classic.pattern
Classes in ch.qos.logback.classic.pattern that implement ContextAware Modifier and Type Class Description classCallerDataConverterThis converter outputs caller data depending on depth or depth range and marker data.classClassicConverterThis class serves the super-class of all converters in logback.classClassOfCallerConverterclassContextNameConverterConverts an event to the logger context's name.classDateConverterclassExtendedThrowableProxyConverterclassFileOfCallerConverterclassLevelConverterReturn the event's level.classLineOfCallerConverterclassLineSeparatorConverterclassLocalSequenceNumberConverterA converters based on a a locally incremented sequence number.classLoggerConverterclassMarkerConverterReturn the event's marker value(s).classMDCConverterclassMessageConverterReturn the event's formatted message.classMethodOfCallerConverterclassNamedConverterclassNopThrowableInformationConverterAlways returns an empty string.classPrefixCompositeConverterclassPropertyConverterclassRelativeTimeConverterclassRootCauseFirstThrowableProxyConverterclassSyslogStartConverterclassThreadConverterReturn the events thread (usually the current thread).classThrowableHandlingConverterConverter which handle throwables should be derived from this class.classThrowableProxyConverterAdd a stack trace in case the event contains a Throwable. -
Uses of ContextAware in ch.qos.logback.classic.pattern.color
Classes in ch.qos.logback.classic.pattern.color that implement ContextAware Modifier and Type Class Description classHighlightingCompositeConverterHighlights 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
Classes in ch.qos.logback.classic.sift that implement ContextAware Modifier and Type Class Description classContextBasedDiscriminatorThis discriminator returns the value context to which this event is attached to.classJNDIBasedContextDiscriminatorThis discriminator returns the value context as determined by JNDI.classMDCBasedDiscriminatorMDCBasedDiscriminator essentially returns the value mapped to an MDC key.classSiftActionclassSiftingAppenderThis appender can contains other appenders which it can build dynamically depending on MDC values.classSiftingJoranConfigurator -
Uses of ContextAware in ch.qos.logback.classic.spi
Subinterfaces of ContextAware in ch.qos.logback.classic.spi Modifier and Type Interface Description interfaceConfiguratorAllows programmatic initialization and configuration of Logback.interfaceLoggerContextAwareClasses in ch.qos.logback.classic.spi that implement ContextAware Modifier and Type Class Description classLoggerContextAwareBase -
Uses of ContextAware in ch.qos.logback.classic.turbo
Classes in ch.qos.logback.classic.turbo that implement ContextAware Modifier and Type Class Description classDuplicateMessageFilterSee {@link http://logback.qos.ch/manual/filters.html#DuplicateMessageFilter} for details.classDynamicThresholdFilterThis 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.classMarkerFilterChecks whether the marker in the event matches the marker specified by the user.classMatchingFilterAn abstract class containing support forMatchingFilter.onMatchonMatchingFilter.onMismatchattributes, shared by many but not all turbo filters.classMDCFilterThis class allows output for a given MDC value.classReconfigureOnChangeFilterReconfigure a LoggerContext when the configuration file changes.classTurboFilterTurboFilter 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.core
Subinterfaces of ContextAware in ch.qos.logback.core Modifier and Type Interface Description interfaceAppender<E>interfaceLayout<E>Classes in ch.qos.logback.core that implement ContextAware Modifier and Type Class Description classAppenderBase<E>Sets a skeleton implementation for appenders.classAsyncAppenderBase<E>This appender and derived classes, log events asynchronously.classConsoleAppender<E>ConsoleAppender appends log events toSystem.outorSystem.errusing a layout specified by the user.classFileAppender<E>FileAppender appends log events to a file.classLayoutBase<E>classOutputStreamAppender<E>OutputStreamAppender appends events to aOutputStream.classPropertyDefinerBaseA skeleton implementation for property definers so that they derive fromContextAwareBase.classUnsynchronizedAppenderBase<E>Similar to AppenderBase except that derived appenders need to handle thread synchronization on their own. -
Uses of ContextAware in ch.qos.logback.core.boolex
Subinterfaces of ContextAware in ch.qos.logback.core.boolex Modifier and Type Interface Description interfaceEventEvaluator<E>Evaluates whether a given an event matches user-specified criteria.Classes in ch.qos.logback.core.boolex that implement ContextAware Modifier and Type Class Description classEventEvaluatorBase<E>classMatcher -
Uses of ContextAware in ch.qos.logback.core.encoder
Subinterfaces of ContextAware in ch.qos.logback.core.encoder Modifier and Type Interface Description interfaceEncoder<E>Encoders are responsible for transform an incoming event into a byte arrayClasses in ch.qos.logback.core.encoder that implement ContextAware Modifier and Type Class Description classEchoEncoder<E>classEncoderBase<E>classLayoutWrappingEncoder<E>Fields in ch.qos.logback.core.encoder declared as ContextAware Modifier and Type Field Description (package private) ContextAwareLayoutWrappingEncoder. parentMethods in ch.qos.logback.core.encoder with parameters of type ContextAware Modifier and Type Method Description voidLayoutWrappingEncoder. setParent(ContextAware parent)This method allows RollingPolicy implementations to be aware of their containing appender. -
Uses of ContextAware in ch.qos.logback.core.filter
Classes in ch.qos.logback.core.filter that implement ContextAware Modifier and Type Class Description classAbstractMatcherFilter<E>classEvaluatorFilter<E>The value of theAbstractMatcherFilter.onMatchandAbstractMatcherFilter.onMismatchattributes is set toFilterReply.NEUTRAL, so that a badly configured evaluator filter does not disturb the functioning of the filter chain.classFilter<E>Users should extend this class to implement customized event filtering. -
Uses of ContextAware in ch.qos.logback.core.helpers
Classes in ch.qos.logback.core.helpers that implement ContextAware Modifier and Type Class Description classNOPAppender<E> -
Uses of ContextAware in ch.qos.logback.core.hook
Subinterfaces of ContextAware in ch.qos.logback.core.hook Modifier and Type Interface Description interfaceShutdownHookInterface describing a logback shutdown hook implementationClasses in ch.qos.logback.core.hook that implement ContextAware Modifier and Type Class Description classDelayingShutdownHookShutdownHook implementation that stops the Logback context after a specified delay.classShutdownHookBaseBase class for classes implementing a Logback ShutdownHook via extension -
Uses of ContextAware in ch.qos.logback.core.html
Classes in ch.qos.logback.core.html that implement ContextAware Modifier and Type Class Description classHTMLLayoutBase<E>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
Classes in ch.qos.logback.core.joran that implement ContextAware Modifier and Type Class Description classGenericConfiguratorclassJoranConfiguratorBase<E>A JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it. -
Uses of ContextAware in ch.qos.logback.core.joran.action
Classes in ch.qos.logback.core.joran.action that implement ContextAware Modifier and Type Class Description classAbstractEventEvaluatorActionclassActionMost of the work for configuring logback is done by Actions.classAppenderAction<E>classAppenderRefAction<E>classContextPropertyActionclassConversionRuleActionclassDefinePropertyActionInstantiate class for define property value.classImplicitActionImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.classIncludeActionclassNestedBasicPropertyIAThis action is responsible for tying together a parent object with one of its simple properties specified as an element but for which there is no explicit rule.classNestedComplexPropertyIAThis action is responsible for tying together a parent object with a child element for which there is no explicit rule.classNewRuleActionclassNOPActionNo operation (NOP) action that does strictly nothing.classParamActionclassPropertyActionThis class serves as a base for other actions, which similar to the ANTtask which add/set properties of a given object. classShutdownHookActionAction which handleselements in configuration files. classStatusListenerActionclassTimestampActionGiven 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. -
Uses of ContextAware in ch.qos.logback.core.joran.conditional
Classes in ch.qos.logback.core.joran.conditional that implement ContextAware Modifier and Type Class Description classElseActionclassIfActionclassPropertyEvalScriptBuilderclassThenActionclassThenOrElseActionBase -
Uses of ContextAware in ch.qos.logback.core.joran.event
Classes in ch.qos.logback.core.joran.event that implement ContextAware Modifier and Type Class Description classSaxEventRecorder -
Uses of ContextAware in ch.qos.logback.core.joran.spi
Classes in ch.qos.logback.core.joran.spi that implement ContextAware Modifier and Type Class Description (package private) classCAI_WithLocatorSupportWhenInterpreterclass is used as the origin of anContextAwareImplinstance, then XML locator information is lost.classConfigurationWatchListclassInterpretationContextAn InterpretationContext contains the contextual state of a Joran parsing session.classSimpleRuleStoreThis class implements theRuleStoreinterface. -
Uses of ContextAware in ch.qos.logback.core.joran.util
Classes in ch.qos.logback.core.joran.util that implement ContextAware Modifier and Type Class Description classPropertySetterGeneral purpose Object property setter.Methods in ch.qos.logback.core.joran.util with parameters of type ContextAware Modifier and Type Method Description static java.lang.ObjectStringToObjectConverter. convertArg(ContextAware ca, java.lang.String val, java.lang.Class<?> type)Convertvala String parameter to an object of a given type.private static java.lang.ObjectStringToObjectConverter. convertByValueOfMethod(ContextAware ca, java.lang.Class<?> type, java.lang.String val)private static java.nio.charset.CharsetStringToObjectConverter. convertToCharset(ContextAware ca, java.lang.String val)private static java.lang.ObjectStringToObjectConverter. convertToEnum(ContextAware ca, java.lang.String val, java.lang.Class<? extends java.lang.Enum> enumType) -
Uses of ContextAware in ch.qos.logback.core.joran.util.beans
Classes in ch.qos.logback.core.joran.util.beans that implement ContextAware Modifier and Type Class Description classBeanDescriptionCacheCache forBeanDescriptioninstances.classBeanDescriptionFactoryEncapsulates creation ofBeanDescriptioninstances. -
Uses of ContextAware in ch.qos.logback.core.layout
Classes in ch.qos.logback.core.layout that implement ContextAware Modifier and Type Class Description classEchoLayout<E>Echos the incoming object adding a line separator character(s) at the end. -
Uses of ContextAware in ch.qos.logback.core.net
Classes in ch.qos.logback.core.net that implement ContextAware Modifier and Type Class Description classAbstractSocketAppender<E>An abstract base for module specificSocketAppenderimplementations in other logback modules.classAbstractSSLSocketAppender<E>An abstract base for module specificSSLSocketAppenderimplementations located in other logback modules.classSMTPAppenderBase<E>An abstract class that provides support for sending events to an email address.classSyslogAppenderBase<E>Base class for SyslogAppender. -
Uses of ContextAware in ch.qos.logback.core.net.server
Subinterfaces of ContextAware in ch.qos.logback.core.net.server Modifier and Type Interface Description (package private) interfaceRemoteReceiverClientA client of aServerRunnerthat receives events from a local appender and logs them according to local policy.interfaceServerRunner<T extends Client>An object that is responsible for the asynchronous execution of a socket server.Classes in ch.qos.logback.core.net.server that implement ContextAware Modifier and Type Class Description classAbstractServerSocketAppender<E>This is the super class for module specific ServerSocketAppender implementations can derive from.classConcurrentServerRunner<T extends Client>A concurrentServerRunner.(package private) classRemoteReceiverServerRunnerAServerRunnerthat listens for connections from remote receiver component clients and delivers logging events to all connected clients.(package private) classRemoteReceiverStreamClientARemoteReceiverClientthat writes serialized logging events to anOutputStream.classSSLServerSocketAppenderBase<E>This is the base class for module specific ServerSocketAppender implementations. -
Uses of ContextAware in ch.qos.logback.core.net.ssl
Classes in ch.qos.logback.core.net.ssl that implement ContextAware Modifier and Type Class Description classSSLParametersConfigurationA configuration of SSL parameters for anSSLEngine.Methods in ch.qos.logback.core.net.ssl with parameters of type ContextAware Modifier and Type Method Description javax.net.ssl.SSLContextSSLContextFactoryBean. createContext(ContextAware context)Creates a newSSLContextusing the receiver's configuration.private javax.net.ssl.KeyManager[]SSLContextFactoryBean. createKeyManagers(ContextAware context)Creates key managers using the receiver's key store configuration.private java.security.SecureRandomSSLContextFactoryBean. createSecureRandom(ContextAware context)private javax.net.ssl.TrustManager[]SSLContextFactoryBean. createTrustManagers(ContextAware context)Creates trust managers using the receiver's trust store configuration. -
Uses of ContextAware in ch.qos.logback.core.pattern
Classes in ch.qos.logback.core.pattern that implement ContextAware Modifier and Type Class Description classCompositeConverter<E>classDynamicConverter<E>classIdentityCompositeConverter<E>classPatternLayoutBase<E>classPatternLayoutEncoderBase<E>classReplacingCompositeConverter<E> -
Uses of ContextAware in ch.qos.logback.core.pattern.color
Classes in ch.qos.logback.core.pattern.color that implement ContextAware Modifier and Type Class Description classBlackCompositeConverter<E>Encloses a given set of converter output in black using the appropriate ANSI escape codes.classBlueCompositeConverter<E>Encloses a given set of converter output in blue using the appropriate ANSI escape codes.classBoldBlueCompositeConverter<E>Encloses a given set of converter output in bold blue using the appropriate ANSI escape codes.classBoldCyanCompositeConverter<E>Encloses a given set of converter output in bold cyan using the appropriate ANSI escape codes.classBoldGreenCompositeConverter<E>Encloses a given set of converter output in bold green using the appropriate ANSI escape codes.classBoldMagentaCompositeConverter<E>Encloses a given set of converter output in bold magenta using the appropriate ANSI escape codes.classBoldRedCompositeConverter<E>Encloses a given set of converter output in bold red using the appropriate ANSI escape codes.classBoldWhiteCompositeConverter<E>Encloses a given set of converter output in bold white using the appropriate ANSI escape codes.classBoldYellowCompositeConverter<E>Encloses a given set of converter output in bold yellow using the appropriate ANSI escape codes.classCyanCompositeConverter<E>Encloses a given set of converter output in cyan using the appropriate ANSI escape codes.classForegroundCompositeConverterBase<E>Base class for all foreground color setting composite converters.classGrayCompositeConverter<E>Encloses a given set of converter output in gray using the appropriate ANSI escape codes.classGreenCompositeConverter<E>Encloses a given set of converter output in green using the appropriate ANSI escape codes.classMagentaCompositeConverter<E>Encloses a given set of converter output in magenta using the appropriate ANSI escape codes.classRedCompositeConverter<E>Encloses a given set of converter output in red using the appropriate ANSI escape codes.classWhiteCompositeConverter<E>Encloses a given set of converter output in white using the appropriate ANSI escape codes.classYellowCompositeConverter<E>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
Classes in ch.qos.logback.core.pattern.parser that implement ContextAware Modifier and Type Class Description (package private) classCompiler<E>classParser<E> -
Uses of ContextAware in ch.qos.logback.core.property
Classes in ch.qos.logback.core.property that implement ContextAware Modifier and Type Class Description classFileExistsPropertyDefinerIn conjunction withPropertyActionsets the named variable to "true" if the file specified bypathproperty exists, to "false" otherwise.classResourceExistsPropertyDefinerIn conjunction withPropertyActionsets the named variable to "true" if theresourcespecified by the user is available on the class path, "false" otherwise. -
Uses of ContextAware in ch.qos.logback.core.read
Classes in ch.qos.logback.core.read that implement ContextAware Modifier and Type Class Description classCyclicBufferAppender<E>CyclicBufferAppender stores events in a cyclic buffer of user-specified size.classListAppender<E> -
Uses of ContextAware in ch.qos.logback.core.rolling
Subinterfaces of ContextAware in ch.qos.logback.core.rolling Modifier and Type Interface Description interfaceTimeBasedFileNamingAndTriggeringPolicy<E>This interface lists the set of methods that need to be implemented by triggering policies which are nested within aTimeBasedRollingPolicy.Classes in ch.qos.logback.core.rolling that implement ContextAware Modifier and Type Class Description classDefaultTimeBasedFileNamingAndTriggeringPolicy<E>classFixedWindowRollingPolicyWhen rolling over,FixedWindowRollingPolicyrenames files according to a fixed window algorithm.classRollingFileAppender<E>RollingFileAppenderextendsFileAppenderto backup the log files depending onRollingPolicyandTriggeringPolicy.classRollingPolicyBaseImplements methods common to most, it not all, rolling policies.classSizeAndTimeBasedFNATP<E>classSizeAndTimeBasedRollingPolicy<E>classSizeBasedTriggeringPolicy<E>SizeBasedTriggeringPolicy looks at size of the file being currently written to.classTimeBasedFileNamingAndTriggeringPolicyBase<E>classTimeBasedRollingPolicy<E>TimeBasedRollingPolicyis both easy to configure and quite powerful.classTriggeringPolicyBase<E>SizeBasedTriggeringPolicy looks at size of the file being currently written to. -
Uses of ContextAware in ch.qos.logback.core.rolling.helper
Subinterfaces of ContextAware in ch.qos.logback.core.rolling.helper Modifier and Type Interface Description interfaceArchiveRemoverGiven a date remove older archived log files.Classes in ch.qos.logback.core.rolling.helper that implement ContextAware Modifier and Type Class Description classCompressorTheCompressionclass implements ZIP and GZ file compression/decompression methods.classDateTokenConverter<E>Returns a date formatted by SimpleDateFormatter.classFileNamePatternAfter 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.classIntegerTokenConverterWhen asked to convert an integer,IntegerTokenConverterthe string value of that integer.classRenameUtilUtility class to help solving problems encountered while renaming files.classSizeAndTimeBasedArchiveRemoverclassTimeBasedArchiveRemover -
Uses of ContextAware in ch.qos.logback.core.sift
Classes in ch.qos.logback.core.sift that implement ContextAware Modifier and Type Class Description classAbstractDiscriminator<E>Base implementation ofDiscriminatorthat provides basic lifecycle managementclassDefaultDiscriminator<E>classSiftingAppenderBase<E>This appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules.classSiftingJoranConfiguratorBase<E> -
Uses of ContextAware in ch.qos.logback.core.spi
Subinterfaces of ContextAware in ch.qos.logback.core.spi Modifier and Type Interface Description interfacePropertyDefinerClasses in ch.qos.logback.core.spi that implement ContextAware Modifier and Type Class Description classContextAwareBaseA helper class that implements ContextAware methods.classContextAwareImplA helper class that implements ContextAware methods.Constructors in ch.qos.logback.core.spi with parameters of type ContextAware Constructor Description ContextAwareBase(ContextAware declaredOrigin) -
Uses of ContextAware in ch.qos.logback.core.status
Classes in ch.qos.logback.core.status that implement ContextAware Modifier and Type Class Description classOnConsoleStatusListenerPrint all new incoming status messages on the console (System.out).classOnErrorConsoleStatusListenerPrint all new incoming status messages on the error console (System.err).classOnPrintStreamStatusListenerBasePrint all new incoming status messages on the on the designated PrintStream. -
Uses of ContextAware in ch.qos.logback.core.util
Classes in ch.qos.logback.core.util that implement ContextAware Modifier and Type Class Description classContextUtilclassFileUtilclassInterruptUtilAllows masking of interrupt flag if previously the flag is already set.Methods in ch.qos.logback.core.util with parameters of type ContextAware Modifier and Type Method Description static voidOptionHelper. setSystemProperties(ContextAware contextAware, java.util.Properties props)static voidOptionHelper. setSystemProperty(ContextAware contextAware, java.lang.String key, java.lang.String value) -
Uses of ContextAware in chapters.appenders
Classes in chapters.appenders that implement ContextAware Modifier and Type Class Description classCountingConsoleAppender -
Uses of ContextAware in chapters.appenders.mail
Classes in chapters.appenders.mail that implement ContextAware Modifier and Type Class Description classCounterBasedEvaluatorA simple EventEvaluator implementation that triggers email transmission after 1024 events regardless of event level. -
Uses of ContextAware in chapters.filters
Classes in chapters.filters that implement ContextAware Modifier and Type Class Description classSampleFilterclassSampleTurboFilter -
Uses of ContextAware in chapters.layouts
Classes in chapters.layouts that implement ContextAware Modifier and Type Class Description classMySampleConverterclassMySampleLayoutclassMySampleLayout2 -
Uses of ContextAware in chapters.migrationFromLog4j
Classes in chapters.migrationFromLog4j that implement ContextAware Modifier and Type Class Description classTrivialLogbackAppenderclassTrivialLogbackLayoutA very simple logback-classic layout which formats a logging event by returning the message contained therein. -
Uses of ContextAware in chapters.onJoran
Classes in chapters.onJoran that implement ContextAware Modifier and Type Class Description classSimpleConfiguratorA minimal configurator extending GenericConfigurator. -
Uses of ContextAware in chapters.onJoran.calculator
Classes in chapters.onJoran.calculator that implement ContextAware Modifier and Type Class Description classAddActionThis action adds the two integers at the top of the stack (they are removed) and pushes the result to the top the stack.classComputationAction1ComputationAction1 will print the result of the compuration made by children elements but only if the compuration itself is named, that is if the name attribute of the associated computation element is not null.classComputationAction2ComputationAction2 will print the result of the compuration made by children elements but only if the computation itself is named, that is if the name attribute of the associated computation element is not null.classLiteralActionThis action converts the value attribute of the associated element to an integer and pushes the resulting Integer object on top of the execution context stack.classMultiplyActionThis action multiplies the two integers at the top of the stack (they are removed) and pushes the result on top the stack. -
Uses of ContextAware in chapters.onJoran.helloWorld
Classes in chapters.onJoran.helloWorld that implement ContextAware Modifier and Type Class Description classHelloWorldActionA trivial action that writes "Hello world" on the console. -
Uses of ContextAware in chapters.onJoran.implicit
Classes in chapters.onJoran.implicit that implement ContextAware Modifier and Type Class Description classNOPActionNo operation (NOP) action that does strictly nothing.classPrintMeImplicitActionA rather trivial implicit action which is applicable if an element has a printme attribute set to true.
-