Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

abbreviate(String) - Method in interface ch.qos.logback.classic.pattern.Abbreviator
 
abbreviate(String) - Method in class ch.qos.logback.classic.pattern.ClassNameOnlyAbbreviator
 
abbreviate(String) - Method in class ch.qos.logback.classic.pattern.TargetLengthBasedClassNameAbbreviator
 
Abbreviator - Interface in ch.qos.logback.classic.pattern
An interface used for abbreviating strings according to different policies.
AbstractAppenderFactoryUsingJoran<E> - Class in ch.qos.logback.core.sift
Builds new appenders dynamically by running SiftingJoranConfigurator instance, a custom configurator tailored for the contents of the sift element.
AbstractAppenderFactoryUsingJoran(List<SaxEvent>, String, Map<String, String>) - Constructor for class ch.qos.logback.core.sift.AbstractAppenderFactoryUsingJoran
 
AbstractComponentTracker<C> - Class in ch.qos.logback.core.spi
An abstract implementation of the ComponentTracker interface.
AbstractComponentTracker() - Constructor for class ch.qos.logback.core.spi.AbstractComponentTracker
 
AbstractDiscriminator<E> - Class in ch.qos.logback.core.sift
Base implementation of Discriminator that provides basic lifecycle management
AbstractDiscriminator() - Constructor for class ch.qos.logback.core.sift.AbstractDiscriminator
 
AbstractEventEvaluatorAction - Class in ch.qos.logback.core.joran.action
 
AbstractEventEvaluatorAction() - Constructor for class ch.qos.logback.core.joran.action.AbstractEventEvaluatorAction
 
AbstractIncludeAction - Class in ch.qos.logback.core.joran.action
 
AbstractIncludeAction() - Constructor for class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
AbstractMatcherFilter<E> - Class in ch.qos.logback.core.filter
 
AbstractMatcherFilter() - Constructor for class ch.qos.logback.core.filter.AbstractMatcherFilter
 
AbstractServerSocketAppender<E> - Class in ch.qos.logback.core.net.server
This is the super class for module specific ServerSocketAppender implementations can derive from.
AbstractServerSocketAppender() - Constructor for class ch.qos.logback.core.net.server.AbstractServerSocketAppender
 
AbstractSocketAppender<E> - Class in ch.qos.logback.core.net
An abstract base for module specific SocketAppender implementations in other logback modules.
AbstractSocketAppender() - Constructor for class ch.qos.logback.core.net.AbstractSocketAppender
Constructs a new appender.
AbstractSocketAppender(String, int) - Constructor for class ch.qos.logback.core.net.AbstractSocketAppender
Deprecated.
AbstractSSLSocketAppender<E> - Class in ch.qos.logback.core.net
An abstract base for module specific SSLSocketAppender implementations located in other logback modules.
AbstractSSLSocketAppender() - Constructor for class ch.qos.logback.core.net.AbstractSSLSocketAppender
Constructs a new appender.
AbstractSSLSocketAppender(String, int) - Constructor for class ch.qos.logback.core.net.AbstractSSLSocketAppender
Deprecated.
accept(ClientVisitor<T>) - Method in class ch.qos.logback.core.net.server.ConcurrentServerRunner
Presents each connected client to the given visitor.
accept(ClientVisitor<T>) - Method in interface ch.qos.logback.core.net.server.ServerRunner
Presents each connected client to the given visitor.
acceptClient() - Method in interface ch.qos.logback.core.net.server.ServerListener
Accepts the next client that appears on this listener.
acceptClient() - Method in class ch.qos.logback.core.net.server.ServerSocketListener
Accepts the next client that appears on this listener.
Action - Class in ch.qos.logback.core.joran.action
Most of the work for configuring logback is done by Actions.
Action() - Constructor for class ch.qos.logback.core.joran.action.Action
 
ACTION_CLASS_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
ACTION_CLASS_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
ActionConst - Class in ch.qos.logback.core.joran.action
This class contains costants used by other Actions.
ActionConst() - Constructor for class ch.qos.logback.core.joran.action.ActionConst
 
ActionException - Exception in ch.qos.logback.core.joran.spi
By throwing an exception an action can signal the Interpreter to skip processing of all the nested (child) elements of the element associated with the action causing the exception.
ActionException() - Constructor for exception ch.qos.logback.core.joran.spi.ActionException
 
ActionException(Throwable) - Constructor for exception ch.qos.logback.core.joran.spi.ActionException
 
ActionUtil - Class in ch.qos.logback.core.joran.action
 
ActionUtil() - Constructor for class ch.qos.logback.core.joran.action.ActionUtil
 
ActionUtil.Scope - Enum in ch.qos.logback.core.joran.action
 
add(Status) - Method in class ch.qos.logback.core.BasicStatusManager
Add a new status object.
add(StatusListener) - Method in class ch.qos.logback.core.BasicStatusManager
 
add(E) - Method in class ch.qos.logback.core.helpers.CyclicBuffer
Add an event as the last event in the buffer.
add(Class<?>, String, Class<?>) - Method in class ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry
 
add(Status) - Method in interface ch.qos.logback.core.status.Status
 
add(Status) - Method in class ch.qos.logback.core.status.StatusBase
 
add(Status) - Method in interface ch.qos.logback.core.status.StatusManager
Add a new status message.
add(StatusListener) - Method in interface ch.qos.logback.core.status.StatusManager
Add a status listener.
addAppender(Appender<ILoggingEvent>) - Method in class ch.qos.logback.classic.Logger
 
addAppender(Appender<E>) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
addAppender(Appender<E>) - Method in interface ch.qos.logback.core.spi.AppenderAttachable
Add an appender.
addAppender(Appender<E>) - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Attach an appender.
addBasicProperty(String, String) - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
addComplexProperty(String, Object) - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
addCss(StringBuilder) - Method in class ch.qos.logback.classic.html.DefaultCssBuilder
 
addCss(StringBuilder) - Method in class ch.qos.logback.classic.html.UrlCssBuilder
 
addCss(StringBuilder) - Method in interface ch.qos.logback.core.html.CssBuilder
 
addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry) - Method in class ch.qos.logback.classic.joran.JoranConfigurator
 
addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry) - Method in class ch.qos.logback.classic.sift.SiftingJoranConfigurator
 
addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry) - Static method in class ch.qos.logback.classic.util.DefaultNestedComponentRules
 
addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry) - Method in class ch.qos.logback.core.joran.GenericConfigurator
 
addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry) - Static method in class ch.qos.logback.core.net.ssl.SSLNestedComponentRegistryRules
 
addError(String) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
addError(String, Throwable) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
addError(String) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
addError(String, Throwable) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
addError(String) - Method in interface ch.qos.logback.core.spi.ContextAware
 
addError(String, Throwable) - Method in interface ch.qos.logback.core.spi.ContextAware
 
addError(String) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
addError(String, Throwable) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
addError(String) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
addError(String, Throwable) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
addError(Object, String, Throwable) - Method in class ch.qos.logback.core.status.StatusUtil
 
addEventsDynamically(List<SaxEvent>, int) - Method in class ch.qos.logback.core.joran.spi.EventPlayer
 
addFilter(Filter<E>) - Method in class ch.qos.logback.core.AppenderBase
 
addFilter(Filter<E>) - Method in interface ch.qos.logback.core.spi.FilterAttachable
Add a filter.
addFilter(Filter<E>) - Method in class ch.qos.logback.core.spi.FilterAttachableImpl
Add a filter to end of the filter list.
addFilter(Filter<E>) - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
addHostNameAsProperty() - Method in class ch.qos.logback.core.util.ContextUtil
Add the local host's name as a property
addImplicitAction(ImplicitAction) - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
addImplicitRules(Interpreter) - Method in class ch.qos.logback.core.joran.GenericConfigurator
 
addImplicitRules(Interpreter) - Method in class ch.qos.logback.core.joran.JoranConfiguratorBase
 
addImplicitRules(Interpreter) - Method in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
addInfo(String) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
addInfo(String, Throwable) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
addInfo(String) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
addInfo(String, Throwable) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
addInfo(String) - Method in interface ch.qos.logback.core.spi.ContextAware
 
addInfo(String, Throwable) - Method in interface ch.qos.logback.core.spi.ContextAware
 
addInfo(String) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
addInfo(String, Throwable) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
addInfo(String) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
addInfo(String, Throwable) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
addInfo(Object, String) - Method in class ch.qos.logback.core.status.StatusUtil
 
addInPlayListener(InPlayListener) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
addInstanceRules(RuleStore) - Method in class ch.qos.logback.classic.joran.JoranConfigurator
 
addInstanceRules(RuleStore) - Method in class ch.qos.logback.classic.sift.SiftingJoranConfigurator
 
addInstanceRules(RuleStore) - Method in class ch.qos.logback.core.joran.GenericConfigurator
 
addInstanceRules(RuleStore) - Method in class ch.qos.logback.core.joran.JoranConfiguratorBase
 
addInstanceRules(RuleStore) - Method in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
ADDITIVITY_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
addListener(LoggerContextListener) - Method in class ch.qos.logback.classic.LoggerContext
 
addMarker(String) - Method in class ch.qos.logback.classic.boolex.OnMarkerEvaluator
 
addMDCValueLevelPair(MDCValueLevelPair) - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
Add a new MDCValuePair
addNewInstanceToContext(Context) - Static method in class ch.qos.logback.core.status.OnConsoleStatusListener
This utility method adds a new OnConsoleStatusListener to the context of the contextAware object passed as parameter.
addProperties(Properties) - Method in class ch.qos.logback.core.util.ContextUtil
 
addRule(ElementSelector, String) - Method in interface ch.qos.logback.core.joran.spi.RuleStore
Add a new rule, given by a pattern and a action class (String).
addRule(ElementSelector, Action) - Method in interface ch.qos.logback.core.joran.spi.RuleStore
Add a new rule, given by a pattern and an action instance.
addRule(ElementSelector, Action) - Method in class ch.qos.logback.core.joran.spi.SimpleRuleStore
Add a new rule, i.e.
addRule(ElementSelector, String) - Method in class ch.qos.logback.core.joran.spi.SimpleRuleStore
 
addStatus(Status) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
addStatus(Status) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
addStatus(Status) - Method in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
addStatus(Status) - Method in interface ch.qos.logback.core.spi.ContextAware
 
addStatus(Status) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
addStatus(Status) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
addStatus(Status) - Method in class ch.qos.logback.core.status.StatusUtil
 
addStatusEvent(Status) - Method in class ch.qos.logback.core.status.NopStatusListener
 
addStatusEvent(Status) - Method in interface ch.qos.logback.core.status.StatusListener
 
addStatusEvent(Status) - Method in class ch.qos.logback.core.status.StatusListenerAsList
 
addSubstitutionProperties(Properties) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
addSubstitutionProperty(String, String) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
Add a property to the properties of this execution context.
addTo(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
addToWatchList(URL) - Method in class ch.qos.logback.core.joran.spi.ConfigurationWatchList
 
addToWatchList(Context, URL) - Static method in class ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
 
addTurboFilter(TurboFilter) - Method in class ch.qos.logback.classic.LoggerContext
 
addUniquely(StatusListener, Object) - Method in class ch.qos.logback.core.BasicStatusManager
 
addUniquely(StatusListener, Object) - Method in interface ch.qos.logback.core.status.StatusManager
Add a status listener unless another instance of the same type has been previously registered.
addWarn(String) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
addWarn(String, Throwable) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
addWarn(String) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
addWarn(String, Throwable) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
addWarn(String) - Method in interface ch.qos.logback.core.spi.ContextAware
 
addWarn(String, Throwable) - Method in interface ch.qos.logback.core.spi.ContextAware
 
addWarn(String) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
addWarn(String, Throwable) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
addWarn(String) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
addWarn(String, Throwable) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
addWarn(Object, String) - Method in class ch.qos.logback.core.status.StatusUtil
 
afterLastSlash(String) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
AggregationType - Enum in ch.qos.logback.core.util
AggregationType classifies how one object is contained within another object.
ALERT_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Alert: action must be taken immediately
ALL - Static variable in class ch.qos.logback.classic.Level
The ALL is used to turn on all logging.
ALL_INT - Static variable in class ch.qos.logback.classic.Level
 
ALL_INTEGER - Static variable in class ch.qos.logback.classic.Level
 
allComponents() - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
 
allComponents() - Method in interface ch.qos.logback.core.spi.ComponentTracker
Returns the collection of all components tracked by this instance.
allKeys() - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
 
allKeys() - Method in interface ch.qos.logback.core.spi.ComponentTracker
Set of all keys in this tracker in no particular order.
allowedRepetitions - Variable in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
AlmostAsIsEscapeUtil - Class in ch.qos.logback.core.pattern.util
This implementation is intended for use in FileNamePattern.
AlmostAsIsEscapeUtil() - Constructor for class ch.qos.logback.core.pattern.util.AlmostAsIsEscapeUtil
 
AndroidManifestPropertiesUtil - Class in ch.qos.logback.classic.android
Utility for adding context properties to an InterpretationContext based on manifest attributes from AndroidManifest.xml
AndroidManifestPropertiesUtil() - Constructor for class ch.qos.logback.classic.android.AndroidManifestPropertiesUtil
 
ANSIConstants - Class in ch.qos.logback.core.pattern.color
Deprecated. 
ANSIConstants() - Constructor for class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
append(ILoggingEvent) - Method in class ch.qos.logback.classic.android.LogcatAppender
Writes an event to Android's logging mechanism (logcat)
append(ILoggingEvent) - Method in class ch.qos.logback.classic.android.SQLiteAppender
 
append(E) - Method in class ch.qos.logback.core.AppenderBase
 
append(E) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
append - Variable in class ch.qos.logback.core.FileAppender
Append to or truncate the file? The default value for this variable is true, meaning that by default a FileAppender will append to an existing file and not truncate it.
append(E) - Method in class ch.qos.logback.core.helpers.NOPAppender
 
append(String) - Method in class ch.qos.logback.core.joran.event.BodyEvent
 
append(E) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
append(E) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
 
append(E) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
 
append(E) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Perform SMTPAppender specific appending actions, delegating some of them to a subclass and checking if the event triggers an e-mail to be sent.
append(E) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
append(E) - Method in class ch.qos.logback.core.OutputStreamAppender
 
append(E) - Method in class ch.qos.logback.core.read.CyclicBufferAppender
 
append(E) - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
append(E) - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
Appender<E> - Interface in ch.qos.logback.core
 
APPENDER_BAG - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
APPENDER_TAG - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
AppenderAction<E> - Class in ch.qos.logback.core.joran.action
 
AppenderAction() - Constructor for class ch.qos.logback.core.joran.action.AppenderAction
 
AppenderAttachable<E> - Interface in ch.qos.logback.core.spi
Interface for attaching appenders to objects.
AppenderAttachableImpl<E> - Class in ch.qos.logback.core.spi
A ReentrantReadWriteLock based implementation of the AppenderAttachable interface.
AppenderAttachableImpl() - Constructor for class ch.qos.logback.core.spi.AppenderAttachableImpl
 
AppenderBase<E> - Class in ch.qos.logback.core
Sets a skeleton implementation for appenders.
AppenderBase() - Constructor for class ch.qos.logback.core.AppenderBase
 
AppenderFactory<E> - Interface in ch.qos.logback.core.sift
Created with IntelliJ IDEA.
AppenderFactoryUsingJoran - Class in ch.qos.logback.classic.sift
 
AppenderRefAction<E> - Class in ch.qos.logback.core.joran.action
 
AppenderRefAction() - Constructor for class ch.qos.logback.core.joran.action.AppenderRefAction
 
AppenderTracker<E> - Class in ch.qos.logback.core.sift
Track appenders by key.
AppenderTracker(Context, AppenderFactory<E>) - Constructor for class ch.qos.logback.core.sift.AppenderTracker
 
appenderTracker - Variable in class ch.qos.logback.core.sift.SiftingAppenderBase
 
appendEscapingCDATA(StringBuilder, String) - Static method in class ch.qos.logback.core.helpers.Transform
Ensures that embedded CDEnd strings (]]>) are handled properly within message, NDC and throwable tag text.
appendLoopOnAppenders(E) - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Call the doAppend method on all attached appenders.
ArchiveRemover - Interface in ch.qos.logback.core.rolling.helper
Given a date remove older archived log files.
archiveRemover - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
areOnSameFileStore(File, File) - Static method in class ch.qos.logback.core.rolling.helper.FileStoreUtil
This method assumes that both files a and b exists.
arrangeArguments(Object[]) - Static method in class ch.qos.logback.classic.spi.EventArgUtil
 
artificialCurrentTime - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
ASaxEventRecorder - Class in ch.qos.logback.classic.android
SAX event recorder for compressed Android XML resource files.
ASaxEventRecorder() - Constructor for class ch.qos.logback.classic.android.ASaxEventRecorder
Constructor
AsIsEscapeUtil - Class in ch.qos.logback.core.pattern.util
 
AsIsEscapeUtil() - Constructor for class ch.qos.logback.core.pattern.util.AsIsEscapeUtil
 
asJULLevel(Level) - Static method in class ch.qos.logback.classic.jul.JULHelper
Deprecated.
 
asJULLogger(String) - Static method in class ch.qos.logback.classic.jul.JULHelper
Deprecated.
 
asJULLogger(Logger) - Static method in class ch.qos.logback.classic.jul.JULHelper
Deprecated.
 
asJULLoggerName(String) - Static method in class ch.qos.logback.classic.jul.JULHelper
Deprecated.
 
asList() - Method in class ch.qos.logback.core.helpers.CyclicBuffer
 
asString(IThrowableProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
AsyncAppender - Class in ch.qos.logback.classic
In order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.
AsyncAppender() - Constructor for class ch.qos.logback.classic.AsyncAppender
 
AsyncAppenderBase<E> - Class in ch.qos.logback.core
This appender and derived classes, log events asynchronously.
AsyncAppenderBase() - Constructor for class ch.qos.logback.core.AsyncAppenderBase
 
AsynchronousCompressor - Class in ch.qos.logback.core.rolling.helper
 
AsynchronousCompressor(Compressor) - Constructor for class ch.qos.logback.core.rolling.helper.AsynchronousCompressor
 
attributes - Variable in class ch.qos.logback.core.joran.event.StartEvent
 
autoConfig() - Method in class ch.qos.logback.classic.util.ContextInitializer
Configures logback with the first configuration found in the following search path.
AUTOCONFIG_FILE - Static variable in class ch.qos.logback.classic.util.ContextInitializer
 
AUXILIARY_TOKEN - Static variable in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
available() - Method in class ch.qos.logback.core.encoder.EventObjectInputStream
Returns the number of bytes available
awaitConnection() - Method in class ch.qos.logback.core.net.SocketConnectorBase
awaitConnection(long) - Method in class ch.qos.logback.core.net.SocketConnectorBase

B

BACKOFF_COEFFICIENT_MIN - Static variable in class ch.qos.logback.core.recovery.RecoveryCoordinator
 
BasicConfigurator - Class in ch.qos.logback.classic
Deprecated.
basicEscape(String) - Static method in class ch.qos.logback.core.pattern.util.RegularEscapeUtil
 
BasicLogcatConfigurator - Class in ch.qos.logback.classic.android
BasicLogcatConfigurator configures logback-classic by attaching a LogcatAppender to the root logger.
BasicStatusManager - Class in ch.qos.logback.core
 
BasicStatusManager() - Constructor for class ch.qos.logback.core.BasicStatusManager
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.ConditionalIncludeAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.ConfigurationAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.ContextNameAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.FindIncludeAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.LevelAction
Deprecated.
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.LoggerAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.LoggerContextListenerAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.ReceiverAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.joran.action.RootLoggerAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.classic.sift.SiftAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.AbstractEventEvaluatorAction
Instantiates an evaluator of the given class and sets its name.
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.Action
Called when the parser encounters an element matching a Pattern.
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.AppenderAction
Instantiates an appender of the given class and sets its name.
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.AppenderRefAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.ConversionRuleAction
Instantiates an layout of the given class and sets its name.
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.DefinePropertyAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.NestedBasicPropertyIA
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.NestedComplexPropertyIA
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.NewRuleAction
Instantiates an layout of the given class and sets its name.
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.NOPAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.ParamAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.PropertyAction
Set a new property for the execution context by name, value pair, or adds all the properties found in the given file.
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.StatusListenerAction
 
begin(InterpretationContext, String, Attributes) - Method in class ch.qos.logback.core.joran.action.TimestampAction
 
BLACK_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
BlackCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BlackCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BlackCompositeConverter
Deprecated.
 
BLUE_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
BlueCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BlueCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BlueCompositeConverter
Deprecated.
 
body(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.ContextNameAction
 
body(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.Action
Called to pass the body (as text) contained within an element.
body(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.NestedBasicPropertyIA
 
BodyEvent - Class in ch.qos.logback.core.joran.event
 
BOLD - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
BoldBlueCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BoldBlueCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BoldBlueCompositeConverter
Deprecated.
 
BoldCyanCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BoldCyanCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BoldCyanCompositeConverter
Deprecated.
 
BoldGreenCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BoldGreenCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BoldGreenCompositeConverter
Deprecated.
 
BoldMagentaCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BoldMagentaCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BoldMagentaCompositeConverter
Deprecated.
 
BoldRedCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BoldRedCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BoldRedCompositeConverter
Deprecated.
 
BoldWhiteCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BoldWhiteCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BoldWhiteCompositeConverter
Deprecated.
 
BoldYellowCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
BoldYellowCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.BoldYellowCompositeConverter
Deprecated.
 
booleanAsStr(boolean) - Static method in class ch.qos.logback.core.PropertyDefinerBase
 
build(ILoggingEvent) - Static method in class ch.qos.logback.classic.spi.LoggingEventVO
 
build(ThrowableProxy, Throwable, ThrowableProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
build(IThrowableProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
buildAppender(Context, String) - Method in class ch.qos.logback.core.sift.AbstractAppenderFactoryUsingJoran
 
buildAppender(Context, String) - Method in interface ch.qos.logback.core.sift.AppenderFactory
 
buildByDays(double) - Static method in class ch.qos.logback.core.util.Duration
 
buildByHours(double) - Static method in class ch.qos.logback.core.util.Duration
 
buildByMilliseconds(double) - Static method in class ch.qos.logback.core.util.Duration
 
buildByMinutes(double) - Static method in class ch.qos.logback.core.util.Duration
 
buildBySeconds(double) - Static method in class ch.qos.logback.core.util.Duration
 
buildComponent(String) - Method in class ch.qos.logback.core.sift.AppenderTracker
 
buildComponent(String) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
Build a component based on the key.
buildComponent(String) - Method in class ch.qos.logback.core.spi.CyclicBufferTracker
 
buildCreateExceptionTableSQL(DBNameResolver) - Static method in class ch.qos.logback.classic.db.SQLBuilder
 
buildCreateLoggingEventTableSQL(DBNameResolver) - Static method in class ch.qos.logback.classic.db.SQLBuilder
 
buildCreatePropertyTableSQL(DBNameResolver) - Static method in class ch.qos.logback.classic.db.SQLBuilder
 
BUILDER_CAPACITY - Static variable in class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 
buildInsertExceptionSQL(DBNameResolver) - Static method in class ch.qos.logback.classic.db.SQLBuilder
 
buildInsertPropertiesSQL(DBNameResolver) - Static method in class ch.qos.logback.classic.db.SQLBuilder
 
buildInsertSQL(DBNameResolver) - Static method in class ch.qos.logback.classic.db.SQLBuilder
 
buildInterpreter() - Method in class ch.qos.logback.classic.sift.SiftingJoranConfigurator
 
buildInterpreter() - Method in class ch.qos.logback.core.joran.GenericConfigurator
Builds a generic configuration-XML interpreter
buildInterpreter() - Method in class ch.qos.logback.core.joran.JoranConfiguratorBase
 
buildLayout() - Method in class ch.qos.logback.classic.net.SyslogAppender
 
buildLayout() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
buildStr(StringBuilder, String, Status) - Static method in class ch.qos.logback.core.util.StatusPrinter
 
buildUnbounded() - Static method in class ch.qos.logback.core.util.Duration
 
ByteArrayUtil - Class in ch.qos.logback.core.encoder
 
ByteArrayUtil() - Constructor for class ch.qos.logback.core.encoder.ByteArrayUtil
 
BYTES_PER_INT - Static variable in class ch.qos.logback.core.CoreConstants
 

C

cacheSize - Variable in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
CachingDateFormatter - Class in ch.qos.logback.core.util
A synchronized implementation of SimpleDateFormat which uses caching internally.
CachingDateFormatter(String) - Constructor for class ch.qos.logback.core.util.CachingDateFormatter
 
calculate(IThrowableProxy) - Method in class ch.qos.logback.classic.spi.PackagingDataCalculator
 
calculatePackagingData() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
call() - Method in class ch.qos.logback.core.net.DefaultSocketConnector
Loops until the desired connection is established and returns the resulting connector.
call() - Method in interface ch.qos.logback.core.net.SocketConnector
Blocks the calling thread until a connection is successfully established.
call() - Method in class ch.qos.logback.core.net.SocketConnectorBase
 
callAppenders(ILoggingEvent) - Method in class ch.qos.logback.classic.Logger
Invoke all the appenders of this logger.
CALLER_DATA_NA - Static variable in class ch.qos.logback.classic.spi.CallerData
 
CallerData - Class in ch.qos.logback.classic.spi
This class computes caller data returning the result in the form of a StackTraceElement array.
CallerData() - Constructor for class ch.qos.logback.classic.spi.CallerData
 
CallerDataConverter - Class in ch.qos.logback.classic.pattern
This converter outputs caller data depending on depth and marker data.
CallerDataConverter() - Constructor for class ch.qos.logback.classic.pattern.CallerDataConverter
 
canBeBuiltFromSimpleString(Class<?>) - Static method in class ch.qos.logback.core.joran.util.StringToObjectConverter
 
CAUSED_BY - Static variable in class ch.qos.logback.core.CoreConstants
 
cbTracker - Variable in class ch.qos.logback.core.net.SMTPAppenderBase
 
ch.qos.logback.classic - package ch.qos.logback.classic
Contains logback classic main classes.
ch.qos.logback.classic.android - package ch.qos.logback.classic.android
Contains logback-classic classes bound to the Android SDK.
ch.qos.logback.classic.boolex - package ch.qos.logback.classic.boolex
 
ch.qos.logback.classic.db - package ch.qos.logback.classic.db
 
ch.qos.logback.classic.db.names - package ch.qos.logback.classic.db.names
 
ch.qos.logback.classic.encoder - package ch.qos.logback.classic.encoder
 
ch.qos.logback.classic.filter - package ch.qos.logback.classic.filter
 
ch.qos.logback.classic.html - package ch.qos.logback.classic.html
Contains classes to format log output in HTML.
ch.qos.logback.classic.joran - package ch.qos.logback.classic.joran
Contains Joran configuration classes.
ch.qos.logback.classic.joran.action - package ch.qos.logback.classic.joran.action
 
ch.qos.logback.classic.jul - package ch.qos.logback.classic.jul
Logback <-> java.util.logging (JUL) integration.
ch.qos.logback.classic.log4j - package ch.qos.logback.classic.log4j
Contains support for log4j output formats.
ch.qos.logback.classic.net - package ch.qos.logback.classic.net
Contains classes used to log through a network
ch.qos.logback.classic.net.server - package ch.qos.logback.classic.net.server
Provides a robust logging server
ch.qos.logback.classic.pattern - package ch.qos.logback.classic.pattern
Provides classes implementing format specifiers in conversion patterns.
ch.qos.logback.classic.pattern.color - package ch.qos.logback.classic.pattern.color
 
ch.qos.logback.classic.selector - package ch.qos.logback.classic.selector
 
ch.qos.logback.classic.sift - package ch.qos.logback.classic.sift
 
ch.qos.logback.classic.spi - package ch.qos.logback.classic.spi
Contains core classes of logback classic.
ch.qos.logback.classic.turbo - package ch.qos.logback.classic.turbo
 
ch.qos.logback.classic.util - package ch.qos.logback.classic.util
Contains utility classes.
ch.qos.logback.core - package ch.qos.logback.core
Contains the main classes of logback core.
ch.qos.logback.core.android - package ch.qos.logback.core.android
 
ch.qos.logback.core.boolex - package ch.qos.logback.core.boolex
Contains the EventEvaluator interface and subclasses.
ch.qos.logback.core.encoder - package ch.qos.logback.core.encoder
 
ch.qos.logback.core.filter - package ch.qos.logback.core.filter
Contains base classes to the event filtering functionality of logback.
ch.qos.logback.core.helpers - package ch.qos.logback.core.helpers
Helpers package.
ch.qos.logback.core.html - package ch.qos.logback.core.html
Contains the base classes needed to format logging events to HTML.
ch.qos.logback.core.joran - package ch.qos.logback.core.joran
Contains Joran configuration classes.
ch.qos.logback.core.joran.action - package ch.qos.logback.core.joran.action
 
ch.qos.logback.core.joran.event - package ch.qos.logback.core.joran.event
 
ch.qos.logback.core.joran.node - package ch.qos.logback.core.joran.node
 
ch.qos.logback.core.joran.spi - package ch.qos.logback.core.joran.spi
 
ch.qos.logback.core.joran.util - package ch.qos.logback.core.joran.util
 
ch.qos.logback.core.net - package ch.qos.logback.core.net
Contains the base classes used by logback to log to remote destinations.
ch.qos.logback.core.net.server - package ch.qos.logback.core.net.server
Contains the base classes used by logback to serve logging events to remote peers.
ch.qos.logback.core.net.ssl - package ch.qos.logback.core.net.ssl
Contains classes that create and configure a JSSE SSLContext needed for secure transport of logging events by SSLSocketAppender.
ch.qos.logback.core.pattern - package ch.qos.logback.core.pattern
Contains the base classes used by PatternLayout.
ch.qos.logback.core.pattern.color - package ch.qos.logback.core.pattern.color
 
ch.qos.logback.core.pattern.parser - package ch.qos.logback.core.pattern.parser
 
ch.qos.logback.core.pattern.util - package ch.qos.logback.core.pattern.util
 
ch.qos.logback.core.property - package ch.qos.logback.core.property
 
ch.qos.logback.core.read - package ch.qos.logback.core.read
 
ch.qos.logback.core.recovery - package ch.qos.logback.core.recovery
 
ch.qos.logback.core.rolling - package ch.qos.logback.core.rolling
Implements various file rolling policies.
ch.qos.logback.core.rolling.helper - package ch.qos.logback.core.rolling.helper
Internal helper classes used by ch.qos.logback.core.rolling package.
ch.qos.logback.core.sift - package ch.qos.logback.core.sift
 
ch.qos.logback.core.spi - package ch.qos.logback.core.spi
Contains core functionnalities of logback, such as
ch.qos.logback.core.status - package ch.qos.logback.core.status
Contains logback's internal error reporting system.
ch.qos.logback.core.subst - package ch.qos.logback.core.subst
 
ch.qos.logback.core.util - package ch.qos.logback.core.util
Contains various utility classes.
chainHandlesThrowable(Converter) - Method in class ch.qos.logback.classic.pattern.EnsureExceptionHandling
This method computes whether a chain of converters handles exceptions or not.
changeDetected(long) - Method in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
changeDetected() - Method in class ch.qos.logback.core.joran.spi.ConfigurationWatchList
 
characters(char[], int, int) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
characters(BodyEvent) - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
checkEntryConditions() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
This method determines if there is a sense in attempting to append.
childValue(HashMap<String, String>) - Method in class ch.qos.logback.classic.util.CopyOnInheritThreadLocal
Child threads should get a copy of the parent's hashmap.
CLASS_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
ClassicConstants - Class in ch.qos.logback.classic
 
ClassicConstants() - Constructor for class ch.qos.logback.classic.ClassicConstants
 
ClassicConverter - Class in ch.qos.logback.classic.pattern
This class serves the super-class of all converters in logback.
ClassicConverter() - Constructor for class ch.qos.logback.classic.pattern.ClassicConverter
 
ClassNameOnlyAbbreviator - Class in ch.qos.logback.classic.pattern
This abbreviator returns the class name from a fully qualified class name, removing the leading package name.
ClassNameOnlyAbbreviator() - Constructor for class ch.qos.logback.classic.pattern.ClassNameOnlyAbbreviator
 
ClassOfCallerConverter - Class in ch.qos.logback.classic.pattern
 
ClassOfCallerConverter() - Constructor for class ch.qos.logback.classic.pattern.ClassOfCallerConverter
 
ClassPackagingData - Class in ch.qos.logback.classic.spi
 
ClassPackagingData(String, String) - Constructor for class ch.qos.logback.classic.spi.ClassPackagingData
 
ClassPackagingData(String, String, boolean) - Constructor for class ch.qos.logback.classic.spi.ClassPackagingData
 
CLASSPATH_SCHEME - Static variable in class ch.qos.logback.core.util.LocationUtil
Scheme name for a classpath resource
clean(Date) - Method in interface ch.qos.logback.core.rolling.helper.ArchiveRemover
 
clean(Date) - Method in class ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
 
cleanByPeriodOffset(Date, int) - Method in class ch.qos.logback.core.rolling.helper.SizeAndTimeBasedArchiveRemover
 
cleanByPeriodOffset(Date, int) - Method in class ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
 
clear() - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
Clear all entries in the MDC.
clear() - Method in class ch.qos.logback.core.BasicStatusManager
 
clear() - Method in class ch.qos.logback.core.helpers.CyclicBuffer
Clears the buffer and resets all attributes.
clear() - Method in class ch.qos.logback.core.joran.spi.ConfigurationWatchList
 
clear() - Method in interface ch.qos.logback.core.status.StatusManager
Clear the list of status messages.
clearAllFilters() - Method in class ch.qos.logback.core.AppenderBase
 
clearAllFilters() - Method in interface ch.qos.logback.core.spi.FilterAttachable
 
clearAllFilters() - Method in class ch.qos.logback.core.spi.FilterAttachableImpl
Clear the filter chain
clearAllFilters() - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
CLF_DATE_PATTERN - Static variable in class ch.qos.logback.core.CoreConstants
Time format used in Common Log Format
Client - Interface in ch.qos.logback.core.net.server
A client of a ServerRunner.
ClientVisitor<T extends Client> - Interface in ch.qos.logback.core.net.server
A visitor for a Client.
close() - Method in class ch.qos.logback.classic.net.SimpleSocketServer
 
close() - Method in class ch.qos.logback.core.encoder.EchoEncoder
 
close() - Method in interface ch.qos.logback.core.encoder.Encoder
This method is called prior to the closing of the underling OutputStream.
close() - Method in class ch.qos.logback.core.encoder.EventObjectInputStream
 
close() - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
close() - Method in class ch.qos.logback.core.encoder.NonClosableInputStream
The whole point of this input stream is to ignore invocations to close()
close() - Method in class ch.qos.logback.core.encoder.ObjectStreamEncoder
 
close(InputStream) - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
close() - Method in interface ch.qos.logback.core.net.server.Client
Closes any resources that are held by the client.
close() - Method in interface ch.qos.logback.core.net.server.ServerListener
Closes any underlying Closeable resources associated with this listener.
close() - Method in class ch.qos.logback.core.net.server.ServerSocketListener
Closes any underlying Closeable resources associated with this listener.
close() - Method in class ch.qos.logback.core.net.SyslogOutputStream
 
close() - Method in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
closeOutputStream() - Method in class ch.qos.logback.core.OutputStreamAppender
Close the underlying OutputStream.
closeQuietly(Closeable) - Static method in class ch.qos.logback.core.util.CloseUtil
Closes a closeable while suppressing any IOException that occurs.
closeQuietly(Socket) - Static method in class ch.qos.logback.core.util.CloseUtil
Closes a socket while suppressing any IOException that occurs.
closeQuietly(ServerSocket) - Static method in class ch.qos.logback.core.util.CloseUtil
Closes a server socket while suppressing any IOException that occurs.
CloseUtil - Class in ch.qos.logback.core.util
Static utility method for Closeable objects.
CloseUtil() - Constructor for class ch.qos.logback.core.util.CloseUtil
 
CODES_URL - Static variable in class ch.qos.logback.core.CoreConstants
 
COLON_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
ColumnName - Enum in ch.qos.logback.classic.db.names
 
COMMA_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
CommonPathUtil - Class in ch.qos.logback.core.android
This class provides utility methods to get common paths on the Android filessytem.
CommonPathUtil() - Constructor for class ch.qos.logback.core.android.CommonPathUtil
 
compare(Logger, Logger) - Method in class ch.qos.logback.classic.spi.LoggerComparator
 
compile(Node, Map) - Method in class ch.qos.logback.core.pattern.parser.Parser
When the parsing step is done, the Node list can be transformed into a converter chain.
ComponentNode - Class in ch.qos.logback.core.joran.node
 
ComponentNode() - Constructor for class ch.qos.logback.core.joran.node.ComponentNode
 
ComponentTracker<C> - Interface in ch.qos.logback.core.spi
Interface for tracking various components by key.
CompositeConverter<E> - Class in ch.qos.logback.core.pattern
 
CompositeConverter() - Constructor for class ch.qos.logback.core.pattern.CompositeConverter
 
CompositeNode - Class in ch.qos.logback.core.pattern.parser
 
compress(String, String, String) - Method in class ch.qos.logback.core.rolling.helper.Compressor
 
compressAsynchronously(String, String, String) - Method in class ch.qos.logback.core.rolling.helper.AsynchronousCompressor
 
CompressionMode - Enum in ch.qos.logback.core.rolling.helper
 
compressionMode - Variable in class ch.qos.logback.core.rolling.RollingPolicyBase
 
CompressionRunnable - Class in ch.qos.logback.core.rolling.helper
 
CompressionRunnable(Compressor, String, String, String) - Constructor for class ch.qos.logback.core.rolling.helper.CompressionRunnable
 
Compressor - Class in ch.qos.logback.core.rolling.helper
The Compression class implements ZIP and GZ file compression/decompression methods.
Compressor(CompressionMode) - Constructor for class ch.qos.logback.core.rolling.helper.Compressor
 
computeAggregationType(String) - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
computeConverterName(Converter) - Method in class ch.qos.logback.classic.html.HTMLLayout
 
computeConverterName(Converter) - Method in class ch.qos.logback.core.html.HTMLLayoutBase
 
computeFileNameStr_WCS(String, CompressionMode) - Static method in class ch.qos.logback.core.rolling.helper.Compressor
 
computeNextCheck() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
computePeriodicityType(String) - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
ConcurrentServerRunner<T extends Client> - Class in ch.qos.logback.core.net.server
A concurrent ServerRunner.
ConcurrentServerRunner(ServerListener<T>, Executor) - Constructor for class ch.qos.logback.core.net.server.ConcurrentServerRunner
Constructs a new server runner.
ConditionalIncludeAction - Class in ch.qos.logback.classic.joran.action
 
ConditionalIncludeAction() - Constructor for class ch.qos.logback.classic.joran.action.ConditionalIncludeAction
 
CONFIG_FILE_PROPERTY - Static variable in class ch.qos.logback.classic.util.ContextInitializer
 
ConfigurableSSLServerSocketFactory - Class in ch.qos.logback.core.net.ssl
An SSLServerSocketFactory that configures SSL parameters (those specified in SSLParametersConfiguration on each newly created socket.
ConfigurableSSLServerSocketFactory(SSLParametersConfiguration, SSLServerSocketFactory) - Constructor for class ch.qos.logback.core.net.ssl.ConfigurableSSLServerSocketFactory
Creates a new factory.
ConfigurableSSLSocketFactory - Class in ch.qos.logback.core.net.ssl
An SSLSocketFactory that configures SSL parameters (those covered by SSLParameters) on each newly created socket.
ConfigurableSSLSocketFactory(SSLParametersConfiguration, SSLSocketFactory) - Constructor for class ch.qos.logback.core.net.ssl.ConfigurableSSLSocketFactory
Creates a new factory.
CONFIGURATION_WATCH_LIST - Static variable in class ch.qos.logback.core.CoreConstants
 
CONFIGURATION_WATCH_LIST_RESET - Static variable in class ch.qos.logback.core.CoreConstants
 
ConfigurationAction - Class in ch.qos.logback.classic.joran.action
 
ConfigurationAction() - Constructor for class ch.qos.logback.classic.joran.action.ConfigurationAction
 
ConfigurationWatchList - Class in ch.qos.logback.core.joran.spi
 
ConfigurationWatchList() - Constructor for class ch.qos.logback.core.joran.spi.ConfigurationWatchList
 
ConfigurationWatchListUtil - Class in ch.qos.logback.core.joran.util
 
configure(LoggerContext) - Static method in class ch.qos.logback.classic.android.BasicLogcatConfigurator
 
configure(LoggerContext) - Static method in class ch.qos.logback.classic.BasicConfigurator
Deprecated.
 
configure(SSLConfigurable) - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Configures SSL parameters on an SSLConfigurable.
configureClient(T) - Method in class ch.qos.logback.core.net.server.ConcurrentServerRunner
Configures a connected client.
configureDefaultContext() - Static method in class ch.qos.logback.classic.android.BasicLogcatConfigurator
 
configureDefaultContext() - Static method in class ch.qos.logback.classic.BasicConfigurator
Deprecated.
 
configureLC(LoggerContext, String) - Static method in class ch.qos.logback.classic.net.SimpleSocketServer
 
connectionFailed(SocketConnector, Exception) - Method in class ch.qos.logback.classic.net.SocketReceiver
connectionFailed(SocketConnector, Exception) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
connectionFailed(SocketConnector, Exception) - Method in interface ch.qos.logback.core.net.SocketConnector.ExceptionHandler
 
ConsoleAppender<E> - Class in ch.qos.logback.core
Deprecated.
This appender has been deprecated for LogcatAppender.
ConsoleAppender() - Constructor for class ch.qos.logback.core.ConsoleAppender
Deprecated.
 
ConsoleTarget - Enum in ch.qos.logback.core.joran.spi
Deprecated.
This will be removed along with ConsoleAppender in an upcoming release.
containsException(Class<?>) - Method in class ch.qos.logback.core.status.StatusUtil
 
containsMatch(long, int, String) - Method in class ch.qos.logback.core.status.StatusUtil
 
containsMatch(int, String) - Method in class ch.qos.logback.core.status.StatusUtil
 
containsMatch(String) - Method in class ch.qos.logback.core.status.StatusUtil
 
ContentTypeUtil - Class in ch.qos.logback.core.util
Various utility methods for processing strings representing context types.
ContentTypeUtil() - Constructor for class ch.qos.logback.core.util.ContentTypeUtil
 
Context - Interface in ch.qos.logback.core
A context is the main anchorage point of all logback components.
context - Variable in class ch.qos.logback.core.spi.ContextAwareBase
 
context - Variable in class ch.qos.logback.core.spi.ContextAwareImpl
 
CONTEXT_NAME_KEY - Static variable in class ch.qos.logback.core.CoreConstants
The key under which the current context name is registered in the logger context.
CONTEXT_SCOPE_VALUE - Static variable in class ch.qos.logback.core.CoreConstants
 
ContextAware - Interface in ch.qos.logback.core.spi
An object which has a context and add methods for updating internal status messages.
ContextAwareBase - Class in ch.qos.logback.core.spi
A helper class that implements ContextAware methods.
ContextAwareBase() - Constructor for class ch.qos.logback.core.spi.ContextAwareBase
 
ContextAwareBase(ContextAware) - Constructor for class ch.qos.logback.core.spi.ContextAwareBase
 
ContextAwareImpl - Class in ch.qos.logback.core.spi
A helper class that implements ContextAware methods.
ContextAwareImpl(Context, Object) - Constructor for class ch.qos.logback.core.spi.ContextAwareImpl
 
ContextBase - Class in ch.qos.logback.core
 
ContextBase() - Constructor for class ch.qos.logback.core.ContextBase
 
ContextBasedDiscriminator - Class in ch.qos.logback.classic.sift
This discriminator returns the value context to which this event is attached to.
ContextBasedDiscriminator() - Constructor for class ch.qos.logback.classic.sift.ContextBasedDiscriminator
 
contextHasStatusListener(Context) - Static method in class ch.qos.logback.core.status.StatusUtil
Returns true if the StatusManager associated with the context passed as parameter has one or more StatusListener instances registered.
ContextInitializer - Class in ch.qos.logback.classic.util
This class contains logback's logic for automatic configuration
ContextInitializer(LoggerContext) - Constructor for class ch.qos.logback.classic.util.ContextInitializer
 
ContextNameAction - Class in ch.qos.logback.classic.joran.action
 
ContextNameAction() - Constructor for class ch.qos.logback.classic.joran.action.ContextNameAction
 
ContextNameConverter - Class in ch.qos.logback.classic.pattern
Converts an event to the logger context's name.
ContextNameConverter() - Constructor for class ch.qos.logback.classic.pattern.ContextNameConverter
 
ContextSelector - Interface in ch.qos.logback.classic.selector
An interface that provides access to different contexts.
ContextSelectorStaticBinder - Class in ch.qos.logback.classic.util
Holds the context selector for use in the current environment.
ContextSelectorStaticBinder() - Constructor for class ch.qos.logback.classic.util.ContextSelectorStaticBinder
 
ContextUtil - Class in ch.qos.logback.core.util
 
ContextUtil(Context) - Constructor for class ch.qos.logback.core.util.ContextUtil
 
CONVERSION_WORD_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
ConversionRuleAction - Class in ch.qos.logback.core.joran.action
 
ConversionRuleAction() - Constructor for class ch.qos.logback.core.joran.action.ConversionRuleAction
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.CallerDataConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.ContextNameConverter
Return the name of the logger context's name.
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.DateConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.FileOfCallerConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.LevelConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.LineOfCallerConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.LineSeparatorConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.LocalSequenceNumberConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.MarkerConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.MDCConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.MessageConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.MethodOfCallerConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.NamedConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.NopThrowableInformationConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.PropertyConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.RelativeTimeConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.SyslogStartConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.ThreadConverter
 
convert(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 
convert(ILoggingEvent) - Static method in class ch.qos.logback.classic.util.LevelToSyslogSeverity
 
convert(Throwable) - Static method in class ch.qos.logback.core.helpers.ThrowableToStringArray
 
convert(E) - Method in class ch.qos.logback.core.pattern.CompositeConverter
 
convert(E) - Method in class ch.qos.logback.core.pattern.Converter
The convert method is responsible for extracting data from the event and storing it for later use by the write method.
convert(E) - Method in class ch.qos.logback.core.pattern.LiteralConverter
 
convert(Date) - Method in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
convert(Object) - Method in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
convert(Object) - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
convert(int) - Method in class ch.qos.logback.core.rolling.helper.IntegerTokenConverter
 
convert(Object) - Method in class ch.qos.logback.core.rolling.helper.IntegerTokenConverter
 
convertArg(ContextAware, String, Class<?>) - Static method in class ch.qos.logback.core.joran.util.StringToObjectConverter
Convert val a String parameter to an object of a given type.
Converter<E> - Class in ch.qos.logback.core.pattern
A minimal converter which sets up the general interface for derived classes.
Converter() - Constructor for class ch.qos.logback.core.pattern.Converter
 
CONVERTER_CLASS_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
CONVERTER_KEY - Static variable in class ch.qos.logback.core.rolling.helper.DateTokenConverter
The conversion word/character with which this converter is registered.
CONVERTER_KEY - Static variable in class ch.qos.logback.core.rolling.helper.IntegerTokenConverter
 
ConverterUtil - Class in ch.qos.logback.core.pattern
 
ConverterUtil() - Constructor for class ch.qos.logback.core.pattern.ConverterUtil
 
convertInt(int) - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
convertMultipleArguments(Object...) - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
copy(String, String) - Method in class ch.qos.logback.core.util.FileUtil
 
CopyOnInheritThreadLocal - Class in ch.qos.logback.classic.util
This class extends InheritableThreadLocal so that children threads get a copy of the parent's hashmap.
CopyOnInheritThreadLocal() - Constructor for class ch.qos.logback.classic.util.CopyOnInheritThreadLocal
 
CORE_POOL_SIZE - Static variable in class ch.qos.logback.core.CoreConstants
Number of idle threads to retain in a context's executor service.
CoreConstants - Class in ch.qos.logback.core
 
CoreConstants() - Constructor for class ch.qos.logback.core.CoreConstants
 
counter - Variable in class ch.qos.logback.core.html.HTMLLayoutBase
 
createArchiveRemover() - Method in class ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP
 
createClient(String, Socket) - Method in class ch.qos.logback.core.net.server.ServerSocketListener
Creates the client object for a new socket connection
createContext(ContextAware) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Creates a new SSLContext using the receiver's configuration.
createKeyManagerFactory() - Method in class ch.qos.logback.core.net.ssl.KeyManagerFactoryFactoryBean
Creates a KeyManagerFactory using the receiver's configuration.
createKeyStore() - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Creates a new KeyStore using the receiver's configuration.
createMissingParentDirectories(File) - Static method in class ch.qos.logback.core.util.FileUtil
 
createRecorder(InputStream, URL) - Method in class ch.qos.logback.classic.joran.action.FindIncludeAction
Creates a SaxEventRecorder based on the input stream
createRecorder(InputStream, URL) - Method in class ch.qos.logback.core.joran.action.IncludeAction
Creates a SAX event recorder based on given parameters.
createSecureRandom() - Method in class ch.qos.logback.core.net.ssl.SecureRandomFactoryBean
Creates a new SecureRandom generator using the receiver's configuration.
createServerListener(ServerSocket) - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
 
createServerListener(ServerSocket) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
 
createServerListener(ServerSocket) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
 
createServerRunner(ServerListener<RemoteAppenderClient>, Executor) - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
 
createServerRunner(ServerListener<RemoteReceiverClient>, Executor) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
 
createServerRunner(ServerListener<RemoteReceiverClient>, Executor) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
 
createServerSocket(int, int, InetAddress) - Method in class ch.qos.logback.core.net.ssl.ConfigurableSSLServerSocketFactory
createServerSocket(int, int) - Method in class ch.qos.logback.core.net.ssl.ConfigurableSSLServerSocketFactory
createServerSocket(int) - Method in class ch.qos.logback.core.net.ssl.ConfigurableSSLServerSocketFactory
createSocket(InetAddress, int, InetAddress, int) - Method in class ch.qos.logback.core.net.ssl.ConfigurableSSLSocketFactory
createSocket(InetAddress, int) - Method in class ch.qos.logback.core.net.ssl.ConfigurableSSLSocketFactory
createSocket(String, int, InetAddress, int) - Method in class ch.qos.logback.core.net.ssl.ConfigurableSSLSocketFactory
createSocket(String, int) - Method in class ch.qos.logback.core.net.ssl.ConfigurableSSLSocketFactory
createTrustManagerFactory() - Method in class ch.qos.logback.core.net.ssl.TrustManagerFactoryFactoryBean
Creates a TrustManagerFactory using the receiver's configuration.
CRITICAL_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Critical: critical conditions
CssBuilder - Interface in ch.qos.logback.core.html
 
cssBuilder - Variable in class ch.qos.logback.core.html.HTMLLayoutBase
 
CURLY_LEFT - Static variable in class ch.qos.logback.core.CoreConstants
 
CURLY_LEFT_TOKEN - Static variable in class ch.qos.logback.core.subst.Token
 
CURLY_RIGHT - Static variable in class ch.qos.logback.core.CoreConstants
 
CURLY_RIGHT_TOKEN - Static variable in class ch.qos.logback.core.subst.Token
 
CYAN_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
CyanCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
CyanCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.CyanCompositeConverter
Deprecated.
 
CyclicBuffer<E> - Class in ch.qos.logback.core.helpers
CyclicBuffer holds values in a cyclic array.
CyclicBuffer(int) - Constructor for class ch.qos.logback.core.helpers.CyclicBuffer
Instantiate a new CyclicBuffer of at most maxSize events.
CyclicBuffer(CyclicBuffer<E>) - Constructor for class ch.qos.logback.core.helpers.CyclicBuffer
 
CyclicBufferAppender<E> - Class in ch.qos.logback.core.read
CyclicBufferAppender stores events in a cyclic buffer of user-specified size.
CyclicBufferAppender() - Constructor for class ch.qos.logback.core.read.CyclicBufferAppender
 
CyclicBufferTracker<E> - Class in ch.qos.logback.core.spi
CyclicBufferTracker tracks CyclicBuffer instances.
CyclicBufferTracker() - Constructor for class ch.qos.logback.core.spi.CyclicBufferTracker
 

D

DAILY_DATE_PATTERN - Static variable in class ch.qos.logback.core.CoreConstants
 
DASH_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
DATA_DIR_KEY - Static variable in class ch.qos.logback.core.CoreConstants
The key under which the application files directory is registered in the logger context.
DateConverter - Class in ch.qos.logback.classic.pattern
 
DateConverter() - Constructor for class ch.qos.logback.classic.pattern.DateConverter
 
dateInCurrentPeriod - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
DatePatternToRegexUtil - Class in ch.qos.logback.core.util
This class is concerned with computing a regex corresponding to a date pattern (in SimpleDateFormat format).
DatePatternToRegexUtil(String) - Constructor for class ch.qos.logback.core.util.DatePatternToRegexUtil
 
DateTokenConverter<E> - Class in ch.qos.logback.core.rolling.helper
Returns a date formatted by SimpleDateFormatter.
DateTokenConverter() - Constructor for class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
DBNameResolver - Interface in ch.qos.logback.classic.db.names
Source of table and column names used in SQL queries generated by ch.qos.logback.classic.db.DBAppender Implement this interface to override default table and/or column names used by ch.qos.logback.classic.db.DBAppender.
DEBUG - Static variable in class ch.qos.logback.classic.Level
The DEBUG level designates informational events of lower importance.
debug(String) - Method in class ch.qos.logback.classic.Logger
 
debug(String, Object) - Method in class ch.qos.logback.classic.Logger
 
debug(String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
debug(String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
debug(String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
debug(Marker, String) - Method in class ch.qos.logback.classic.Logger
 
debug(Marker, String, Object) - Method in class ch.qos.logback.classic.Logger
 
debug(Marker, String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
debug(Marker, String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
debug(Marker, String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
DEBUG_INT - Static variable in class ch.qos.logback.classic.Level
 
DEBUG_INTEGER - Static variable in class ch.qos.logback.classic.Level
 
DEBUG_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Debug: debug-level messages
decapitalize(String) - Static method in class ch.qos.logback.core.joran.util.Introspector
Converts a name string's first letter to lowercase
decide(ILoggingEvent) - Method in class ch.qos.logback.classic.filter.LevelFilter
 
decide(ILoggingEvent) - Method in class ch.qos.logback.classic.filter.ThresholdFilter
 
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
This method first finds the MDC value for 'key'.
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class ch.qos.logback.classic.turbo.MarkerFilter
 
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class ch.qos.logback.classic.turbo.MDCFilter
 
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class ch.qos.logback.classic.turbo.TurboFilter
Make a decision based on the multiple parameters passed as arguments.
decide(E) - Method in class ch.qos.logback.core.filter.EvaluatorFilter
 
decide(E) - Method in class ch.qos.logback.core.filter.Filter
If the decision is FilterReply.DENY, then the event will be dropped.
DEFAULT - Static variable in class ch.qos.logback.core.sift.DefaultDiscriminator
 
DEFAULT_ALLOWED_REPETITIONS - Static variable in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
The default number of allows repetitions.
DEFAULT_BACKLOG - Static variable in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Default ServerSocket backlog
DEFAULT_BACKLOG - Static variable in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Default ServerSocket backlog
DEFAULT_BACKLOG - Static variable in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Default ServerSocket backlog
DEFAULT_CACHE_SIZE - Static variable in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
The default cache size.
DEFAULT_CALLER_LINE_PREFIX - Static variable in class ch.qos.logback.classic.pattern.CallerDataConverter
 
DEFAULT_CLIENT_QUEUE_SIZE - Static variable in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Default queue size used for each client
DEFAULT_CLIENT_QUEUE_SIZE - Static variable in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Default queue size used for each client
DEFAULT_COMPOSITE_CONVERTER_MAP - Static variable in class ch.qos.logback.core.pattern.parser.Parser
 
DEFAULT_CONTEXT_NAME - Static variable in class ch.qos.logback.core.CoreConstants
The default context name.
DEFAULT_DATE_PATTERN - Static variable in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
DEFAULT_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
DEFAULT_KEYSTORE_PASSWORD - Static variable in interface ch.qos.logback.core.net.ssl.SSL
Default key store passphrase
DEFAULT_KEYSTORE_TYPE - Static variable in interface ch.qos.logback.core.net.ssl.SSL
Default key store type
DEFAULT_MAX_CALLEDER_DATA_DEPTH - Static variable in class ch.qos.logback.classic.ClassicConstants
The default stack data depth computed during caller data extraction.
DEFAULT_MAX_COMPONENTS - Static variable in interface ch.qos.logback.core.spi.ComponentTracker
By default an unlimited number of elements can be tracked.
DEFAULT_MAX_FILE_SIZE - Static variable in class ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy
The default maximum file size.
DEFAULT_PORT - Static variable in class ch.qos.logback.core.net.AbstractSocketAppender
The default port number of remote logging server (4560).
DEFAULT_PROTOCOL - Static variable in interface ch.qos.logback.core.net.ssl.SSL
Default secure transport protocol
DEFAULT_QUEUE_SIZE - Static variable in class ch.qos.logback.core.AsyncAppenderBase
The default buffer size.
DEFAULT_QUEUE_SIZE - Static variable in class ch.qos.logback.core.net.AbstractSocketAppender
Default size of the queue used to hold logging events that are destined for the remote peer.
DEFAULT_RECONNECTION_DELAY - Static variable in class ch.qos.logback.core.net.AbstractSocketAppender
The default reconnection delay (30000 milliseconds or 30 seconds).
DEFAULT_REFRESH_PERIOD - Static variable in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
Scan for changes in configuration file once every minute.
DEFAULT_SECURE_RANDOM_ALGORITHM - Static variable in interface ch.qos.logback.core.net.ssl.SSL
Default secure random generator algorithm
DEFAULT_SEP_TOKEN - Static variable in class ch.qos.logback.core.subst.Token
 
DEFAULT_STACKTRACE_PATTERN - Static variable in class ch.qos.logback.classic.net.SyslogAppender
 
DEFAULT_SUFFIX_PATTERN - Static variable in class ch.qos.logback.classic.net.SyslogAppender
 
DEFAULT_TIMEOUT - Static variable in interface ch.qos.logback.core.spi.ComponentTracker
The default timeout duration is 30 minutes
DEFAULT_VALUE_SEPARATOR - Static variable in class ch.qos.logback.core.CoreConstants
 
DefaultArchiveRemover - Class in ch.qos.logback.core.rolling.helper
 
DefaultArchiveRemover(FileNamePattern, RollingCalendar) - Constructor for class ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
 
DefaultClass - Annotation Type in ch.qos.logback.core.joran.spi
 
defaultClassName() - Method in class ch.qos.logback.core.joran.action.AbstractEventEvaluatorAction
Returns a default class name in case the class attribute is not specified
DefaultContextSelector - Class in ch.qos.logback.classic.selector
 
DefaultContextSelector(LoggerContext) - Constructor for class ch.qos.logback.classic.selector.DefaultContextSelector
 
defaultConverterMap - Static variable in class ch.qos.logback.classic.PatternLayout
 
DefaultCssBuilder - Class in ch.qos.logback.classic.html
This class helps the HTMLLayout build the CSS link.
DefaultCssBuilder() - Constructor for class ch.qos.logback.classic.html.DefaultCssBuilder
 
DefaultDBNameResolver - Class in ch.qos.logback.classic.db.names
The default name resolver simply returns the enum passes as parameter as a lower case string.
DefaultDBNameResolver() - Constructor for class ch.qos.logback.classic.db.names.DefaultDBNameResolver
 
DefaultDiscriminator<E> - Class in ch.qos.logback.core.sift
 
DefaultDiscriminator() - Constructor for class ch.qos.logback.core.sift.DefaultDiscriminator
 
DefaultNestedComponentRegistry - Class in ch.qos.logback.core.joran.spi
A registry which maps a property in a host class to a default class.
DefaultNestedComponentRegistry() - Constructor for class ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry
 
DefaultNestedComponentRules - Class in ch.qos.logback.classic.util
Contains mappings for the default type of nested components in logback-classic.
DefaultNestedComponentRules() - Constructor for class ch.qos.logback.classic.util.DefaultNestedComponentRules
 
DefaultSocketConnector - Class in ch.qos.logback.core.net
Default implementation of SocketConnector.
DefaultSocketConnector(InetAddress, int, long, long) - Constructor for class ch.qos.logback.core.net.DefaultSocketConnector
Constructs a new connector.
DefaultSocketConnector(InetAddress, int, DelayStrategy) - Constructor for class ch.qos.logback.core.net.DefaultSocketConnector
Constructs a new connector.
DefaultThrowableRenderer - Class in ch.qos.logback.classic.html
 
DefaultThrowableRenderer() - Constructor for class ch.qos.logback.classic.html.DefaultThrowableRenderer
 
DefaultTimeBasedFileNamingAndTriggeringPolicy<E> - Class in ch.qos.logback.core.rolling
 
DefaultTimeBasedFileNamingAndTriggeringPolicy() - Constructor for class ch.qos.logback.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy
 
DeferredProcessingAware - Interface in ch.qos.logback.core.spi
 
DefinePropertyAction - Class in ch.qos.logback.core.joran.action
Instantiate class for define property value.
DefinePropertyAction() - Constructor for class ch.qos.logback.core.joran.action.DefinePropertyAction
 
DelayStrategy - Interface in ch.qos.logback.core.util
A strategy for computing a delay.
detachAndStopAllAppenders() - Method in class ch.qos.logback.classic.Logger
Remove all previously added appenders from this logger instance.
detachAndStopAllAppenders() - Method in class ch.qos.logback.core.AsyncAppenderBase
 
detachAndStopAllAppenders() - Method in interface ch.qos.logback.core.spi.AppenderAttachable
Detach and processPriorToRemoval all previously added appenders.
detachAndStopAllAppenders() - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Remove and processPriorToRemoval all previously attached appenders.
detachAppender(String) - Method in class ch.qos.logback.classic.Logger
 
detachAppender(Appender<ILoggingEvent>) - Method in class ch.qos.logback.classic.Logger
Remove the appender passed as parameter form the list of appenders.
detachAppender(Appender<E>) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
detachAppender(String) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
detachAppender(Appender<E>) - Method in interface ch.qos.logback.core.spi.AppenderAttachable
Detach the appender passed as parameter from the list of appenders.
detachAppender(String) - Method in interface ch.qos.logback.core.spi.AppenderAttachable
Detach the appender with the name passed as parameter from the list of appenders.
detachAppender(Appender<E>) - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Remove the appender passed as parameter form the list of attached appenders.
detachAppender(String) - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Remove the appender with the name passed as parameter form the list of appenders.
detachLoggerContext(String) - Method in interface ch.qos.logback.classic.selector.ContextSelector
 
detachLoggerContext(String) - Method in class ch.qos.logback.classic.selector.DefaultContextSelector
 
determineCompressionMode() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
Given the FileNamePattern string, this method determines the compression mode depending on last letters of the fileNamePatternStr.
diffInMonths(long, long) - Static method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
discriminator - Variable in class ch.qos.logback.core.net.SMTPAppenderBase
 
Discriminator<E> - Interface in ch.qos.logback.core.sift
Implement this interface in order to compute a discriminating value for a given event of type <E>.
doAppend(E) - Method in interface ch.qos.logback.core.Appender
This is where an appender accomplishes its work.
doAppend(E) - Method in class ch.qos.logback.core.AppenderBase
 
doAppend(E) - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
doConfigure(URL) - Method in class ch.qos.logback.core.joran.GenericConfigurator
Configures logback with the configuration XML read from a file, located at the given URL
doConfigure(String) - Method in class ch.qos.logback.core.joran.GenericConfigurator
Configures logback with the configuration XML read from a file, located at the given path on the host filesystem
doConfigure(File) - Method in class ch.qos.logback.core.joran.GenericConfigurator
Configures logback with the configuration XML read from a given file
doConfigure(InputStream) - Method in class ch.qos.logback.core.joran.GenericConfigurator
Configures logback with the configuraiton XML read from an input stream, and then closes the stream
doConfigure(List<SaxEvent>) - Method in class ch.qos.logback.core.joran.GenericConfigurator
Configures logback with SAX events of configuration XML
doConfigure(List<SaxEvent>) - Method in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
doEncode(E) - Method in class ch.qos.logback.core.encoder.EchoEncoder
 
doEncode(E) - Method in interface ch.qos.logback.core.encoder.Encoder
Encode and write an event to the appropriate OutputStream.
doEncode(E) - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
doEncode(E) - Method in class ch.qos.logback.core.encoder.ObjectStreamEncoder
 
doEvaluate(ILoggingEvent) - Method in interface ch.qos.logback.classic.boolex.IEvaluator
 
doLayout(ILoggingEvent) - Method in class ch.qos.logback.classic.html.HTMLLayout
 
doLayout(ILoggingEvent) - Method in class ch.qos.logback.classic.log4j.XMLLayout
Formats a ILoggingEvent in conformity with the log4j.dtd.
doLayout(ILoggingEvent) - Method in class ch.qos.logback.classic.PatternLayout
 
doLayout(E) - Method in interface ch.qos.logback.core.Layout
Transform an event (of type Object) and return it as a String after appropriate formatting.
DOLLAR - Static variable in class ch.qos.logback.core.CoreConstants
 
doMain(Class<? extends SimpleSocketServer>, String[]) - Static method in class ch.qos.logback.classic.net.SimpleSocketServer
 
DOT - Static variable in class ch.qos.logback.core.CoreConstants
 
DOUBLE_QUOTE_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
dump() - Method in class ch.qos.logback.core.subst.Node
 
duplicate() - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
DuplicateMessageFilter - Class in ch.qos.logback.classic.turbo
See http://logback.qos.ch/manual/filters.html#DuplicateMessageFilter for details.
DuplicateMessageFilter() - Constructor for class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
Duration - Class in ch.qos.logback.core.util
Duration instances represent a lapse of time.
Duration(long) - Constructor for class ch.qos.logback.core.util.Duration
 
DynamicClassLoadingException - Exception in ch.qos.logback.core.util
 
DynamicClassLoadingException(String, Throwable) - Constructor for exception ch.qos.logback.core.util.DynamicClassLoadingException
 
DynamicConverter<E> - Class in ch.qos.logback.core.pattern
 
DynamicConverter() - Constructor for class ch.qos.logback.core.pattern.DynamicConverter
 
DynamicThresholdFilter - Class in ch.qos.logback.classic.turbo
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.
DynamicThresholdFilter() - Constructor for class ch.qos.logback.classic.turbo.DynamicThresholdFilter
 

E

EchoEncoder<E> - Class in ch.qos.logback.core.encoder
 
EchoEncoder() - Constructor for class ch.qos.logback.core.encoder.EchoEncoder
 
elapsedPeriodsFileName - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
elementPath - Variable in class ch.qos.logback.core.joran.event.StartEvent
 
ElementPath - Class in ch.qos.logback.core.joran.spi
A element path characterizes a traversal path in an XML document.
ElementPath() - Constructor for class ch.qos.logback.core.joran.spi.ElementPath
 
ElementPath(List<String>) - Constructor for class ch.qos.logback.core.joran.spi.ElementPath
 
ElementPath(String) - Constructor for class ch.qos.logback.core.joran.spi.ElementPath
Build an elementPath from a string.
ElementSelector - Class in ch.qos.logback.core.joran.spi
ElementSelector() - Constructor for class ch.qos.logback.core.joran.spi.ElementSelector
 
ElementSelector(List<String>) - Constructor for class ch.qos.logback.core.joran.spi.ElementSelector
 
ElementSelector(String) - Constructor for class ch.qos.logback.core.joran.spi.ElementSelector
Build an elementPath from a string.
EMERGENCY_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Emergency: system is unusable
EMPTY_CALLER_DATA_ARRAY - Static variable in class ch.qos.logback.classic.spi.CallerData
This value is returned in case no caller data could be extracted.
EMPTY_STRING - Static variable in class ch.qos.logback.core.CoreConstants
An empty string.
Encoder<E> - Interface in ch.qos.logback.core.encoder
Encoders are responsible for transform an incoming event into a byte array *and* writing out the byte array onto the appropriate OutputStream.
encoder - Variable in class ch.qos.logback.core.OutputStreamAppender
It is the encoder which is ultimately responsible for writing the event to an OutputStream.
EncoderBase<E> - Class in ch.qos.logback.core.encoder
 
EncoderBase() - Constructor for class ch.qos.logback.core.encoder.EncoderBase
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.ConfigurationAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.ContextNameAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.FindIncludeAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.LevelAction
Deprecated.
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.LoggerAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.LoggerContextListenerAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.ReceiverAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.joran.action.RootLoggerAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.classic.sift.SiftAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.AbstractEventEvaluatorAction
Once the children elements are also parsed, now is the time to activate the evaluator options.
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.Action
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.AppenderAction
Once the children elements are also parsed, now is the time to activate the appender options.
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.AppenderRefAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.ConversionRuleAction
Once the children elements are also parsed, now is the time to activate the appender options.
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.DefinePropertyAction
Now property definer is initialized by all properties and we can put property value to context
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.NestedBasicPropertyIA
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.NestedComplexPropertyIA
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.NewRuleAction
Once the children elements are also parsed, now is the time to activate the appender options.
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.NOPAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.ParamAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.PropertyAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.StatusListenerAction
 
end(InterpretationContext, String) - Method in class ch.qos.logback.core.joran.action.TimestampAction
 
endElement(String, String, String) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
endElement(EndEvent) - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
EndEvent - Class in ch.qos.logback.core.joran.event
 
endOfLife(String) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
Mark component identified by 'key' as having reached its end-of-life.
endOfLife(String) - Method in interface ch.qos.logback.core.spi.ComponentTracker
Mark component identified by 'key' as having reached its end-of-life.
EnsureExceptionHandling - Class in ch.qos.logback.classic.pattern
 
EnsureExceptionHandling() - Constructor for class ch.qos.logback.classic.pattern.EnsureExceptionHandling
 
EnvUtil - Class in ch.qos.logback.core.util
 
EnvUtil() - Constructor for class ch.qos.logback.core.util.EnvUtil
 
equals(Object) - Method in class ch.qos.logback.classic.spi.ClassPackagingData
 
equals(Object) - Method in class ch.qos.logback.classic.spi.LoggerContextVO
 
equals(Object) - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
equals(Object) - Method in class ch.qos.logback.classic.spi.StackTraceElementProxy
 
equals(Object) - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
equals(Object) - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
equals(Object) - Method in class ch.qos.logback.core.joran.spi.ElementSelector
 
equals(Object) - Method in class ch.qos.logback.core.joran.spi.HostClassAndPropertyDouble
 
equals(Object) - Method in class ch.qos.logback.core.pattern.FormatInfo
 
equals(Object) - Method in class ch.qos.logback.core.pattern.parser.CompositeNode
 
equals(Object) - Method in class ch.qos.logback.core.pattern.parser.FormattingNode
 
equals(Object) - Method in class ch.qos.logback.core.pattern.parser.Node
 
equals(Object) - Method in class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
 
equals(Object) - Method in class ch.qos.logback.core.status.StatusBase
 
equals(Object) - Method in class ch.qos.logback.core.subst.Node
 
equals(Object) - Method in class ch.qos.logback.core.subst.Token
 
ERROR - Static variable in class ch.qos.logback.classic.Level
The ERROR level designates error events which may or not be fatal to the application.
error(String) - Method in class ch.qos.logback.classic.Logger
 
error(String, Object) - Method in class ch.qos.logback.classic.Logger
 
error(String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
error(String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
error(String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
error(Marker, String) - Method in class ch.qos.logback.classic.Logger
 
error(Marker, String, Object) - Method in class ch.qos.logback.classic.Logger
 
error(Marker, String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
error(Marker, String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
error(Marker, String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
error(SAXParseException) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
ERROR - Static variable in interface ch.qos.logback.core.status.Status
 
ERROR_INT - Static variable in class ch.qos.logback.classic.Level
 
ERROR_INTEGER - Static variable in class ch.qos.logback.classic.Level
 
ERROR_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Error: error conditions
ErrorStatus - Class in ch.qos.logback.core.status
 
ErrorStatus(String, Object) - Constructor for class ch.qos.logback.core.status.ErrorStatus
 
ErrorStatus(String, Object, Throwable) - Constructor for class ch.qos.logback.core.status.ErrorStatus
 
ESC_END - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
ESC_START - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
escape(String, StringBuffer, char, int) - Method in class ch.qos.logback.core.pattern.util.AlmostAsIsEscapeUtil
Do not perform any character escaping, except for '%', and ')'.
escape(String, StringBuffer, char, int) - Method in class ch.qos.logback.core.pattern.util.AsIsEscapeUtil
Do not perform any character escaping.
escape(String, StringBuffer, char, int) - Method in interface ch.qos.logback.core.pattern.util.IEscapeUtil
 
escape(String, StringBuffer, char, int) - Method in class ch.qos.logback.core.pattern.util.RegularEscapeUtil
 
escape(String, StringBuffer, char, int) - Method in class ch.qos.logback.core.pattern.util.RestrictedEscapeUtil
 
ESCAPE_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
escapeTags(String) - Static method in class ch.qos.logback.core.helpers.Transform
This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and replaces any '<' and '>' characters with respective predefined entity references.
escapeTags(StringBuffer) - Static method in class ch.qos.logback.core.helpers.Transform
This method takes a StringBuilder which may contain HTML tags (ie, <b>, <table>, etc) and replaces any '<' and '>' characters with respective predefined entity references.
evaluate(ILoggingEvent) - Method in class ch.qos.logback.classic.boolex.OnErrorEvaluator
Return true if event passed as parameter has level ERROR or higher, returns false otherwise.
evaluate(ILoggingEvent) - Method in class ch.qos.logback.classic.boolex.OnMarkerEvaluator
Return true if event passed as parameter contains one of the specified user-markers.
evaluate(E) - Method in interface ch.qos.logback.core.boolex.EventEvaluator
Evaluates whether the event passed as parameter matches some user-specified criteria.
EvaluationException - Exception in ch.qos.logback.core.boolex
This exception wraps exceptions thrown while evaluating events.
EvaluationException(String) - Constructor for exception ch.qos.logback.core.boolex.EvaluationException
 
EvaluationException(String, Throwable) - Constructor for exception ch.qos.logback.core.boolex.EvaluationException
 
EvaluationException(Throwable) - Constructor for exception ch.qos.logback.core.boolex.EvaluationException
 
EVALUATOR_MAP - Static variable in class ch.qos.logback.core.CoreConstants
The key used in locating the evaluator map in context's object map.
EvaluatorFilter<E> - Class in ch.qos.logback.core.filter
The value of the AbstractMatcherFilter.onMatch and AbstractMatcherFilter.onMismatch attributes is set to FilterReply.NEUTRAL, so that a badly configured evaluator filter does not disturb the functioning of the filter chain.
EvaluatorFilter() - Constructor for class ch.qos.logback.core.filter.EvaluatorFilter
 
EventArgUtil - Class in ch.qos.logback.classic.spi
 
EventArgUtil() - Constructor for class ch.qos.logback.classic.spi.EventArgUtil
 
EventEvaluator<E> - Interface in ch.qos.logback.core.boolex
Evaluates whether a given an event matches user-specified criteria.
eventEvaluator - Variable in class ch.qos.logback.core.net.SMTPAppenderBase
 
EventEvaluatorBase<E> - Class in ch.qos.logback.core.boolex
 
EventEvaluatorBase() - Constructor for class ch.qos.logback.core.boolex.EventEvaluatorBase
 
eventMarksEndOfLife(ILoggingEvent) - Method in class ch.qos.logback.classic.net.SMTPAppender
 
eventMarksEndOfLife(ILoggingEvent) - Method in class ch.qos.logback.classic.sift.SiftingAppender
 
eventMarksEndOfLife(E) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
eventMarksEndOfLife(E) - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
EventObjectInputStream<E> - Class in ch.qos.logback.core.encoder
Restitute the contents of an input stream as java objects.
EventPlayer - Class in ch.qos.logback.core.joran.spi
 
EventPlayer(Interpreter) - Constructor for class ch.qos.logback.core.joran.spi.EventPlayer
 
ExecutorServiceUtil - Class in ch.qos.logback.core.util
Static utility methods for manipulating an ExecutorService.
ExecutorServiceUtil() - Constructor for class ch.qos.logback.core.util.ExecutorServiceUtil
 
exists(String) - Method in class ch.qos.logback.classic.LoggerContext
Check if the named logger exists in the hierarchy.
EXT_DIR_KEY - Static variable in class ch.qos.logback.core.CoreConstants
The key under which the Android external storage directory is registered in the logger context.
ExtendedThrowableProxyConverter - Class in ch.qos.logback.classic.pattern
 
ExtendedThrowableProxyConverter() - Constructor for class ch.qos.logback.classic.pattern.ExtendedThrowableProxyConverter
 
extract(Throwable, String, int, List<String>) - Static method in class ch.qos.logback.classic.spi.CallerData
Extract caller data information as an array based on a Throwable passed as parameter
extractCounter(File, String) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
extractDefaultReplacement(String) - Static method in class ch.qos.logback.core.util.OptionHelper
Return a String[] of size two.
extractThrowable(Object[]) - Static method in class ch.qos.logback.classic.spi.EventArgUtil
 
extraData(StringBuilder, StackTraceElementProxy) - Method in class ch.qos.logback.classic.pattern.ExtendedThrowableProxyConverter
 
extraData(StringBuilder, StackTraceElementProxy) - Method in class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 

F

facilityStringToint(String) - Static method in class ch.qos.logback.core.net.SyslogAppenderBase
Returns the integer value corresponding to the named syslog facility.
fatalError(SAXParseException) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
FILE_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
FileAppender<E> - Class in ch.qos.logback.core
FileAppender appends log events to a file.
FileAppender() - Constructor for class ch.qos.logback.core.FileAppender
 
FileExistsPropertyDefiner - Class in ch.qos.logback.core.property
In conjunction with PropertyAction sets the named variable to "true" if the file specified by path property exists, to "false" otherwise.
FileExistsPropertyDefiner() - Constructor for class ch.qos.logback.core.property.FileExistsPropertyDefiner
 
FileFilterUtil - Class in ch.qos.logback.core.rolling.helper
 
FileFilterUtil() - Constructor for class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
fileName - Variable in class ch.qos.logback.core.FileAppender
The name of the active log file.
FileNamePattern - Class in ch.qos.logback.core.rolling.helper
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 given integer or date.
FileNamePattern(String, Context) - Constructor for class ch.qos.logback.core.rolling.helper.FileNamePattern
 
fileNamePatternStr - Variable in class ch.qos.logback.core.rolling.RollingPolicyBase
 
FileOfCallerConverter - Class in ch.qos.logback.classic.pattern
 
FileOfCallerConverter() - Constructor for class ch.qos.logback.classic.pattern.FileOfCallerConverter
 
filesInFolderMatchingStemRegex(File, String) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
Return the set of files matching the stemRegex as found in 'directory'.
FileSize - Class in ch.qos.logback.core.util
Instances of this class represent the size of a file.
FileStoreUtil - Class in ch.qos.logback.core.rolling.helper
A utility class using functionality available since JDK 1.7.
FileStoreUtil() - Constructor for class ch.qos.logback.core.rolling.helper.FileStoreUtil
 
fileToURL(File) - Static method in class ch.qos.logback.core.util.FileUtil
 
FileUtil - Class in ch.qos.logback.core.util
 
FileUtil(Context) - Constructor for class ch.qos.logback.core.util.FileUtil
 
fillBuffer(CyclicBuffer<ILoggingEvent>, StringBuffer) - Method in class ch.qos.logback.classic.net.SMTPAppender
 
fillBuffer(CyclicBuffer<E>, StringBuffer) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
Filter<E> - Class in ch.qos.logback.core.filter
Users should extend this class to implement customized event filtering.
Filter() - Constructor for class ch.qos.logback.core.filter.Filter
 
FILTER_CHAIN_BAG - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
FilterAttachable<E> - Interface in ch.qos.logback.core.spi
Interface for attaching filters to objects.
FilterAttachableImpl<E> - Class in ch.qos.logback.core.spi
Implementation of FilterAttachable.
FilterAttachableImpl() - Constructor for class ch.qos.logback.core.spi.FilterAttachableImpl
 
FilterReply - Enum in ch.qos.logback.core.spi
This enum represents the possible replies that a filtering component in logback can return.
filterStatusListByTimeThreshold(List<Status>, long) - Static method in class ch.qos.logback.core.status.StatusUtil
 
finalize() - Method in class ch.qos.logback.classic.android.SQLiteAppender
 
FINALIZE_SESSION - Static variable in class ch.qos.logback.classic.ClassicConstants
 
FINALIZE_SESSION_MARKER - Static variable in class ch.qos.logback.classic.ClassicConstants
 
find(String) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
Find the component identified by 'key', without updating the timestamp.
find(String) - Method in interface ch.qos.logback.core.spi.ComponentTracker
Find the component identified by 'key', without updating the timestamp.
findByName(String) - Static method in enum ch.qos.logback.core.joran.spi.ConsoleTarget
Deprecated.
 
findDefaultComponentType(Class<?>, String) - Method in class ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry
 
findHighestCounter(File[], String) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
FindIncludeAction - Class in ch.qos.logback.classic.joran.action
Action that searches child includes until the first found path is returned.
FindIncludeAction() - Constructor for class ch.qos.logback.classic.joran.action.FindIncludeAction
 
findTail(Converter<E>) - Static method in class ch.qos.logback.core.pattern.ConverterUtil
 
finish(InterpretationContext) - Method in class ch.qos.logback.classic.joran.action.LevelAction
Deprecated.
 
finish(InterpretationContext) - Method in class ch.qos.logback.classic.joran.action.LoggerAction
 
finish(InterpretationContext) - Method in class ch.qos.logback.classic.joran.action.RootLoggerAction
 
finish(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.AbstractEventEvaluatorAction
 
finish(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.ConversionRuleAction
 
finish(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.NewRuleAction
 
finish(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.ParamAction
 
finish(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.PropertyAction
 
finish(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.StatusListenerAction
 
FixedDelay - Class in ch.qos.logback.core.util
A default DelayStrategy that implements a simple fixed delay.
FixedDelay(long, long) - Constructor for class ch.qos.logback.core.util.FixedDelay
Initialize a new FixedDelay with a given initialDelay and subsequentDelay.
FixedDelay(int) - Constructor for class ch.qos.logback.core.util.FixedDelay
Initialize a new FixedDelay with fixed delay value given by delay parameter.
FixedWindowRollingPolicy - Class in ch.qos.logback.core.rolling
When rolling over, FixedWindowRollingPolicy renames files according to a fixed window algorithm.
FixedWindowRollingPolicy() - Constructor for class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
flush() - Method in class ch.qos.logback.core.net.SyslogOutputStream
 
flush() - Method in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
ForegroundCompositeConverterBase<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
ForegroundCompositeConverterBase() - Constructor for class ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase
Deprecated.
 
format(long) - Method in class ch.qos.logback.core.util.CachingDateFormatter
 
FormatInfo - Class in ch.qos.logback.core.pattern
FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
FormatInfo() - Constructor for class ch.qos.logback.core.pattern.FormatInfo
 
FormatInfo(int, int) - Constructor for class ch.qos.logback.core.pattern.FormatInfo
 
FormatInfo(int, int, boolean, boolean) - Constructor for class ch.qos.logback.core.pattern.FormatInfo
 
FormattingConverter<E> - Class in ch.qos.logback.core.pattern
 
FormattingConverter() - Constructor for class ch.qos.logback.core.pattern.FormattingConverter
 
FormattingNode - Class in ch.qos.logback.core.pattern.parser
 
FQCN - Static variable in class ch.qos.logback.classic.Logger
The fully qualified name of this class.
fromLocationAwareLoggerInteger(int) - Static method in class ch.qos.logback.classic.Level
Convert one of the integer values defined in LocationAwareLogger interface to an instance of this class, i.e.
fullDump() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
fullPathMatch(ElementPath) - Method in class ch.qos.logback.core.joran.spi.ElementSelector
 

G

GenericConfigurator - Class in ch.qos.logback.core.joran
 
GenericConfigurator() - Constructor for class ch.qos.logback.core.joran.GenericConfigurator
 
get(String) - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
Get the context identified by the key parameter.
get(String, String) - Method in class ch.qos.logback.core.android.SystemPropertiesProxy
Get the value for the given key in the Android system properties
get(int) - Method in class ch.qos.logback.core.helpers.CyclicBuffer
Get the ith oldest event currently in the buffer.
get() - Method in class ch.qos.logback.core.helpers.CyclicBuffer
Get the oldest (first) element in the buffer.
get(int) - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
get(int) - Method in class ch.qos.logback.core.read.CyclicBufferAppender
 
getActiveFileName() - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
Return the value of the parent's RawFile property.
getActiveFileName() - Method in interface ch.qos.logback.core.rolling.RollingPolicy
Get the name of the active log file.
getActiveFileName() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
The active log file is determined by the value of the parent's filename option.
getAddress() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Gets the local address for the listener.
getAddress() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Gets the local address for the listener.
getAddress() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Gets the local address for the listener.
getAddressByName(String) - Static method in class ch.qos.logback.core.net.AbstractSocketAppender
Deprecated.
getAggregationType() - Method in class ch.qos.logback.core.joran.action.IADataForComplexProperty
 
getAlgorithm() - Method in class ch.qos.logback.core.net.ssl.KeyManagerFactoryFactoryBean
Gets the algorithm name for the key manager factory.
getAlgorithm() - Method in class ch.qos.logback.core.net.ssl.SecureRandomFactoryBean
Gets the secure random generator algorithm name.
getAlgorithm() - Method in class ch.qos.logback.core.net.ssl.TrustManagerFactoryFactoryBean
Gets the algorithm name for the trust manager factory.
getAllowedRepetitions() - Method in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
getAndroidSystemProperty(String) - Static method in class ch.qos.logback.core.util.OptionHelper
Gets an Android system property
getAppender(String) - Method in class ch.qos.logback.classic.Logger
 
getAppender() - Method in class ch.qos.logback.classic.sift.SiftingJoranConfigurator
 
getAppender(String) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
getAppender() - Method in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
getAppender(String) - Method in interface ch.qos.logback.core.spi.AppenderAttachable
Get an appender by name.
getAppender(String) - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Look for an attached appender named as name.
getAppenderTracker() - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
getArchiveRemover() - Method in interface ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicy
Return the archive remover appropriate for this instance.
getArchiveRemover() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
getArgumentArray() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getArgumentArray() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getArgumentArray() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getAssetsDirectoryPath() - Static method in class ch.qos.logback.core.android.CommonPathUtil
Gets the relative path to the assets directory within the jar
getAttributeInUse() - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
getAttributes() - Method in class ch.qos.logback.core.joran.event.StartEvent
 
getAttributeWatchValues() - Method in class ch.qos.logback.classic.android.ASaxEventRecorder
getBacklog() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Gets the listener queue depth.
getBacklog() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Gets the listener queue depth.
getBacklog() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Gets the listener queue depth.
getBirthTime() - Method in class ch.qos.logback.classic.spi.LoggerContextVO
 
getBirthTime() - Method in interface ch.qos.logback.core.Context
The time at which this context was created, expressed in millisecond elapsed since the epoch (1.1.1970).
getBirthTime() - Method in class ch.qos.logback.core.ContextBase
 
getBoolean(String, boolean) - Method in class ch.qos.logback.core.android.SystemPropertiesProxy
Get the value for the given key in the Android system properties, returned as a boolean.
getBufferSize() - Method in class ch.qos.logback.core.spi.CyclicBufferTracker
 
getCacheSize() - Method in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
getCallerData() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
Return caller data associated with this event.
getCallerData() - Method in class ch.qos.logback.classic.spi.LoggingEvent
Get the caller information for this logging event.
getCallerData() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getCallerLinePrefix() - Method in class ch.qos.logback.classic.pattern.CallerDataConverter
 
getCause() - Method in interface ch.qos.logback.classic.spi.IThrowableProxy
 
getCause() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getCause() - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
getCause() - Method in exception ch.qos.logback.core.spi.ScanException
 
getChannel() - Method in class ch.qos.logback.core.recovery.ResilientFileOutputStream
 
getCharset() - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
getCharsetEncoding() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getCheckLoggable() - Method in class ch.qos.logback.classic.android.LogcatAppender
Gets the enable status of the isLoggable()-check that is called before logging
getChildConverter() - Method in class ch.qos.logback.core.pattern.CompositeConverter
 
getChildNode() - Method in class ch.qos.logback.core.pattern.parser.CompositeNode
 
getClassLoaderAsPrivileged(Class<?>) - Static method in class ch.qos.logback.core.util.Loader
Returns the class loader of clazz in an access privileged section.
getClassLoaderOfClass(Class<?>) - Static method in class ch.qos.logback.core.util.Loader
Return the class loader which loaded the class passed as argument.
getClassLoaderOfObject(Object) - Static method in class ch.qos.logback.core.util.Loader
Get the class loader of the object passed as argument.
getClassName() - Method in interface ch.qos.logback.classic.spi.IThrowableProxy
 
getClassName() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getClassName() - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
getClassNameViaImplicitRules(String, AggregationType, DefaultNestedComponentRegistry) - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
getClassPackagingData() - Method in class ch.qos.logback.classic.spi.StackTraceElementProxy
 
getClientQueueSize() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Gets the event queue size used for each client connection.
getClientQueueSize() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Gets the event queue size used for each client connection.
getClientThreadName(Socket) - Method in class ch.qos.logback.classic.net.SimpleSocketServer
Returns a name to identify each client thread.
getCodeLocation() - Method in class ch.qos.logback.classic.spi.ClassPackagingData
 
getColumnName(N) - Method in interface ch.qos.logback.classic.db.names.DBNameResolver
 
getColumnName(N) - Method in class ch.qos.logback.classic.db.names.DefaultDBNameResolver
 
getColumnName(N) - Method in class ch.qos.logback.classic.db.names.SimpleDBNameResolver
 
getColumnNumber(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.Action
 
getCommonFrames() - Method in interface ch.qos.logback.classic.spi.IThrowableProxy
 
getCommonFrames() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getCommonFrames() - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
getComplexPropertyName() - Method in class ch.qos.logback.core.joran.action.IADataForComplexProperty
 
getComponentCount() - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
 
getComponentCount() - Method in interface ch.qos.logback.core.spi.ComponentTracker
Returns the number of components tracked.
getCompressionMode() - Method in interface ch.qos.logback.core.rolling.RollingPolicy
The compression mode for this policy.
getCompressionMode() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
getConfigurationLock() - Method in interface ch.qos.logback.core.Context
Object used for synchronization purposes.
getConfigurationLock() - Method in class ch.qos.logback.core.ContextBase
 
getConfigurationWatchList(Context) - Static method in class ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
 
getContentType() - Method in class ch.qos.logback.classic.log4j.XMLLayout
 
getContentType() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Returns the content type output by this layout, i.e "text/html".
getContentType() - Method in interface ch.qos.logback.core.Layout
Returns the content type as appropriate for the implementation.
getContentType() - Method in class ch.qos.logback.core.LayoutBase
 
getContext() - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
getContext() - Method in class ch.qos.logback.core.LayoutBase
 
getContext() - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
getContext() - Method in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
getContext() - Method in interface ch.qos.logback.core.spi.ContextAware
 
getContext() - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
getContext() - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
getContextBirthTime() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getContextBirthTime() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getContextLoggerRemoteView() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getContextNames() - Method in interface ch.qos.logback.classic.selector.ContextSelector
 
getContextNames() - Method in class ch.qos.logback.classic.selector.DefaultContextSelector
 
getContextSelector() - Method in class ch.qos.logback.classic.util.ContextSelectorStaticBinder
 
getCopyOfAttachedFiltersList() - Method in class ch.qos.logback.core.AppenderBase
 
getCopyOfAttachedFiltersList() - Method in interface ch.qos.logback.core.spi.FilterAttachable
Get a copy of all the filters contained within this FilterAttachable object.
getCopyOfAttachedFiltersList() - Method in class ch.qos.logback.core.spi.FilterAttachableImpl
 
getCopyOfAttachedFiltersList() - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
getCopyOfContextMap() - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
Return a copy of the current thread's context map.
getCopyOfFileWatchList() - Method in class ch.qos.logback.core.joran.spi.ConfigurationWatchList
 
getCopyOfListenerList() - Method in class ch.qos.logback.classic.LoggerContext
 
getCopyOfPartList() - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
getCopyOfPlayerEventList() - Method in class ch.qos.logback.core.joran.spi.EventPlayer
Return a copy of the current event list in the player.
getCopyOfPropertyMap() - Method in interface ch.qos.logback.core.Context
Get a copy of the property map
getCopyOfPropertyMap() - Method in class ch.qos.logback.core.ContextBase
 
getCopyOfPropertyMap() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
getCopyOfPropertyMap() - Method in interface ch.qos.logback.core.spi.PropertyContainer
 
getCopyOfStatusList() - Method in class ch.qos.logback.core.BasicStatusManager
 
getCopyOfStatusList() - Method in interface ch.qos.logback.core.status.StatusManager
Obtain a copy of the status list maintained by this StatusManager.
getCopyOfStatusListenerList() - Method in class ch.qos.logback.core.BasicStatusManager
 
getCopyOfStatusListenerList() - Method in interface ch.qos.logback.core.status.StatusManager
Obtain a copy of the status listener list maintained by this StatusManager
getCount() - Method in class ch.qos.logback.core.BasicStatusManager
 
getCount() - Method in interface ch.qos.logback.core.status.StatusManager
Return the number of status entries.
getCssBuilder() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
 
getCurrentPeriodsFileNameWithoutCompressionSuffix() - Method in class ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP
 
getCurrentPeriodsFileNameWithoutCompressionSuffix() - Method in interface ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicy
Return the current periods file name without the compression suffix.
getCurrentPeriodsFileNameWithoutCompressionSuffix() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
getCurrentTime() - Method in interface ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicy
Return the current time which is usually the value returned by System.currentMillis().
getCurrentTime() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
getCyclicBufferTracker() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getDatabaseDirectoryPath(String) - Static method in class ch.qos.logback.core.android.CommonPathUtil
Returns the absolute path to the directory on the Android filesystem where databases are stored for the current application.
getDate() - Method in interface ch.qos.logback.core.status.Status
 
getDate() - Method in class ch.qos.logback.core.status.StatusBase
 
getDatePattern() - Method in class ch.qos.logback.core.rolling.helper.DateTokenConverter
Return the date pattern.
getDeclaredOrigin() - Method in class ch.qos.logback.core.spi.ContextAwareBase
The declared origin of status messages.
getDefaultCipherSuites() - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Gets the set of cipher suites that the SSL component enables by default.
getDefaultCipherSuites() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
getDefaultCipherSuites() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
getDefaultConverterMap() - Method in class ch.qos.logback.classic.html.HTMLLayout
 
getDefaultConverterMap() - Method in class ch.qos.logback.classic.PatternLayout
 
getDefaultConverterMap() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
 
getDefaultConverterMap() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
Concrete implementations of this class are responsible for elaborating the mapping between pattern words and converters.
getDefaultLoggerContext() - Method in interface ch.qos.logback.classic.selector.ContextSelector
 
getDefaultLoggerContext() - Method in class ch.qos.logback.classic.selector.DefaultContextSelector
 
getDefaultNestedComponentRegistry() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
getDefaultProtocols() - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Gets the set of protocols that the SSL component enables by default.
getDefaultProtocols() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
getDefaultProtocols() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
getDefaultThreshold() - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
Get the default threshold value when the MDC key is not set.
getDefaultValue() - Method in class ch.qos.logback.classic.sift.ContextBasedDiscriminator
 
getDefaultValue() - Method in class ch.qos.logback.classic.sift.MDCBasedDiscriminator
 
getDiscardingThreshold() - Method in class ch.qos.logback.core.AsyncAppenderBase
 
getDiscriminatingValue(ILoggingEvent) - Method in class ch.qos.logback.classic.sift.ContextBasedDiscriminator
Return the name of the current context name as found in the logging event.
getDiscriminatingValue(ILoggingEvent) - Method in class ch.qos.logback.classic.sift.MDCBasedDiscriminator
Return the value associated with an MDC entry designated by the Key property.
getDiscriminatingValue(E) - Method in class ch.qos.logback.core.sift.DefaultDiscriminator
 
getDiscriminatingValue(E) - Method in interface ch.qos.logback.core.sift.Discriminator
Given event 'e' return a discriminating value.
getDiscriminator() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getDiscriminator() - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
getDiscriminatorKey() - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
getEffectiveConverterMap() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Returns a map where the default converter map is merged with the map contained in the context.
getEffectiveConverterMap() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
Returns a map where the default converter map is merged with the map contained in the context.
getEffectiveLevel() - Method in class ch.qos.logback.classic.Logger
 
getEffectiveLevel() - Method in interface ch.qos.logback.core.status.Status
 
getEffectiveLevel() - Method in class ch.qos.logback.core.status.StatusBase
 
getElapsedPeriodsFileName() - Method in interface ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicy
Return the file name for the elapsed periods file name.
getElapsedPeriodsFileName() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
getEncoder() - Method in class ch.qos.logback.classic.android.LogcatAppender
Gets the pattern-layout encoder for this appender's logcat message
getEncoder() - Method in class ch.qos.logback.core.OutputStreamAppender
 
getEnv(String) - Static method in class ch.qos.logback.core.util.OptionHelper
Lookup a key from the environment.
getErrorList() - Method in class ch.qos.logback.core.joran.JoranConfiguratorBase
 
getEvaluator() - Method in class ch.qos.logback.core.filter.EvaluatorFilter
 
getEventDelayLimit() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Returns the value of the eventDelayLimit property.
getEventList() - Method in class ch.qos.logback.core.sift.AbstractAppenderFactoryUsingJoran
 
getEventPlayer() - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
getExcludedCipherSuites() - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Gets the JSSE cipher suite names to exclude.
getExcludedProtocols() - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Gets the JSSE secure transport protocols to exclude.
getExecutionContext() - Method in class ch.qos.logback.core.joran.spi.Interpreter
getExecutorService() - Method in interface ch.qos.logback.core.Context
Every context has an ExecutorService which be invoked to execute certain tasks in a separate thread.
getExecutorService() - Method in class ch.qos.logback.core.ContextBase
 
getExternalStorageDirectoryPath() - Static method in class ch.qos.logback.core.android.CommonPathUtil
Gets the path to the external storage directory
getFacility() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
Returns the string value of the Facility option.
getFile() - Method in class ch.qos.logback.core.FileAppender
Returns the value of the File property.
getFile() - Method in class ch.qos.logback.core.recovery.ResilientFileOutputStream
 
getFile() - Method in class ch.qos.logback.core.rolling.RollingFileAppender
 
getFileFooter() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Returns the appropriate HTML footers.
getFileFooter() - Method in interface ch.qos.logback.core.Layout
Return the file footer for this layout.
getFileFooter() - Method in class ch.qos.logback.core.LayoutBase
 
getFileHeader() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Returns appropriate HTML headers.
getFileHeader() - Method in interface ch.qos.logback.core.Layout
Return the file header for this layout.
getFileHeader() - Method in class ch.qos.logback.core.LayoutBase
 
getFileNamePattern() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
getFilesDirectoryPath(String) - Static method in class ch.qos.logback.core.android.CommonPathUtil
Returns the absolute path to the directory on the Android filesystem where files are stored for the current application.
getFilterChainDecision(E) - Method in class ch.qos.logback.core.AppenderBase
 
getFilterChainDecision(E) - Method in interface ch.qos.logback.core.spi.FilterAttachable
Loop through the filters in the chain.
getFilterChainDecision(E) - Method in class ch.qos.logback.core.spi.FilterAttachableImpl
Loop through the filters in the list.
getFilterChainDecision(E) - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
getFirstOption() - Method in class ch.qos.logback.core.pattern.DynamicConverter
Return the first option passed to this component.
getFirstSeparatorIndexOf(String) - Static method in class ch.qos.logback.classic.util.LoggerNameUtil
 
getForegroundColorCode(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.color.HighlightingCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BlackCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BlueCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BoldBlueCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BoldCyanCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BoldGreenCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BoldMagentaCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BoldRedCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BoldWhiteCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.BoldYellowCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.CyanCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase
Deprecated.
Derived classes return the foreground color specific to the derived class instance.
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.GrayCompositeConverter
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.GreenCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.MagentaCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.RedCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.WhiteCompositeConverter
Deprecated.
 
getForegroundColorCode(E) - Method in class ch.qos.logback.core.pattern.color.YellowCompositeConverter
Deprecated.
 
getFormatInfo() - Method in class ch.qos.logback.core.pattern.parser.FormattingNode
 
getFormattedMessage() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getFormattedMessage() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getFormattedMessage() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getFormattingInfo() - Method in class ch.qos.logback.core.pattern.FormattingConverter
 
getFrameworkPackages() - Method in class ch.qos.logback.classic.LoggerContext
List of packages considered part of the logging framework such that they are never considered as callers of the logging framework.
getFrom() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Returns value of the From option.
getFullyQualifiedName(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.ClassOfCallerConverter
 
getFullyQualifiedName(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.LoggerConverter
 
getFullyQualifiedName(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.NamedConverter
Gets fully qualified name from event.
getHighestLevel(long) - Method in class ch.qos.logback.core.status.StatusUtil
 
getHostClass() - Method in class ch.qos.logback.core.joran.spi.HostClassAndPropertyDouble
 
getIncludedCipherSuites() - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Gets the JSSE cipher suite names to include.
getIncludedProtocols() - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Gets the JSSE secure transport protocols to include.
getInetAddress() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Gets the local address for the listener.
getInetAddress() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Gets the local address for the listener.
getInetAddress() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Gets the local address for the listener.
getInstance() - Static method in class ch.qos.logback.core.android.SystemPropertiesProxy
Gets the singleton instance for this class
getInstanceConverterMap() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
getIntegerTokenConverter() - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
getInterpretationContext() - Method in class ch.qos.logback.core.joran.JoranConfiguratorBase
 
getInterpretationContext() - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
getJoranInterpreter() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
getKey() - Method in class ch.qos.logback.classic.sift.ContextBasedDiscriminator
 
getKey() - Method in class ch.qos.logback.classic.sift.MDCBasedDiscriminator
 
getKey() - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
Get the MDC key whose value will be used as a level threshold
getKey() - Method in class ch.qos.logback.core.sift.DefaultDiscriminator
 
getKey() - Method in interface ch.qos.logback.core.sift.Discriminator
The key or variable name under which the discriminating value should be exported into the host environment.
getKeyManagerFactory() - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Gets the key manager factory configuration.
getKeys() - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
Returns the keys in the MDC as a Set.
getKeyStore() - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Gets the key store configuration.
getLatch() - Method in class ch.qos.logback.classic.net.SimpleSocketServer
Used for testing purposes
getLayout() - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
getLayout() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getLayout() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
getLazy() - Method in class ch.qos.logback.core.FileAppender
Gets the enable status of lazy initialization of the file output stream
getLazy() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
Gets the enable status of lazy initialization of the Syslog output stream
getLength() - Method in class ch.qos.logback.core.read.CyclicBufferAppender
 
getLevel() - Method in class ch.qos.logback.classic.Logger
 
getLevel() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getLevel() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getLevel() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getLevel() - Method in class ch.qos.logback.classic.turbo.MDCValueLevelPair
 
getLevel() - Method in class ch.qos.logback.core.BasicStatusManager
 
getLevel() - Method in interface ch.qos.logback.core.status.Status
 
getLevel() - Method in class ch.qos.logback.core.status.StatusBase
 
getLineColStr(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.Action
 
getLineNumber(InterpretationContext) - Method in class ch.qos.logback.core.joran.action.Action
 
getLocalhost() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getLocalName() - Method in class ch.qos.logback.core.joran.event.SaxEvent
 
getLocation() - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Gets the location of the key store resource.
getLocationInfo() - Method in class ch.qos.logback.classic.log4j.XMLLayout
Returns the current value of the LocationInfo option.
getLocator() - Method in class ch.qos.logback.core.joran.event.SaxEvent
 
getLocator() - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
getLocator() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
getLocator() - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
getLogger(Class) - Method in class ch.qos.logback.classic.LoggerContext
 
getLogger(String) - Method in class ch.qos.logback.classic.LoggerContext
 
getLoggerContext() - Method in class ch.qos.logback.classic.Logger
Return the context for this logger.
getLoggerContext() - Method in interface ch.qos.logback.classic.selector.ContextSelector
 
getLoggerContext(String) - Method in interface ch.qos.logback.classic.selector.ContextSelector
 
getLoggerContext() - Method in class ch.qos.logback.classic.selector.DefaultContextSelector
 
getLoggerContext(String) - Method in class ch.qos.logback.classic.selector.DefaultContextSelector
 
getLoggerContext() - Method in class ch.qos.logback.classic.spi.LoggerContextAwareBase
Return the LoggerContext this component is attached to.
getLoggerContextRemoteView() - Method in class ch.qos.logback.classic.LoggerContext
 
getLoggerContextView() - Method in class ch.qos.logback.classic.spi.LoggerRemoteView
 
getLoggerContextVO() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getLoggerContextVO() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getLoggerContextVO() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerList() - Method in class ch.qos.logback.classic.LoggerContext
 
getLoggerName() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getLoggerName() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getLoggerName() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getMainURL() - Method in class ch.qos.logback.core.joran.spi.ConfigurationWatchList
 
getMainWatchURL(Context) - Static method in class ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
 
getMarker() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getMarker() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getMarker() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently this method always returns an instance of BasicMarkerFactory.
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently, this method returns the class name of BasicMarkerFactory.
getMax() - Method in class ch.qos.logback.core.pattern.FormatInfo
 
getMaxAppenderCount() - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
getMaxCallerDataDepth() - Method in class ch.qos.logback.classic.LoggerContext
 
getMaxComponents() - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
 
getMaxFileSize() - Method in class ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP
 
getMaxFileSize() - Method in class ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy
 
getMaxHistory() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
Get the number of archive files to keep.
getMaxIndex() - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
getMaxMessageSize() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
Gets the maximum size of a syslog message
getMaxSize() - Method in class ch.qos.logback.core.helpers.CyclicBuffer
 
getMaxSize() - Method in class ch.qos.logback.core.read.CyclicBufferAppender
Gets the size of the cyclic buffer.
getMaxWindowSize() - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
Subclasses can override this method to increase the max window size, if required.
getMdc() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
Deprecated.
Replaced by [@link #getMDCPropertyMap}
getMdc() - Method in class ch.qos.logback.classic.spi.LoggingEvent
Deprecated.
Replaced by [@link #getMDCPropertyMap}
getMdc() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
Currently this method always returns an instance of StaticMDCBinder.
getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
 
getMDCPropertyMap() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
Returns the MDC map.
getMDCPropertyMap() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getMDCPropertyMap() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getMessage() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getMessage() - Method in interface ch.qos.logback.classic.spi.IThrowableProxy
 
getMessage() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getMessage() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getMessage() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getMessage() - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
getMessage() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getMessage() - Method in interface ch.qos.logback.core.status.Status
 
getMessage() - Method in class ch.qos.logback.core.status.StatusBase
 
getMethod() - Method in class ch.qos.logback.core.joran.util.MethodDescriptor
 
getMethod(String) - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
getMethodDescriptors(Class<?>) - Static method in class ch.qos.logback.core.joran.util.Introspector
Gets a class's method descriptors
getMilliseconds() - Method in class ch.qos.logback.core.util.Duration
 
getMin() - Method in class ch.qos.logback.core.pattern.FormatInfo
 
getMinIndex() - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
getMountedExternalStorageDirectoryPath() - Static method in class ch.qos.logback.core.android.CommonPathUtil
Gets the path to the external storage directory only if mounted.
getName() - Method in class ch.qos.logback.classic.Logger
 
getName() - Method in class ch.qos.logback.classic.spi.LoggerContextVO
 
getName() - Method in class ch.qos.logback.classic.spi.LoggerRemoteView
 
getName() - Method in class ch.qos.logback.classic.turbo.TurboFilter
 
getName() - Method in interface ch.qos.logback.core.Appender
Get the name of this appender.
getName() - Method in class ch.qos.logback.core.AppenderBase
 
getName() - Method in interface ch.qos.logback.core.boolex.EventEvaluator
Gets this evaluator's name
getName() - Method in class ch.qos.logback.core.boolex.EventEvaluatorBase
 
getName() - Method in interface ch.qos.logback.core.Context
Contexts are named objects.
getName() - Method in class ch.qos.logback.core.ContextBase
 
getName() - Method in class ch.qos.logback.core.filter.Filter
 
getName() - Method in enum ch.qos.logback.core.joran.spi.ConsoleTarget
Deprecated.
 
getName() - Method in class ch.qos.logback.core.joran.util.MethodDescriptor
 
getName() - Method in class ch.qos.logback.core.joran.util.PropertyDescriptor
 
getName() - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
getNamespaceURI() - Method in class ch.qos.logback.core.joran.event.SaxEvent
 
getNestedComplexProperty() - Method in class ch.qos.logback.core.joran.action.IADataForComplexProperty
 
getNext() - Method in class ch.qos.logback.core.pattern.Converter
 
getNext() - Method in class ch.qos.logback.core.pattern.parser.Node
 
getNext() - Method in class ch.qos.logback.core.rolling.helper.TokenConverter
 
getNextTriggeringDate(Date) - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
getNextTriggeringMillis(Date) - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
getNumberOfElementsInQueue() - Method in class ch.qos.logback.core.AsyncAppenderBase
Returns the number of elements currently in the blocking queue.
getObj() - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
getObjClass() - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
getObject(String) - Method in interface ch.qos.logback.core.Context
A Context can act as a store for various objects used by logback components.
getObject(String) - Method in class ch.qos.logback.core.ContextBase
 
getObject(int) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
getObjectMap() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
getObjectStack() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
getOnHigherOrEqual() - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
Get the FilterReply when the effective level is higher or equal to the level of current logging request
getOnLower() - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
Get the FilterReply when the effective level is lower than the level of current logging request
getOnMatch() - Method in class ch.qos.logback.core.filter.AbstractMatcherFilter
 
getOnMismatch() - Method in class ch.qos.logback.core.filter.AbstractMatcherFilter
 
getOptionList() - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
getOptions() - Method in class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
 
getOrCreate(String, long) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
Get the component identified by 'key', updating its timestamp in the process.
getOrCreate(String, long) - Method in interface ch.qos.logback.core.spi.ComponentTracker
Get the component identified by 'key', updating its timestamp in the process.
getOrigin() - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
getOrigin() - Method in interface ch.qos.logback.core.status.Status
 
getOrigin() - Method in class ch.qos.logback.core.status.StatusBase
 
getOutputStream() - Method in class ch.qos.logback.core.OutputStreamAppender
The underlying output stream used by this appender.
getPackagingDataCalculator() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getParameters() - Method in class ch.qos.logback.core.net.ssl.SSLConfiguration
Gets the SSL parameters configuration.
getParentsRawFileProperty() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
getPassword() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getPassword() - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Gets the password to use to access the key store.
getPasswordAuthentication() - Method in class ch.qos.logback.core.net.LoginAuthenticator
 
getPath() - Method in class ch.qos.logback.core.property.FileExistsPropertyDefiner
 
getPattern() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Returns the value of the ConversionPattern option.
getPattern() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
getPattern() - Method in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
 
getPattern() - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
getPeriodicityType() - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
getPort() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Gets the local port for the listener.
getPort() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Returns value of the Port property.
getPort() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Gets the local port for the listener.
getPort() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Gets the local port for the listener.
getPort() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
Gets the syslog port to connect to
getPort() - Method in class ch.qos.logback.core.net.SyslogOutputStream
 
getPrefixMatchLength(ElementPath) - Method in class ch.qos.logback.core.joran.spi.ElementSelector
Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter.
getPresentationFooter() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
 
getPresentationFooter() - Method in interface ch.qos.logback.core.Layout
Return the footer of the logging event formatting.
getPresentationFooter() - Method in class ch.qos.logback.core.LayoutBase
 
getPresentationHeader() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
 
getPresentationHeader() - Method in interface ch.qos.logback.core.Layout
Return the header of the logging event formatting.
getPresentationHeader() - Method in class ch.qos.logback.core.LayoutBase
 
getPresentationHeader() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
getPresentationHeaderPrefix() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
getPrimaryDateTokenConverter() - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
getPrintStream() - Method in class ch.qos.logback.core.status.OnConsoleStatusListener
 
getPrintStream() - Method in class ch.qos.logback.core.status.OnErrorConsoleStatusListener
 
getProperties() - Method in class ch.qos.logback.classic.log4j.XMLLayout
Gets whether MDC key-value pairs should be output.
getProperty(String) - Method in class ch.qos.logback.classic.LoggerContext
 
getProperty(String) - Method in interface ch.qos.logback.core.Context
Get the property of this context.
getProperty(String) - Method in class ch.qos.logback.core.ContextBase
Given a key, return the corresponding property value.
getProperty(String) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
If a key is found in propertiesMap then return it.
getProperty(String) - Method in interface ch.qos.logback.core.spi.PropertyContainer
 
getPropertyDescriptor(String) - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
getPropertyDescriptors(Class<?>) - Static method in class ch.qos.logback.core.joran.util.Introspector
Gets a class's property descriptors.
getPropertyMap() - Method in class ch.qos.logback.classic.spi.LoggerContextVO
 
getPropertyMap() - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
Get the current thread's MDC as a map.
getPropertyName() - Method in class ch.qos.logback.core.joran.spi.HostClassAndPropertyDouble
 
getPropertyType() - Method in class ch.qos.logback.core.joran.util.PropertyDescriptor
 
getPropertyValue() - Method in class ch.qos.logback.core.property.FileExistsPropertyDefiner
Returns "true" if the file specified by path property exists.
getPropertyValue() - Method in class ch.qos.logback.core.property.ResourceExistsPropertyDefiner
Returns the string "true" if the resource specified by the user is available on the class path, "false" otherwise.
getPropertyValue() - Method in interface ch.qos.logback.core.spi.PropertyDefiner
Get the property value, defined by this property definer
getProtocol() - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Gets the secure transport protocol name.
getProvider() - Method in class ch.qos.logback.core.net.ssl.KeyManagerFactoryFactoryBean
Gets the JSSE provider name for the key manager factory.
getProvider() - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Gets the JCA key store provider name.
getProvider() - Method in class ch.qos.logback.core.net.ssl.SecureRandomFactoryBean
Gets the JCA provider name for the secure random generator.
getProvider() - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Gets the JSSE provider name for the SSL context.
getProvider() - Method in class ch.qos.logback.core.net.ssl.TrustManagerFactoryFactoryBean
Gets the JSSE provider name for the trust manager factory.
getPST() - Method in class ch.qos.logback.classic.net.server.ServerSocketAppender
 
getPST() - Method in class ch.qos.logback.classic.net.server.SSLServerSocketAppender
 
getPST() - Method in class ch.qos.logback.classic.net.SocketAppender
 
getPST() - Method in class ch.qos.logback.classic.net.SSLSocketAppender
 
getPST() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Get the pre-serialization transformer that will be used to transform each event into a Serializable object before delivery to the remote receiver.
getPST() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Gets a transformer that will be used to convert a received event to a Serializable form.
getPST() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Gets a transformer that will be used to convert a received event to a Serializable form.
getQName() - Method in class ch.qos.logback.core.joran.event.SaxEvent
 
getQueueSize() - Method in class ch.qos.logback.core.AsyncAppenderBase
 
getQueueSize() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Returns the value of the queueSize property.
getReadMethod() - Method in class ch.qos.logback.core.joran.util.PropertyDescriptor
 
getReconnectionDelay() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Returns value of the reconnectionDelay property.
getRefreshPeriod() - Method in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
getRelativeDate(Date, int) - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
getRemainingCapacity() - Method in class ch.qos.logback.core.AsyncAppenderBase
The remaining capacity available in the blocking queue.
getRemoteHost() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Returns value of the RemoteHost property.
getResource() - Method in class ch.qos.logback.core.property.ResourceExistsPropertyDefiner
 
getResource(String, ClassLoader) - Static method in class ch.qos.logback.core.util.Loader
Search for a resource using the classloader passed as parameter.
getResourceBySelfClassLoader(String) - Static method in class ch.qos.logback.core.util.Loader
Attempt to find a resource by using the classloader that loaded this class, namely Loader.class.
getResourceOccurrenceCount(String, ClassLoader) - Static method in class ch.qos.logback.core.util.Loader
Compute the number of occurrences a resource can be found by a class loader.
getRollingPolicy() - Method in class ch.qos.logback.core.rolling.RollingFileAppender
 
getRuleStore() - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
getRunnableTask() - Method in class ch.qos.logback.classic.net.ReceiverBase
Provides the runnable task this receiver will execute.
getRunnableTask() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
 
getRunnableTask() - Method in class ch.qos.logback.classic.net.SocketReceiver
 
getSaxEventList() - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
getSecureRandom() - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Gets the secure random generator configuration.
getSeList() - Method in class ch.qos.logback.classic.sift.SiftAction
 
getSeparatorIndexOf(String, int) - Static method in class ch.qos.logback.classic.util.LoggerNameUtil
Get the position of the separator character, if any, starting at position 'fromIndex'.
getServerSocketFactory() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Gets the server socket factory.
getServerSocketFactory() - Method in class ch.qos.logback.classic.net.server.SSLServerSocketReceiver
Gets the server socket factory.
getServerSocketFactory() - Method in class ch.qos.logback.classic.net.SimpleSocketServer
Gets the platform default ServerSocketFactory.
getServerSocketFactory() - Method in class ch.qos.logback.classic.net.SimpleSSLSocketServer
 
getServerSocketFactory() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Gets the factory used to create ServerSocket objects.
getServerSocketFactory() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Gets the factory used to create ServerSocket objects.
getServerSocketFactory() - Method in class ch.qos.logback.core.net.server.SSLServerSocketAppenderBase
 
getServerThreadName() - Method in class ch.qos.logback.classic.net.SimpleSocketServer
Returns the name given to the server thread.
getSeverityForEvent(Object) - Method in class ch.qos.logback.classic.net.SyslogAppender
 
getSeverityForEvent(Object) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
getSiftingJoranConfigurator(String) - Method in class ch.qos.logback.classic.sift.AppenderFactoryUsingJoran
 
getSiftingJoranConfigurator(String) - Method in class ch.qos.logback.core.sift.AbstractAppenderFactoryUsingJoran
 
getSingleton() - Static method in class ch.qos.logback.classic.util.ContextSelectorStaticBinder
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
 
getSize() - Method in class ch.qos.logback.core.util.FileSize
 
getSMTPHost() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Alias for getSmtpHost().
getSmtpHost() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Returns value of the SMTPHost option.
getSMTPPort() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
getSmtpPort() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
getSocketFactory() - Method in class ch.qos.logback.classic.net.SocketReceiver
 
getSocketFactory() - Method in class ch.qos.logback.classic.net.SSLSocketReceiver
Gets an SocketFactory that produces SSL sockets using an SSLContext that is derived from the receiver's configuration.
getSocketFactory() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Gets the default SocketFactory for the platform.
getSocketFactory() - Method in class ch.qos.logback.core.net.AbstractSSLSocketAppender
Gets an SocketFactory that produces SSL sockets using an SSLContext that is derived from the appender's configuration.
getSocketFactory() - Method in class ch.qos.logback.core.net.SSLSocketAppenderBase
Gets an SocketFactory that produces SSL sockets using an SSLContext that is derived from the appender's configuration.
getSsl() - Method in class ch.qos.logback.classic.net.server.SSLServerSocketReceiver
Gets the server's SSL configuration.
getSsl() - Method in class ch.qos.logback.classic.net.SSLSocketReceiver
Gets the SSL configuration.
getSsl() - Method in class ch.qos.logback.core.net.AbstractSSLSocketAppender
Gets the SSL configuration.
getSsl() - Method in class ch.qos.logback.core.net.server.SSLServerSocketAppenderBase
Gets the SSL configuration.
getSsl() - Method in interface ch.qos.logback.core.net.ssl.SSLComponent
 
getSsl() - Method in class ch.qos.logback.core.net.SSLSocketAppenderBase
Gets the SSL configuration.
getStackTraceElement() - Method in class ch.qos.logback.classic.spi.StackTraceElementProxy
 
getStackTraceElementProxyArray() - Method in interface ch.qos.logback.classic.spi.IThrowableProxy
 
getStackTraceElementProxyArray() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getStackTraceElementProxyArray() - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
getStackTracePattern() - Method in class ch.qos.logback.classic.net.SyslogAppender
getStatusList() - Method in class ch.qos.logback.core.status.StatusListenerAsList
 
getStatusManager() - Method in interface ch.qos.logback.core.Context
Return the StatusManager instance in use.
getStatusManager() - Method in class ch.qos.logback.core.ContextBase
 
getStatusManager() - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
getStatusManager() - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
getSTEAsString() - Method in class ch.qos.logback.classic.spi.StackTraceElementProxy
 
getStream() - Method in enum ch.qos.logback.core.joran.spi.ConsoleTarget
Deprecated.
 
getSubject() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Returns value of the Subject option.
getSubType(String) - Static method in class ch.qos.logback.core.util.ContentTypeUtil
 
getSuffixPattern() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
getSupportedCipherSuites() - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Gets the set of cipher suites that the SSL component supports.
getSupportedCipherSuites() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
getSupportedCipherSuites() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
getSupportedProtocols() - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Gets the set of protocols that the SSL component supports.
getSupportedProtocols() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
getSupportedProtocols() - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
getSuppressed() - Method in interface ch.qos.logback.classic.spi.IThrowableProxy
 
getSuppressed() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getSuppressed() - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
getSyslogHost() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
Returns the value of the SyslogHost option.
getSystemProperties() - Static method in class ch.qos.logback.core.util.OptionHelper
Very similar to System.getProperties() except that the SecurityException is absorbed.
getSystemProperty(String, String) - Static method in class ch.qos.logback.core.util.OptionHelper
Very similar to System.getProperty except that the SecurityException is absorbed.
getSystemProperty(String) - Static method in class ch.qos.logback.core.util.OptionHelper
Very similar to System.getProperty except that the SecurityException is absorbed.
getTableName(N) - Method in interface ch.qos.logback.classic.db.names.DBNameResolver
 
getTableName(N) - Method in class ch.qos.logback.classic.db.names.DefaultDBNameResolver
 
getTableName(N) - Method in class ch.qos.logback.classic.db.names.SimpleDBNameResolver
 
getTag(ILoggingEvent) - Method in class ch.qos.logback.classic.android.LogcatAppender
Gets the logcat tag string of a logging event
getTagEncoder() - Method in class ch.qos.logback.classic.android.LogcatAppender
Gets the pattern-layout encoder for this appender's logcat tag
getTailMatchLength(ElementPath) - Method in class ch.qos.logback.core.joran.spi.ElementSelector
Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter.
getTarget() - Method in class ch.qos.logback.core.ConsoleAppender
Deprecated.
Returns the current value of the target property.
getTCL() - Static method in class ch.qos.logback.core.util.Loader
Get the Thread Context Loader which is a JDK 1.2 feature.
getText() - Method in class ch.qos.logback.core.joran.event.BodyEvent
Gets the body text
getThreadName() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getThreadName() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getThreadName() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getThrowable() - Method in class ch.qos.logback.classic.spi.ThrowableProxy
 
getThrowable() - Method in interface ch.qos.logback.core.status.Status
 
getThrowable() - Method in class ch.qos.logback.core.status.StatusBase
 
getThrowableProxy() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getThrowableProxy() - Method in class ch.qos.logback.classic.spi.LoggingEvent
Returns the throwable information contained within this event.
getThrowableProxy() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getThrowableRenderer() - Method in class ch.qos.logback.classic.html.HTMLLayout
 
getTimeBasedFileNamingAndTriggeringPolicy() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
getTimeout() - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
getTimeout() - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
 
getTimestamp(ILoggingEvent) - Method in class ch.qos.logback.classic.sift.SiftingAppender
 
getTimeStamp() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
getTimeStamp() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
getTimeStamp() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
getTimestamp(E) - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
getTitle() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Returns the current value of the Title option.
getToAsListOfString() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getToList() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Returns value of the toList option.
getTriggeringPolicy() - Method in class ch.qos.logback.core.rolling.RollingFileAppender
 
getTrustManagerFactory() - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Gets the trust manager factory configuration.
getTrustStore() - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Gets the trust store configuration.
getTurboFilterChainDecision(Marker, Logger, Level, String, Object[], Throwable) - Method in class ch.qos.logback.classic.spi.TurboFilterList
Loop through the filters in the chain.
getTurboFilterList() - Method in class ch.qos.logback.classic.LoggerContext
 
getType() - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Gets the type of key store to load.
getType() - Method in class ch.qos.logback.core.pattern.parser.Node
 
getType() - Method in class ch.qos.logback.core.rolling.helper.TokenConverter
 
getUrl() - Method in class ch.qos.logback.classic.html.UrlCssBuilder
 
getUrl() - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
getUsername() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
getValue() - Method in class ch.qos.logback.classic.turbo.MDCValueLevelPair
 
getValue() - Method in class ch.qos.logback.core.pattern.parser.Node
 
getVersion() - Method in class ch.qos.logback.classic.spi.ClassPackagingData
 
getWriteMethod() - Method in class ch.qos.logback.core.joran.util.PropertyDescriptor
 
GrayCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Encloses a given set of converter output in gray using the appropriate ANSI escape codes.
GrayCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.GrayCompositeConverter
 
GREEN_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
GreenCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
GreenCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.GreenCompositeConverter
Deprecated.
 

H

handleError(String, Exception) - Method in class ch.qos.logback.classic.joran.action.ConditionalIncludeAction
 
handleError(String, Exception) - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
hasCallerData() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
If this event has caller data, then true is returned.
hasCallerData() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
hasCallerData() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
hasChildren() - Method in interface ch.qos.logback.core.status.Status
 
hasChildren() - Method in class ch.qos.logback.core.status.StatusBase
 
hashCode() - Method in class ch.qos.logback.classic.spi.ClassPackagingData
 
hashCode() - Method in class ch.qos.logback.classic.spi.LoggerContextVO
 
hashCode() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
hashCode() - Method in class ch.qos.logback.classic.spi.StackTraceElementProxy
 
hashCode() - Method in class ch.qos.logback.classic.spi.ThrowableProxyVO
 
hashCode() - Method in class ch.qos.logback.core.joran.spi.ElementSelector
 
hashCode() - Method in class ch.qos.logback.core.joran.spi.HostClassAndPropertyDouble
 
hashCode() - Method in class ch.qos.logback.core.pattern.FormatInfo
 
hashCode() - Method in class ch.qos.logback.core.pattern.parser.CompositeNode
 
hashCode() - Method in class ch.qos.logback.core.pattern.parser.FormattingNode
 
hashCode() - Method in class ch.qos.logback.core.pattern.parser.Node
 
hashCode() - Method in class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
 
hashCode() - Method in class ch.qos.logback.core.status.StatusBase
 
hashCode() - Method in class ch.qos.logback.core.subst.Node
 
hashCode() - Method in class ch.qos.logback.core.subst.Token
 
hasXMLParsingErrors(long) - Method in class ch.qos.logback.core.status.StatusUtil
 
head - Variable in class ch.qos.logback.core.html.HTMLLayoutBase
 
hexStringToByteArray(String) - Static method in class ch.qos.logback.core.encoder.ByteArrayUtil
 
HighlightingCompositeConverter - Class in ch.qos.logback.classic.pattern.color
Deprecated. 
HighlightingCompositeConverter() - Constructor for class ch.qos.logback.classic.pattern.color.HighlightingCompositeConverter
Deprecated.
 
HostClassAndPropertyDouble - Class in ch.qos.logback.core.joran.spi
A 2-tuple (a double) consisting of a Class and a String.
HostClassAndPropertyDouble(Class<?>, String) - Constructor for class ch.qos.logback.core.joran.spi.HostClassAndPropertyDouble
 
HOSTNAME_KEY - Static variable in class ch.qos.logback.core.CoreConstants
The key under which the local host name is registered in the logger context.
HTMLLayout - Class in ch.qos.logback.classic.html
HTMLLayout outputs events in an HTML table.
HTMLLayout() - Constructor for class ch.qos.logback.classic.html.HTMLLayout
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
HTMLLayoutBase<E> - Class in ch.qos.logback.core.html
This class is a base class for HTMLLayout classes part of other logback modules such as logback-classic and logback-access.
HTMLLayoutBase() - Constructor for class ch.qos.logback.core.html.HTMLLayoutBase
 

I

IADataForComplexProperty - Class in ch.qos.logback.core.joran.action
Lump together several fields for use by NestedComplexPropertyIA.
IADataForComplexProperty(PropertySetter, AggregationType, String) - Constructor for class ch.qos.logback.core.joran.action.IADataForComplexProperty
 
IdentityCompositeConverter<E> - Class in ch.qos.logback.core.pattern
 
IdentityCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.IdentityCompositeConverter
 
IEscapeUtil - Interface in ch.qos.logback.core.pattern.util
 
IEvaluator - Interface in ch.qos.logback.classic.boolex
An internal interface used by the GEventEvaluator.
IGNORE_TCL_PROPERTY_NAME - Static variable in class ch.qos.logback.core.util.Loader
 
ILoggingEvent - Interface in ch.qos.logback.classic.spi
The central interface in logback-classic.
ImplicitAction - Class in ch.qos.logback.core.joran.action
ImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.
ImplicitAction() - Constructor for class ch.qos.logback.core.joran.action.ImplicitAction
 
INACTIVITY_TOLERANCE_IN_MILLIS - Static variable in class ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
 
IncludeAction - Class in ch.qos.logback.core.joran.action
 
IncludeAction() - Constructor for class ch.qos.logback.core.joran.action.IncludeAction
 
IncompatibleClassException - Exception in ch.qos.logback.core.util
 
indent(StringBuilder, int) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
INFO - Static variable in class ch.qos.logback.classic.Level
The INFO level designates informational messages highlighting overall progress of the application.
info(String) - Method in class ch.qos.logback.classic.Logger
 
info(String, Object) - Method in class ch.qos.logback.classic.Logger
 
info(String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
info(String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
info(String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
info(Marker, String) - Method in class ch.qos.logback.classic.Logger
 
info(Marker, String, Object) - Method in class ch.qos.logback.classic.Logger
 
info(Marker, String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
info(Marker, String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
info(Marker, String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
INFO - Static variable in interface ch.qos.logback.core.status.Status
 
INFO_INT - Static variable in class ch.qos.logback.classic.Level
 
INFO_INTEGER - Static variable in class ch.qos.logback.classic.Level
 
INFO_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Informational: informational messages
informContextOfURLUsedForConfiguration(Context, URL) - Static method in class ch.qos.logback.core.joran.GenericConfigurator
Adds the URL of the used configuration file to the watch list, which is periodically scanned for changes when the "scan" flag is set in logback.xml (<configuration scan="true" ...>).
InfoStatus - Class in ch.qos.logback.core.status
 
InfoStatus(String, Object) - Constructor for class ch.qos.logback.core.status.InfoStatus
 
InfoStatus(String, Object, Throwable) - Constructor for class ch.qos.logback.core.status.InfoStatus
 
INHERITED - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
init(LoggerContext, Object) - Method in class ch.qos.logback.classic.util.ContextSelectorStaticBinder
FOR INTERNAL USE.
init(OutputStream) - Method in class ch.qos.logback.core.encoder.EchoEncoder
 
init(OutputStream) - Method in interface ch.qos.logback.core.encoder.Encoder
This method is called when the owning appender starts or whenever output needs to be directed to a new OutputStream, for instance as a result of a rollover.
init(OutputStream) - Method in class ch.qos.logback.core.encoder.EncoderBase
 
init(OutputStream) - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
init(OutputStream) - Method in class ch.qos.logback.core.encoder.ObjectStreamEncoder
 
init(String) - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
initialElementPath() - Method in class ch.qos.logback.classic.sift.SiftingJoranConfigurator
 
initialElementPath() - Method in class ch.qos.logback.core.joran.GenericConfigurator
 
inPlay(SaxEvent) - Method in class ch.qos.logback.classic.sift.SiftAction
 
inPlay(SaxEvent) - Method in interface ch.qos.logback.core.joran.event.InPlayListener
 
InPlayListener - Interface in ch.qos.logback.core.joran.event
 
instantiateByClassName(String, Class<?>, Context) - Static method in class ch.qos.logback.core.util.OptionHelper
 
instantiateByClassName(String, Class<?>, ClassLoader) - Static method in class ch.qos.logback.core.util.OptionHelper
 
instantiateByClassNameAndParameter(String, Class<?>, Context, Class<?>, Object) - Static method in class ch.qos.logback.core.util.OptionHelper
 
instantiateByClassNameAndParameter(String, Class<?>, ClassLoader, Class<?>, Object) - Static method in class ch.qos.logback.core.util.OptionHelper
 
IntegerTokenConverter - Class in ch.qos.logback.core.rolling.helper
When asked to convert an integer, IntegerTokenConverter the string value of that integer.
IntegerTokenConverter() - Constructor for class ch.qos.logback.core.rolling.helper.IntegerTokenConverter
 
InterpretationContext - Class in ch.qos.logback.core.joran.spi
An InterpretationContext contains the contextual state of a Joran parsing session.
InterpretationContext(Context, Interpreter) - Constructor for class ch.qos.logback.core.joran.spi.InterpretationContext
 
interpreter - Variable in class ch.qos.logback.core.joran.GenericConfigurator
 
Interpreter - Class in ch.qos.logback.core.joran.spi
Interpreter is Joran's main driving class.
Interpreter(Context, RuleStore, ElementPath) - Constructor for class ch.qos.logback.core.joran.spi.Interpreter
 
introspect() - Method in class ch.qos.logback.core.joran.util.PropertySetter
Uses JavaBeans Introspector to computer setters of object to be configured.
IntrospectionException - Exception in ch.qos.logback.core.joran.util
Thrown when an exception happens during Introspection.
IntrospectionException(String) - Constructor for exception ch.qos.logback.core.joran.util.IntrospectionException
 
IntrospectionException(Exception) - Constructor for exception ch.qos.logback.core.joran.util.IntrospectionException
 
Introspector - Class in ch.qos.logback.core.joran.util
The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target class.
Introspector() - Constructor for class ch.qos.logback.core.joran.util.Introspector
 
InvocationGate - Class in ch.qos.logback.core.util
This class serves as a gateway for invocations of a "costly" operation on a critical execution path.
InvocationGate() - Constructor for class ch.qos.logback.core.util.InvocationGate
 
isAdditive() - Method in class ch.qos.logback.classic.Logger
 
isAndroidOS() - Static method in class ch.qos.logback.core.util.EnvUtil
Heuristically determines whether the current OS is Android
isAppend() - Method in class ch.qos.logback.core.FileAppender
Returns the value of the Append property.
isApplicable(ElementPath, Attributes, InterpretationContext) - Method in class ch.qos.logback.core.joran.action.ImplicitAction
Check whether this implicit action is appropriate in the current context.
isApplicable(ElementPath, Attributes, InterpretationContext) - Method in class ch.qos.logback.core.joran.action.NestedBasicPropertyIA
 
isApplicable(ElementPath, Attributes, InterpretationContext) - Method in class ch.qos.logback.core.joran.action.NestedComplexPropertyIA
 
isApplicable(Object) - Method in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
isApplicable(Object) - Method in class ch.qos.logback.core.rolling.helper.IntegerTokenConverter
 
isApplicable(Object) - Method in interface ch.qos.logback.core.rolling.helper.MonoTypedConverter
 
isAsynchronousSending() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
isAttached(Appender<ILoggingEvent>) - Method in class ch.qos.logback.classic.Logger
 
isAttached(Appender<E>) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
isAttached(Appender<E>) - Method in interface ch.qos.logback.core.spi.AppenderAttachable
Returns true if the specified appender is in list of attached appenders, false otherwise.
isAttached(Appender<E>) - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Returns true if the specified appender is in the list of attached appenders, false otherwise.
isCleanHistoryOnStart() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
isClosed() - Method in class ch.qos.logback.classic.net.SimpleSocketServer
 
isComponentStale(Appender<E>) - Method in class ch.qos.logback.core.sift.AppenderTracker
 
isComponentStale(C) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
Components can declare themselves stale.
isComponentStale(CyclicBuffer<E>) - Method in class ch.qos.logback.core.spi.CyclicBufferTracker
 
isContainedIn(ElementPath) - Method in class ch.qos.logback.core.joran.spi.ElementSelector
 
isDebugEnabled() - Method in class ch.qos.logback.classic.Logger
 
isDebugEnabled(Marker) - Method in class ch.qos.logback.classic.Logger
 
isDiscardable(ILoggingEvent) - Method in class ch.qos.logback.classic.AsyncAppender
Events of level TRACE, DEBUG and INFO are deemed to be discardable.
isDiscardable(E) - Method in class ch.qos.logback.core.AsyncAppenderBase
Is the eventObject passed as parameter discardable? The base class's implementation of this method always returns 'false' but sub-classes may (and do) override this method.
isEmpty() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
isEmpty(String) - Static method in class ch.qos.logback.core.util.OptionHelper
 
isEmptyDirectory(File) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
isEnabledFor(Marker, Level) - Method in class ch.qos.logback.classic.Logger
 
isEnabledFor(Level) - Method in class ch.qos.logback.classic.Logger
 
isErrorEnabled() - Method in class ch.qos.logback.classic.Logger
 
isErrorEnabled(Marker) - Method in class ch.qos.logback.classic.Logger
 
isErrorFree(long) - Method in class ch.qos.logback.core.status.StatusUtil
 
isExact() - Method in class ch.qos.logback.classic.spi.ClassPackagingData
 
isGreaterOrEqual(Level) - Method in class ch.qos.logback.classic.Level
Returns true if this Level has a higher or equal Level than the Level passed as argument, false otherwise.
isImmediateFlush() - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
isIncludeCallerData() - Method in class ch.qos.logback.classic.AsyncAppender
 
isIncludeCallerData() - Method in class ch.qos.logback.classic.net.server.ServerSocketAppender
 
isIncludeCallerData() - Method in class ch.qos.logback.classic.net.server.SSLServerSocketAppender
 
isIncludeCallerData() - Method in class ch.qos.logback.classic.net.SMTPAppender
 
isInfoEnabled() - Method in class ch.qos.logback.classic.Logger
 
isInfoEnabled(Marker) - Method in class ch.qos.logback.classic.Logger
 
isJDK5() - Static method in class ch.qos.logback.core.util.EnvUtil
 
isJDK6OrHigher() - Static method in class ch.qos.logback.core.util.EnvUtil
 
isJDK7OrHigher() - Static method in class ch.qos.logback.core.util.EnvUtil
 
isLeftPad() - Method in class ch.qos.logback.core.pattern.FormatInfo
 
isLeftTruncate() - Method in class ch.qos.logback.core.pattern.FormatInfo
 
isListenerListEmpty() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
isNeedClientAuth() - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Gets a flag indicating whether client authentication is required.
ISO8601_PATTERN - Static variable in class ch.qos.logback.core.CoreConstants
 
ISO8601_STR - Static variable in class ch.qos.logback.core.CoreConstants
 
isOptional() - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
isOutputPatternAsHeader() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
isOutputPatternAsHeader() - Method in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
 
isOutputPatternAsPresentationHeader() - Method in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
 
isPackagingDataEnabled() - Method in class ch.qos.logback.classic.LoggerContext
 
isParentDirectoryCreationRequired(File) - Static method in class ch.qos.logback.core.util.FileUtil
 
isParentPrudent() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
isPrimary() - Method in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
isPrudent() - Method in class ch.qos.logback.core.FileAppender
 
isRegularNonRootLogger(Logger) - Static method in class ch.qos.logback.classic.jul.JULHelper
Deprecated.
 
isResetResistant() - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
isResetResistant() - Method in interface ch.qos.logback.classic.spi.LoggerContextListener
Some listeners should not be removed when the LoggerContext is reset.
isRoot(Logger) - Static method in class ch.qos.logback.classic.jul.JULHelper
Deprecated.
 
isRunning() - Method in class ch.qos.logback.core.net.server.ConcurrentServerRunner
Gets a flag indicating whether the server is currently running.
isRunning() - Method in interface ch.qos.logback.core.net.server.ServerRunner
Gets a flag indicating whether the server is currently running.
isSSL() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
isStarted() - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
isStarted() - Method in class ch.qos.logback.classic.net.ReceiverBase
isStarted() - Method in class ch.qos.logback.classic.turbo.TurboFilter
 
isStarted() - Method in class ch.qos.logback.core.AppenderBase
 
isStarted() - Method in class ch.qos.logback.core.boolex.EventEvaluatorBase
 
isStarted() - Method in class ch.qos.logback.core.ContextBase
 
isStarted() - Method in class ch.qos.logback.core.encoder.EncoderBase
 
isStarted() - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
isStarted() - Method in class ch.qos.logback.core.filter.Filter
 
isStarted() - Method in class ch.qos.logback.core.LayoutBase
 
isStarted() - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
isStarted() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
isStarted() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
isStarted() - Method in class ch.qos.logback.core.rolling.TriggeringPolicyBase
 
isStarted() - Method in class ch.qos.logback.core.sift.AbstractDiscriminator
 
isStarted() - Method in interface ch.qos.logback.core.spi.LifeCycle
 
isStarted() - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
isSTARTTLS() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
isTextual(String) - Static method in class ch.qos.logback.core.util.ContentTypeUtil
 
isThrowableExcluded() - Method in class ch.qos.logback.classic.net.SyslogAppender
 
isTooSoon() - Method in class ch.qos.logback.core.recovery.RecoveryCoordinator
 
isTraceEnabled() - Method in class ch.qos.logback.classic.Logger
 
isTraceEnabled(Marker) - Method in class ch.qos.logback.classic.Logger
 
isTriggeringEvent(File, E) - Method in class ch.qos.logback.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy
 
isTriggeringEvent(File, E) - Method in class ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP
 
isTriggeringEvent(File, E) - Method in class ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy
 
isTriggeringEvent(File, E) - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
isTriggeringEvent(File, E) - Method in interface ch.qos.logback.core.rolling.TriggeringPolicy
Should roll-over be triggered at this time?
isWantClientAuth() - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Gets a flag indicating whether client authentication is desired.
isWarnEnabled() - Method in class ch.qos.logback.classic.Logger
 
isWarnEnabled(Marker) - Method in class ch.qos.logback.classic.Logger
 
isWindows() - Static method in class ch.qos.logback.core.util.EnvUtil
 
iterator() - Method in interface ch.qos.logback.core.status.Status
 
iterator() - Method in class ch.qos.logback.core.status.StatusBase
 
iteratorForAppenders() - Method in class ch.qos.logback.classic.Logger
 
iteratorForAppenders() - Method in class ch.qos.logback.core.AsyncAppenderBase
 
iteratorForAppenders() - Method in interface ch.qos.logback.core.spi.AppenderAttachable
Get an iterator for appenders contained in the parent object.
iteratorForAppenders() - Method in class ch.qos.logback.core.spi.AppenderAttachableImpl
Get all attached appenders as an Enumeration.
IThrowableProxy - Interface in ch.qos.logback.classic.spi
 
IThrowableRenderer<E> - Interface in ch.qos.logback.core.html
 

J

JoranConfigurator - Class in ch.qos.logback.classic.joran
JoranConfigurator class adds rules specific to logback-classic.
JoranConfigurator() - Constructor for class ch.qos.logback.classic.joran.JoranConfigurator
 
JoranConfiguratorBase - Class in ch.qos.logback.core.joran
A JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it.
JoranConfiguratorBase() - Constructor for class ch.qos.logback.core.joran.JoranConfiguratorBase
 
JoranException - Exception in ch.qos.logback.core.joran.spi
 
JoranException(String) - Constructor for exception ch.qos.logback.core.joran.spi.JoranException
 
JoranException(String, Throwable) - Constructor for exception ch.qos.logback.core.joran.spi.JoranException
 
JULHelper - Class in ch.qos.logback.classic.jul
Deprecated. 
JULHelper() - Constructor for class ch.qos.logback.classic.jul.JULHelper
Deprecated.
 

K

key - Variable in class ch.qos.logback.core.sift.AbstractAppenderFactoryUsingJoran
 
key - Variable in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
KEY_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
KeyManagerFactoryFactoryBean - Class in ch.qos.logback.core.net.ssl
A factory bean for a JSSE KeyManagerFactory.
KeyManagerFactoryFactoryBean() - Constructor for class ch.qos.logback.core.net.ssl.KeyManagerFactoryFactoryBean
 
KeyStoreFactoryBean - Class in ch.qos.logback.core.net.ssl
A factory bean for a JCA KeyStore.
KeyStoreFactoryBean() - Constructor for class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
 

L

layout - Variable in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
Layout<E> - Interface in ch.qos.logback.core
 
layout - Variable in class ch.qos.logback.core.net.SMTPAppenderBase
 
LayoutBase<E> - Class in ch.qos.logback.core
 
LayoutBase() - Constructor for class ch.qos.logback.core.LayoutBase
 
LayoutWrappingEncoder<E> - Class in ch.qos.logback.core.encoder
 
LayoutWrappingEncoder() - Constructor for class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
LEFT_ACCOLADE - Static variable in class ch.qos.logback.core.CoreConstants
 
LEFT_PARENTHESIS_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
leftPad(StringBuilder, String, int) - Static method in class ch.qos.logback.core.pattern.SpacePadder
 
length() - Method in class ch.qos.logback.core.helpers.CyclicBuffer
Get the number of elements in the buffer.
Level - Class in ch.qos.logback.classic
Defines the set of levels recognized by logback-classic, that is Level.OFF, Level.ERROR, Level.WARN, Level.INFO, Level.DEBUG, Level.TRACE and Level.ALL.
LEVEL_ATTRIBUTE - Static variable in class ch.qos.logback.classic.joran.action.LoggerAction
 
LEVEL_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
LevelAction - Class in ch.qos.logback.classic.joran.action
Deprecated. 
LevelAction() - Constructor for class ch.qos.logback.classic.joran.action.LevelAction
Deprecated.
 
LevelChangePropagator - Class in ch.qos.logback.classic.jul
Deprecated. 
LevelChangePropagator() - Constructor for class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
LevelConverter - Class in ch.qos.logback.classic.pattern
Return the event's level.
LevelConverter() - Constructor for class ch.qos.logback.classic.pattern.LevelConverter
 
LevelFilter - Class in ch.qos.logback.classic.filter
A class that filters events by the level equality.
LevelFilter() - Constructor for class ch.qos.logback.classic.filter.LevelFilter
 
levelInt - Variable in class ch.qos.logback.classic.Level
 
levelStr - Variable in class ch.qos.logback.classic.Level
 
LevelToSyslogSeverity - Class in ch.qos.logback.classic.util
 
LevelToSyslogSeverity() - Constructor for class ch.qos.logback.classic.util.LevelToSyslogSeverity
 
LifeCycle - Interface in ch.qos.logback.core.spi
 
LifeCycleManager - Class in ch.qos.logback.core
An object that manages a collection of components that implement the LifeCycle interface.
LifeCycleManager() - Constructor for class ch.qos.logback.core.LifeCycleManager
 
LINE_NA - Static variable in class ch.qos.logback.classic.spi.CallerData
When caller information is not available this constant is used for the line number.
LINE_SEPARATOR - Static variable in class ch.qos.logback.core.CoreConstants
 
LINE_SEPARATOR_LEN - Static variable in class ch.qos.logback.core.CoreConstants
 
LineOfCallerConverter - Class in ch.qos.logback.classic.pattern
 
LineOfCallerConverter() - Constructor for class ch.qos.logback.classic.pattern.LineOfCallerConverter
 
LineSeparatorConverter - Class in ch.qos.logback.classic.pattern
 
LineSeparatorConverter() - Constructor for class ch.qos.logback.classic.pattern.LineSeparatorConverter
 
LINGERING_TIMEOUT - Static variable in class ch.qos.logback.core.spi.AbstractComponentTracker
 
LiteralConverter<E> - Class in ch.qos.logback.core.pattern
 
LiteralConverter(String) - Constructor for class ch.qos.logback.core.pattern.LiteralConverter
 
loadClass(String, Context) - Static method in class ch.qos.logback.core.util.Loader
 
loadClass(String) - Static method in class ch.qos.logback.core.util.Loader
If running under JDK 1.2 load the specified class using the Thread contextClassLoader if that fails try Class.forname.
Loader - Class in ch.qos.logback.core.util
Load resources (or images) from various sources.
Loader() - Constructor for class ch.qos.logback.core.util.Loader
 
localName - Variable in class ch.qos.logback.core.joran.event.SaxEvent
 
LocalSequenceNumberConverter - Class in ch.qos.logback.classic.pattern
A converters based on a a locally incremented sequence number.
LocalSequenceNumberConverter() - Constructor for class ch.qos.logback.classic.pattern.LocalSequenceNumberConverter
 
LocationUtil - Class in ch.qos.logback.core.util
A static utility method that converts a string that describes the location of a resource into a URL object.
LocationUtil() - Constructor for class ch.qos.logback.core.util.LocationUtil
 
locator - Variable in class ch.qos.logback.core.joran.event.SaxEvent
 
lock - Variable in class ch.qos.logback.core.OutputStreamAppender
All synchronization in this class is done via the lock object.
log(Marker, String, int, String, Object[], Throwable) - Method in class ch.qos.logback.classic.Logger
 
LOG_ALERT - Static variable in class ch.qos.logback.core.net.SyslogConstants
log alert, numerical code 14.
LOG_AUDIT - Static variable in class ch.qos.logback.core.net.SyslogConstants
log audit, numerical code 13.
LOG_AUTH - Static variable in class ch.qos.logback.core.net.SyslogConstants
security/authorization messages, numerical code 4.
LOG_AUTHPRIV - Static variable in class ch.qos.logback.core.net.SyslogConstants
security/authorization messages, numerical code 10.
LOG_CLOCK - Static variable in class ch.qos.logback.core.net.SyslogConstants
clock daemon, numerical code 15.
LOG_CRON - Static variable in class ch.qos.logback.core.net.SyslogConstants
clock daemon, numerical code 9.
LOG_DAEMON - Static variable in class ch.qos.logback.core.net.SyslogConstants
system daemons, numerical code 3.
LOG_FTP - Static variable in class ch.qos.logback.core.net.SyslogConstants
ftp daemon, numerical code 11.
LOG_KERN - Static variable in class ch.qos.logback.core.net.SyslogConstants
kernel messages, numerical code 0.
LOG_LOCAL0 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 16.
LOG_LOCAL1 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 17.
LOG_LOCAL2 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 18.
LOG_LOCAL3 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 19.
LOG_LOCAL4 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 20.
LOG_LOCAL5 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 21.
LOG_LOCAL6 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 22.
LOG_LOCAL7 - Static variable in class ch.qos.logback.core.net.SyslogConstants
reserved for local use, numerical code 23.
LOG_LPR - Static variable in class ch.qos.logback.core.net.SyslogConstants
line printer subsystem, numerical code 6.
LOG_MAIL - Static variable in class ch.qos.logback.core.net.SyslogConstants
mail system, numerical code 2.
LOG_NEWS - Static variable in class ch.qos.logback.core.net.SyslogConstants
network news subsystem, numerical code 7.
LOG_NTP - Static variable in class ch.qos.logback.core.net.SyslogConstants
NTP subsystem, numerical code 12.
LOG_SYSLOG - Static variable in class ch.qos.logback.core.net.SyslogConstants
messages generated internally by syslogd, numerical code 5.
LOG_USER - Static variable in class ch.qos.logback.core.net.SyslogConstants
user-level messages, numerical code 1.
LOG_UUCP - Static variable in class ch.qos.logback.core.net.SyslogConstants
UUCP subsystem, numerical code 8
LOGBACK_CONTEXT_SELECTOR - Static variable in class ch.qos.logback.classic.ClassicConstants
 
LogbackException - Exception in ch.qos.logback.core
 
LogbackException(String) - Constructor for exception ch.qos.logback.core.LogbackException
 
LogbackException(String, Throwable) - Constructor for exception ch.qos.logback.core.LogbackException
 
LogbackLock - Class in ch.qos.logback.core.spi
This class just makes it easier to identify locks associated with logback when analysing thread dumps.
LogbackLock() - Constructor for class ch.qos.logback.core.spi.LogbackLock
 
LogbackMDCAdapter - Class in ch.qos.logback.classic.util
A Mapped Diagnostic Context, or MDC in short, is an instrument for distinguishing interleaved log output from different sources.
LogbackMDCAdapter() - Constructor for class ch.qos.logback.classic.util.LogbackMDCAdapter
 
LogcatAppender - Class in ch.qos.logback.classic.android
An appender that wraps the native Android logging mechanism (logcat); redirects all logging requests to logcat
LogcatAppender() - Constructor for class ch.qos.logback.classic.android.LogcatAppender
As in most cases, the default constructor does nothing.
Logger - Class in ch.qos.logback.classic
 
LoggerAction - Class in ch.qos.logback.classic.joran.action
Action which handles <logger> elements in configuration files.
LoggerAction() - Constructor for class ch.qos.logback.classic.joran.action.LoggerAction
 
LoggerComparator - Class in ch.qos.logback.classic.spi
 
LoggerComparator() - Constructor for class ch.qos.logback.classic.spi.LoggerComparator
 
LoggerContext - Class in ch.qos.logback.classic
LoggerContext glues many of the logback-classic components together.
LoggerContext() - Constructor for class ch.qos.logback.classic.LoggerContext
 
LoggerContextAware - Interface in ch.qos.logback.classic.spi
 
LoggerContextAwareBase - Class in ch.qos.logback.classic.spi
 
LoggerContextAwareBase() - Constructor for class ch.qos.logback.classic.spi.LoggerContextAwareBase
 
LoggerContextListener - Interface in ch.qos.logback.classic.spi
 
LoggerContextListenerAction - Class in ch.qos.logback.classic.joran.action
 
LoggerContextListenerAction() - Constructor for class ch.qos.logback.classic.joran.action.LoggerContextListenerAction
 
LoggerContextVO - Class in ch.qos.logback.classic.spi
LoggerContextVO offers a restricted view of LoggerContext intended to be exposed by LoggingEvent to remote systems.
LoggerContextVO(LoggerContext) - Constructor for class ch.qos.logback.classic.spi.LoggerContextVO
 
LoggerContextVO(String, Map<String, String>, long) - Constructor for class ch.qos.logback.classic.spi.LoggerContextVO
 
LoggerConverter - Class in ch.qos.logback.classic.pattern
 
LoggerConverter() - Constructor for class ch.qos.logback.classic.pattern.LoggerConverter
 
LoggerNameUtil - Class in ch.qos.logback.classic.util
Utility class for analysing logger names.
LoggerNameUtil() - Constructor for class ch.qos.logback.classic.util.LoggerNameUtil
 
LoggerRemoteView - Class in ch.qos.logback.classic.spi
An interface that allows Logger objects and LoggerSer objects to be used the same way be client of the LoggingEvent object.
LoggerRemoteView(String, LoggerContext) - Constructor for class ch.qos.logback.classic.spi.LoggerRemoteView
 
LoggingEvent - Class in ch.qos.logback.classic.spi
The internal representation of logging events.
LoggingEvent() - Constructor for class ch.qos.logback.classic.spi.LoggingEvent
 
LoggingEvent(String, Logger, Level, String, Throwable, Object[]) - Constructor for class ch.qos.logback.classic.spi.LoggingEvent
 
LoggingEventPreSerializationTransformer - Class in ch.qos.logback.classic.net
 
LoggingEventPreSerializationTransformer() - Constructor for class ch.qos.logback.classic.net.LoggingEventPreSerializationTransformer
 
LoggingEventVO - Class in ch.qos.logback.classic.spi
A read-only and serializable implementation of ILoggingEvent.
LoggingEventVO() - Constructor for class ch.qos.logback.classic.spi.LoggingEventVO
 
LoginAuthenticator - Class in ch.qos.logback.core.net
Used by SMTPAppender for authentication purposes.

M

MAGENTA_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
MagentaCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
MagentaCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.MagentaCompositeConverter
Deprecated.
 
main(String[]) - Static method in class ch.qos.logback.classic.net.SimpleSocketServer
 
main(String[]) - Static method in class ch.qos.logback.classic.net.SimpleSSLSocketServer
 
makeNewToPatternLayout(String) - Method in class ch.qos.logback.classic.net.SMTPAppender
 
makeNewToPatternLayout(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
makeSubjectLayout(String) - Method in class ch.qos.logback.classic.net.SMTPAppender
 
makeSubjectLayout(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
return a layout for the subject string as appropriate for the module.
MarkerConverter - Class in ch.qos.logback.classic.pattern
Return the event's marker value(s).
MarkerConverter() - Constructor for class ch.qos.logback.classic.pattern.MarkerConverter
 
MarkerFilter - Class in ch.qos.logback.classic.turbo
Checks whether the marker in the event matches the marker specified by the user.
MarkerFilter() - Constructor for class ch.qos.logback.classic.turbo.MarkerFilter
 
matchActions(ElementPath) - Method in interface ch.qos.logback.core.joran.spi.RuleStore
Return a list of actions matching a pattern.
matchActions(ElementPath) - Method in class ch.qos.logback.core.joran.spi.SimpleRuleStore
 
matchCount(String) - Method in class ch.qos.logback.core.status.StatusUtil
 
MatchingFilter - Class in ch.qos.logback.classic.turbo
An abstract class containing support for MatchingFilter.onMatch on MatchingFilter.onMismatch attributes, shared by many but not all turbo filters.
MatchingFilter() - Constructor for class ch.qos.logback.classic.turbo.MatchingFilter
 
MAX_DOTS - Static variable in class ch.qos.logback.classic.ClassicConstants
The maximum number of package separators (dots) that abbreviation algorithms can handle.
MAX_ERROR_COUNT - Static variable in class ch.qos.logback.core.CoreConstants
 
MAX_HEADER_COUNT - Static variable in class ch.qos.logback.core.BasicStatusManager
 
MAX_POOL_SIZE - Static variable in class ch.qos.logback.core.CoreConstants
Maximum number of threads to allow in a context's executor service.
maxComponents - Variable in class ch.qos.logback.core.spi.AbstractComponentTracker
 
MDCBasedDiscriminator - Class in ch.qos.logback.classic.sift
MDCBasedDiscriminator essentially returns the value mapped to an MDC key.
MDCBasedDiscriminator() - Constructor for class ch.qos.logback.classic.sift.MDCBasedDiscriminator
 
MDCConverter - Class in ch.qos.logback.classic.pattern
 
MDCConverter() - Constructor for class ch.qos.logback.classic.pattern.MDCConverter
 
MDCFilter - Class in ch.qos.logback.classic.turbo
This class allows output for a given MDC value.
MDCFilter() - Constructor for class ch.qos.logback.classic.turbo.MDCFilter
 
MDCValueLevelPair - Class in ch.qos.logback.classic.turbo
Bean pairing an MDC value with a log level.
MDCValueLevelPair() - Constructor for class ch.qos.logback.classic.turbo.MDCValueLevelPair
 
MessageConverter - Class in ch.qos.logback.classic.pattern
Return the event's formatted message.
MessageConverter() - Constructor for class ch.qos.logback.classic.pattern.MessageConverter
 
MethodDescriptor - Class in ch.qos.logback.core.joran.util
A MethodDescriptor describes a particular method that a class supports for external access from other components.
MethodDescriptor(String, Method) - Constructor for class ch.qos.logback.core.joran.util.MethodDescriptor
 
methodDescriptors - Variable in class ch.qos.logback.core.joran.util.PropertySetter
 
MethodOfCallerConverter - Class in ch.qos.logback.classic.pattern
 
MethodOfCallerConverter() - Constructor for class ch.qos.logback.classic.pattern.MethodOfCallerConverter
 
MILLIS_IN_ONE_DAY - Static variable in class ch.qos.logback.core.CoreConstants
 
MILLIS_IN_ONE_HOUR - Static variable in class ch.qos.logback.core.CoreConstants
 
MILLIS_IN_ONE_MINUTE - Static variable in class ch.qos.logback.core.CoreConstants
 
MILLIS_IN_ONE_SECOND - Static variable in class ch.qos.logback.core.CoreConstants
 
MILLIS_IN_ONE_WEEK - Static variable in class ch.qos.logback.core.CoreConstants
 
mimeMsg - Variable in class ch.qos.logback.core.net.SMTPAppenderBase
 
MISSING_RIGHT_PARENTHESIS - Static variable in class ch.qos.logback.core.pattern.parser.Parser
 
MonoTypedConverter - Interface in ch.qos.logback.core.rolling.helper
Converters which can deal only with one type should implement this interface.

N

NA - Static variable in class ch.qos.logback.classic.spi.CallerData
When caller information is not available this constant is used for file name, method name, etc.
naInstance() - Static method in class ch.qos.logback.classic.spi.CallerData
Returns a StackTraceElement where all string fields are set to CallerData.NA and line number is set to CallerData.LINE_NA.
name - Variable in class ch.qos.logback.core.AppenderBase
Appenders are named.
name - Variable in class ch.qos.logback.core.UnsynchronizedAppenderBase
Appenders are named.
NAME_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
NamedConverter - Class in ch.qos.logback.classic.pattern
 
NamedConverter() - Constructor for class ch.qos.logback.classic.pattern.NamedConverter
 
namespaceURI - Variable in class ch.qos.logback.core.joran.event.SaxEvent
 
NestedBasicPropertyIA - Class in ch.qos.logback.core.joran.action
This 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.
NestedBasicPropertyIA() - Constructor for class ch.qos.logback.core.joran.action.NestedBasicPropertyIA
 
NestedComplexPropertyIA - Class in ch.qos.logback.core.joran.action
This action is responsible for tying together a parent object with a child element for which there is no explicit rule.
NestedComplexPropertyIA() - Constructor for class ch.qos.logback.core.joran.action.NestedComplexPropertyIA
 
newConnector(InetAddress, int, int, int) - Method in class ch.qos.logback.classic.net.SocketReceiver
 
newConnector(InetAddress, int, long, long) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Creates a new SocketConnector.
newExecutorService() - Static method in class ch.qos.logback.core.util.ExecutorServiceUtil
Creates an executor service suitable for use by logback components.
NewRuleAction - Class in ch.qos.logback.core.joran.action
 
NewRuleAction() - Constructor for class ch.qos.logback.core.joran.action.NewRuleAction
 
nextCheck - Variable in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
nextCheck - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
nextDelay() - Method in interface ch.qos.logback.core.net.SocketConnectorBase.DelayStrategy
 
nextDelay() - Method in interface ch.qos.logback.core.util.DelayStrategy
The value computed by this DelayStrategy for the next delay.
nextDelay() - Method in class ch.qos.logback.core.util.FixedDelay
The value computed by this DelayStrategy for the next delay.
NoAutoStart - Annotation Type in ch.qos.logback.core.joran.spi
If a type (a class) has this annotation, then it will not be automatically started by Joran at configuration time.
NoAutoStartUtil - Class in ch.qos.logback.core.joran.spi
 
NoAutoStartUtil() - Constructor for class ch.qos.logback.core.joran.spi.NoAutoStartUtil
 
Node - Class in ch.qos.logback.core.pattern.parser
 
Node - Class in ch.qos.logback.core.subst
 
Node(Node.Type, Object) - Constructor for class ch.qos.logback.core.subst.Node
 
Node(Node.Type, Object, Object) - Constructor for class ch.qos.logback.core.subst.Node
 
NodeToStringTransformer - Class in ch.qos.logback.core.subst
Compiles a previously parsed Node chain into a String.
NodeToStringTransformer(Node, PropertyContainer, PropertyContainer) - Constructor for class ch.qos.logback.core.subst.NodeToStringTransformer
 
NodeToStringTransformer(Node, PropertyContainer) - Constructor for class ch.qos.logback.core.subst.NodeToStringTransformer
 
NonClosableInputStream - Class in ch.qos.logback.core.encoder
 
NOPAction - Class in ch.qos.logback.core.joran.action
No operation (NOP) action that does strictly nothing.
NOPAction() - Constructor for class ch.qos.logback.core.joran.action.NOPAction
 
NOPAppender<E> - Class in ch.qos.logback.core.helpers
 
NOPAppender() - Constructor for class ch.qos.logback.core.helpers.NOPAppender
 
NOPOutputStream - Class in ch.qos.logback.core
 
NOPOutputStream() - Constructor for class ch.qos.logback.core.NOPOutputStream
 
NopStatusListener - Class in ch.qos.logback.core.status
A no-operation (nop) StatusListener
NopStatusListener() - Constructor for class ch.qos.logback.core.status.NopStatusListener
 
NopThrowableInformationConverter - Class in ch.qos.logback.classic.pattern
Always returns an empty string.
NopThrowableInformationConverter() - Constructor for class ch.qos.logback.classic.pattern.NopThrowableInformationConverter
 
NOPThrowableRenderer - Class in ch.qos.logback.core.html
 
NOPThrowableRenderer() - Constructor for class ch.qos.logback.core.html.NOPThrowableRenderer
 
NOTICE_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Notice: normal but significant condition
notMarkedWithNoAutoStart(Object) - Static method in class ch.qos.logback.core.joran.spi.NoAutoStartUtil
Returns true if the class of the object 'o' passed as parameter is *not* marked with the NoAutoStart annotation.
noXMLParsingErrorsOccurred(long) - Method in class ch.qos.logback.core.status.StatusUtil
 
NULL - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 

O

obj - Variable in class ch.qos.logback.core.joran.util.PropertySetter
 
objClass - Variable in class ch.qos.logback.core.joran.util.PropertySetter
 
ObjectStreamEncoder<E> - Class in ch.qos.logback.core.encoder
Write out events as java objects.
ObjectStreamEncoder() - Constructor for class ch.qos.logback.core.encoder.ObjectStreamEncoder
 
OFF - Static variable in class ch.qos.logback.classic.Level
The OFF is used to turn off logging.
OFF_INT - Static variable in class ch.qos.logback.classic.Level
 
OFF_INTEGER - Static variable in class ch.qos.logback.classic.Level
 
OnConsoleStatusListener - Class in ch.qos.logback.core.status
Print all new incoming status messages on the console (System.out).
OnConsoleStatusListener() - Constructor for class ch.qos.logback.core.status.OnConsoleStatusListener
 
oneAndOnlyOneCheck(Map<?, ?>) - Method in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
OnErrorConsoleStatusListener - Class in ch.qos.logback.core.status
Print all new incoming status messages on the error console (System.err).
OnErrorConsoleStatusListener() - Constructor for class ch.qos.logback.core.status.OnErrorConsoleStatusListener
 
OnErrorEvaluator - Class in ch.qos.logback.classic.boolex
Evaluates to true when the logging event passed as parameter has level ERROR or higher.
OnErrorEvaluator() - Constructor for class ch.qos.logback.classic.boolex.OnErrorEvaluator
 
onLevelChange(Logger, Level) - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
onLevelChange(Logger, Level) - Method in interface ch.qos.logback.classic.spi.LoggerContextListener
 
OnMarkerEvaluator - Class in ch.qos.logback.classic.boolex
Evaluates to true when the logging event passed as parameter contains one of the user-specified markers.
OnMarkerEvaluator() - Constructor for class ch.qos.logback.classic.boolex.OnMarkerEvaluator
 
onMatch - Variable in class ch.qos.logback.classic.turbo.MatchingFilter
 
onMatch - Variable in class ch.qos.logback.core.filter.AbstractMatcherFilter
 
onMismatch - Variable in class ch.qos.logback.classic.turbo.MatchingFilter
 
onMismatch - Variable in class ch.qos.logback.core.filter.AbstractMatcherFilter
 
onReset(LoggerContext) - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
onReset(LoggerContext) - Method in interface ch.qos.logback.classic.spi.LoggerContextListener
 
onStart(LoggerContext) - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
onStart(LoggerContext) - Method in interface ch.qos.logback.classic.spi.LoggerContextListener
 
onStop(LoggerContext) - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
onStop() - Method in class ch.qos.logback.classic.net.ReceiverBase
Allows a subclass to participate in receiver shutdown.
onStop() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Allows a subclass to participate in receiver shutdown.
onStop() - Method in class ch.qos.logback.classic.net.SocketReceiver
Allows a subclass to participate in receiver shutdown.
onStop(LoggerContext) - Method in interface ch.qos.logback.classic.spi.LoggerContextListener
 
OOS_RESET_FREQUENCY - Static variable in class ch.qos.logback.core.CoreConstants
 
openFile(String) - Method in class ch.qos.logback.core.FileAppender
Sets and opens the file where the log output will go.
OptionHelper - Class in ch.qos.logback.core.util
 
OptionHelper() - Constructor for class ch.qos.logback.core.util.OptionHelper
 
OptionTokenizer - Class in ch.qos.logback.core.pattern.parser
 
org.slf4j.impl - package org.slf4j.impl
 
os - Variable in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
outputPatternAsHeader - Variable in class ch.qos.logback.core.pattern.PatternLayoutBase
 
outputPatternAsHeader - Variable in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
 
outputStream - Variable in class ch.qos.logback.core.encoder.EncoderBase
 
OutputStreamAppender<E> - Class in ch.qos.logback.core
OutputStreamAppender appends events to a OutputStream.
OutputStreamAppender() - Constructor for class ch.qos.logback.core.OutputStreamAppender
 

P

PACKAGE_NAME_KEY - Static variable in class ch.qos.logback.core.CoreConstants
The key under which the application package name is registered in the logger context.
PackagingDataCalculator - Class in ch.qos.logback.classic.spi
Given a classname locate associated PackageInfo (jar name, version name).
PackagingDataCalculator() - Constructor for class ch.qos.logback.classic.spi.PackagingDataCalculator
 
ParamAction - Class in ch.qos.logback.core.joran.action
 
ParamAction() - Constructor for class ch.qos.logback.core.joran.action.ParamAction
 
parentPropertyMap - Variable in class ch.qos.logback.core.sift.AbstractAppenderFactoryUsingJoran
 
parentPropertyMap - Variable in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
parse() - Method in class ch.qos.logback.core.pattern.parser.Parser
 
parse() - Method in class ch.qos.logback.core.subst.Parser
 
Parser<E> - Class in ch.qos.logback.core.pattern.parser
 
Parser(String) - Constructor for class ch.qos.logback.core.pattern.parser.Parser
 
Parser(String, IEscapeUtil) - Constructor for class ch.qos.logback.core.pattern.parser.Parser
 
Parser - Class in ch.qos.logback.core.subst
Parse a token list returning a node chain.
Parser(List<Token>) - Constructor for class ch.qos.logback.core.subst.Parser
 
pattern - Variable in class ch.qos.logback.core.html.HTMLLayoutBase
 
PATTERN_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
PATTERN_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
PATTERN_RULE_REGISTRY - Static variable in class ch.qos.logback.core.CoreConstants
Customized pattern conversion rules are stored under this key in the Context object store.
PatternLayout - Class in ch.qos.logback.classic
A flexible layout configurable with pattern string.
PatternLayout() - Constructor for class ch.qos.logback.classic.PatternLayout
 
PatternLayoutBase<E> - Class in ch.qos.logback.core.pattern
 
PatternLayoutBase() - Constructor for class ch.qos.logback.core.pattern.PatternLayoutBase
 
PatternLayoutEncoder - Class in ch.qos.logback.classic.encoder
 
PatternLayoutEncoder() - Constructor for class ch.qos.logback.classic.encoder.PatternLayoutEncoder
 
PatternLayoutEncoderBase<E> - Class in ch.qos.logback.core.pattern
 
PatternLayoutEncoderBase() - Constructor for class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
 
peekLast() - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
peekObject() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
PERCENT_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
PeriodicityType - Enum in ch.qos.logback.core.rolling.helper
 
periodsElapsed(long, long) - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
play(List<SaxEvent>) - Method in class ch.qos.logback.core.joran.spi.EventPlayer
 
pop() - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
popObject() - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
postCompileProcessor - Variable in class ch.qos.logback.core.pattern.PatternLayoutBase
 
PostCompileProcessor<E> - Interface in ch.qos.logback.core.pattern
Implements this to perform post compile processing for a PatternLayout.
postProcess(Object, OutputStream) - Method in class ch.qos.logback.classic.net.SyslogAppender
 
postProcess(Object, OutputStream) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
postProcessEvent(ILoggingEvent) - Method in class ch.qos.logback.classic.net.server.ServerSocketAppender
 
postProcessEvent(ILoggingEvent) - Method in class ch.qos.logback.classic.net.server.SSLServerSocketAppender
 
postProcessEvent(ILoggingEvent) - Method in class ch.qos.logback.classic.net.SocketAppender
 
postProcessEvent(ILoggingEvent) - Method in class ch.qos.logback.classic.net.SSLSocketAppender
 
postProcessEvent(E) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
Post-processes an event before it is serialized for delivery to the remote receiver.
postProcessEvent(E) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Post process an event received via AbstractServerSocketAppender.append(E).
postProcessEvent(E) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Post process an event received via ServerSocketAppenderBase.append(E).
prefixRelativePath(String, String) - Static method in class ch.qos.logback.core.util.FileUtil
Prepends a string to a path if the path is relative.
prepareForDeferredProcessing() - Method in interface ch.qos.logback.classic.spi.ILoggingEvent
 
prepareForDeferredProcessing() - Method in class ch.qos.logback.classic.spi.LoggingEvent
This method should be called prior to serializing an event.
prepareForDeferredProcessing() - Method in class ch.qos.logback.classic.spi.LoggingEventVO
 
prepareForDeferredProcessing() - Method in interface ch.qos.logback.core.spi.DeferredProcessingAware
 
prepareLoggingEvent(ILoggingEvent) - Method in class ch.qos.logback.classic.pattern.ExtendedThrowableProxyConverter
 
preprocess(ILoggingEvent) - Method in class ch.qos.logback.classic.AsyncAppender
 
preprocess(E) - Method in class ch.qos.logback.core.AsyncAppenderBase
Pre-process the event prior to queueing.
PreSerializationTransformer<E> - Interface in ch.qos.logback.core.spi
PreSerializationTransformer instances have the responsibility to transform object into a presumably equivalent serializable representation.
presumedClean - Variable in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
print(Context) - Static method in class ch.qos.logback.core.util.StatusPrinter
Print the contents of the context's status data.
print(Context, long) - Static method in class ch.qos.logback.core.util.StatusPrinter
Print context's status data with a timestamp higher than the threshold.
print(StatusManager) - Static method in class ch.qos.logback.core.util.StatusPrinter
 
print(StatusManager, long) - Static method in class ch.qos.logback.core.util.StatusPrinter
 
print(List<Status>) - Static method in class ch.qos.logback.core.util.StatusPrinter
 
printFirstLine(StringBuilder, IThrowableProxy) - Method in class ch.qos.logback.classic.html.DefaultThrowableRenderer
 
printIfErrorsOccured(Context) - Static method in class ch.qos.logback.core.util.StatusPrinter
Print the contents of the context statuses, but only if they contain errors.
printInCaseOfErrorsOrWarnings(Context) - Static method in class ch.qos.logback.core.util.StatusPrinter
Print the contents of the context statuses, but only if they contain warnings or errors.
printInCaseOfErrorsOrWarnings(Context, long) - Static method in class ch.qos.logback.core.util.StatusPrinter
Print the contents of the context status, but only if they contain warnings or errors occurring later then the threshold.
printPeriodicity(ContextAwareBase) - Method in class ch.qos.logback.core.rolling.helper.RollingCalendar
 
process(Converter<ILoggingEvent>) - Method in class ch.qos.logback.classic.pattern.EnsureExceptionHandling
This implementation checks if any of the converters in the chain handles exceptions.
process(Converter<E>) - Method in interface ch.qos.logback.core.pattern.PostCompileProcessor
Post compile processing of the converter chain.
processInclude(InterpretationContext, URL) - Method in class ch.qos.logback.classic.joran.action.ConditionalIncludeAction
 
processInclude(InterpretationContext, URL) - Method in class ch.qos.logback.core.joran.action.AbstractIncludeAction
 
processInclude(InterpretationContext, URL) - Method in class ch.qos.logback.core.joran.action.IncludeAction
Processes an include
processPriorToRemoval(Appender<E>) - Method in class ch.qos.logback.core.sift.AppenderTracker
 
processPriorToRemoval(C) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
Stop or clean the component.
processPriorToRemoval(CyclicBuffer<E>) - Method in class ch.qos.logback.core.spi.CyclicBufferTracker
 
PropertyAction - Class in ch.qos.logback.core.joran.action
This class serves as a base for other actions, which similar to the ANT <property> task which add/set properties of a given object.
PropertyAction() - Constructor for class ch.qos.logback.core.joran.action.PropertyAction
 
PropertyContainer - Interface in ch.qos.logback.core.spi
 
PropertyConverter - Class in ch.qos.logback.classic.pattern
 
PropertyConverter() - Constructor for class ch.qos.logback.classic.pattern.PropertyConverter
 
PropertyDefiner - Interface in ch.qos.logback.core.spi
 
PropertyDefinerBase - Class in ch.qos.logback.core
A skeleton implementation for property definers so that they derive from ContextAwareBase.
PropertyDefinerBase() - Constructor for class ch.qos.logback.core.PropertyDefinerBase
 
PropertyDescriptor - Class in ch.qos.logback.core.joran.util
A PropertyDescriptor describes a particular property that a class exports via a pair of accessor methods.
PropertyDescriptor(String) - Constructor for class ch.qos.logback.core.joran.util.PropertyDescriptor
 
propertyDescriptors - Variable in class ch.qos.logback.core.joran.util.PropertySetter
 
propertyLookup(String, PropertyContainer, PropertyContainer) - Static method in class ch.qos.logback.core.util.OptionHelper
 
PropertySetter - Class in ch.qos.logback.core.joran.util
General purpose Object property setter.
PropertySetter(Object) - Constructor for class ch.qos.logback.core.joran.util.PropertySetter
Create a new PropertySetter for the specified Object.
PropertySetterException - Exception in ch.qos.logback.core.util
Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.
PropertySetterException(String) - Constructor for exception ch.qos.logback.core.util.PropertySetterException
 
PropertySetterException(Throwable) - Constructor for exception ch.qos.logback.core.util.PropertySetterException
 
PropertySetterException(String, Throwable) - Constructor for exception ch.qos.logback.core.util.PropertySetterException
 
push(String) - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
pushObject(Object) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
put(String, String) - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
putObject(String, Object) - Method in interface ch.qos.logback.core.Context
Store an object under 'key'.
putObject(String, Object) - Method in class ch.qos.logback.core.ContextBase
 
putProperty(String, String) - Method in class ch.qos.logback.classic.LoggerContext
 
putProperty(String, String) - Method in interface ch.qos.logback.core.Context
Set a property of this context.
putProperty(String, String) - Method in class ch.qos.logback.core.ContextBase
 

Q

qName - Variable in class ch.qos.logback.core.joran.event.SaxEvent
 

R

rawFileProperty() - Method in class ch.qos.logback.core.FileAppender
This method is used by derived classes to obtain the raw file property.
rc - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
read() - Method in class ch.qos.logback.core.encoder.EventObjectInputStream
 
readEvent() - Method in class ch.qos.logback.core.encoder.EventObjectInputStream
 
readResolve() - Method in class ch.qos.logback.classic.Logger
After serialization, the logger instance does not know its LoggerContext.
realClose() - Method in class ch.qos.logback.core.encoder.NonClosableInputStream
 
recallSafeConfiguration() - Method in class ch.qos.logback.core.joran.GenericConfigurator
Recall the event list previously registered as a safe point.
ReceiverAction - Class in ch.qos.logback.classic.joran.action
A Joran Action for a SocketReceiver configuration.
ReceiverAction() - Constructor for class ch.qos.logback.classic.joran.action.ReceiverAction
 
ReceiverBase - Class in ch.qos.logback.classic.net
An abstract base for components that receive logging events from a remote peer and log according to local policy
ReceiverBase() - Constructor for class ch.qos.logback.classic.net.ReceiverBase
 
ReconfigureOnChangeFilter - Class in ch.qos.logback.classic.turbo
Reconfigure a LoggerContext when the configuration file changes.
ReconfigureOnChangeFilter() - Constructor for class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
recordEvents(InputSource) - Method in class ch.qos.logback.classic.android.ASaxEventRecorder
Parses SAX events from a compressed Android XML resource
recordEvents(InputStream) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
recordEvents(InputSource) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
RecoveryCoordinator - Class in ch.qos.logback.core.recovery
 
RecoveryCoordinator() - Constructor for class ch.qos.logback.core.recovery.RecoveryCoordinator
 
recursiveAppendRootCauseFirst(StringBuilder, String, int, IThrowableProxy) - Method in class ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter
 
RED_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
RedCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
RedCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.RedCompositeConverter
Deprecated.
 
REF_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
register(LifeCycle) - Method in interface ch.qos.logback.core.Context
Register a component that participates in the context's life cycle.
register(LifeCycle) - Method in class ch.qos.logback.core.ContextBase
 
register(LifeCycle) - Method in class ch.qos.logback.core.LifeCycleManager
Registers a component with this manager.
registerSafeConfiguration() - Method in class ch.qos.logback.core.joran.GenericConfigurator
Register the current event list in the interpreter as a safe configuration point.
REGULAR_EXCEPTION_INDENT - Static variable in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
RegularEscapeUtil - Class in ch.qos.logback.core.pattern.util
This implementation is intended for use in PatternLayout.
RegularEscapeUtil() - Constructor for class ch.qos.logback.core.pattern.util.RegularEscapeUtil
 
RelativeTimeConverter - Class in ch.qos.logback.classic.pattern
 
RelativeTimeConverter() - Constructor for class ch.qos.logback.classic.pattern.RelativeTimeConverter
 
remove(String) - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
Remove the the context identified by the key parameter.
remove(StatusListener) - Method in class ch.qos.logback.core.BasicStatusManager
 
remove(Status) - Method in interface ch.qos.logback.core.status.Status
 
remove(Status) - Method in class ch.qos.logback.core.status.StatusBase
 
remove(StatusListener) - Method in interface ch.qos.logback.core.status.StatusManager
Remove a status listener.
removeEmptyParentDirectories(File, int) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
removeInPlayListener(InPlayListener) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
removeListener(LoggerContextListener) - Method in class ch.qos.logback.classic.LoggerContext
 
removeMatching(Collection<String>, String...) - Static method in class ch.qos.logback.core.util.StringCollectionUtil
Removes all values in the subject collection that are matched by at least one of a collection of regular expressions.
removeMatching(Collection<String>, Collection<String>) - Static method in class ch.qos.logback.core.util.StringCollectionUtil
Removes all values in the subject collection that are matched by at least one of a collection of regular expressions.
removeStaleComponents(long) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
Clear (and detach) components which are stale.
removeStaleComponents(long) - Method in interface ch.qos.logback.core.spi.ComponentTracker
Remove components which are deemed stale.
rename(String, String) - Method in class ch.qos.logback.core.rolling.helper.RenameUtil
A relatively robust file renaming method which in case of failure due to src and target being on different volumes, falls back onto renaming by copying.
renameByCopying(String, String) - Method in class ch.qos.logback.core.rolling.helper.RenameUtil
 
RenameUtil - Class in ch.qos.logback.core.rolling.helper
Utility class to help solving problems encountered while renaming files.
RenameUtil() - Constructor for class ch.qos.logback.core.rolling.helper.RenameUtil
 
render(StringBuilder, ILoggingEvent) - Method in class ch.qos.logback.classic.html.DefaultThrowableRenderer
 
render(StringBuilder, E) - Method in interface ch.qos.logback.core.html.IThrowableRenderer
 
render(StringBuilder, Object) - Method in class ch.qos.logback.core.html.NOPThrowableRenderer
 
REPLACE_CONVERTER_WORD - Static variable in class ch.qos.logback.core.pattern.parser.Parser
 
ReplacingCompositeConverter<E> - Class in ch.qos.logback.core.pattern
 
ReplacingCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.ReplacingCompositeConverter
 
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.
reset() - Method in class ch.qos.logback.classic.LoggerContext
This method clears all internal properties, except internal status messages, closes all appenders, removes any turboFilters, fires an OnReset event, removes all status listeners, removes all context listeners (except those which are reset resistant).
reset() - Method in class ch.qos.logback.core.ContextBase
Clear the internal objectMap and all properties.
reset() - Method in class ch.qos.logback.core.LifeCycleManager
Resets this manager.
reset() - Method in class ch.qos.logback.core.read.CyclicBufferAppender
 
RESET_MSG_PREFIX - Static variable in class ch.qos.logback.core.CoreConstants
 
resetJULLevels() - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
resetTurboFilterList() - Method in class ch.qos.logback.classic.LoggerContext
First processPriorToRemoval all registered turbo filters and then clear the registration list.
ResilientFileOutputStream - Class in ch.qos.logback.core.recovery
 
ResilientFileOutputStream(File, boolean) - Constructor for class ch.qos.logback.core.recovery.ResilientFileOutputStream
 
ResilientOutputStreamBase - Class in ch.qos.logback.core.recovery
 
ResilientOutputStreamBase() - Constructor for class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
ResilientSyslogOutputStream - Class in ch.qos.logback.core.recovery
 
ResilientSyslogOutputStream(String, int) - Constructor for class ch.qos.logback.core.recovery.ResilientSyslogOutputStream
 
resize(int) - Method in class ch.qos.logback.core.helpers.CyclicBuffer
Resize the cyclic buffer to newSize.
ResourceExistsPropertyDefiner - Class in ch.qos.logback.core.property
In conjunction with PropertyAction sets the named variable to "true" if the resource specified by the user is available on the class path, "false" otherwise.
ResourceExistsPropertyDefiner() - Constructor for class ch.qos.logback.core.property.ResourceExistsPropertyDefiner
 
RestrictedEscapeUtil - Class in ch.qos.logback.core.pattern.util
This implementation is intended for use in PatternLayout.
RestrictedEscapeUtil() - Constructor for class ch.qos.logback.core.pattern.util.RestrictedEscapeUtil
 
retainMatching(Collection<String>, String...) - Static method in class ch.qos.logback.core.util.StringCollectionUtil
Retains all values in the subject collection that are matched by at least one of a collection of regular expressions.
retainMatching(Collection<String>, Collection<String>) - Static method in class ch.qos.logback.core.util.StringCollectionUtil
Retains all values in the subject collection that are matched by at least one of a collection of regular expressions.
reverseSortFileArrayByName(File[]) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
RIGHT_ACCOLADE - Static variable in class ch.qos.logback.core.CoreConstants
 
RIGHT_PARENTHESIS_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
rightPad(StringBuilder, String, int) - Static method in class ch.qos.logback.core.pattern.SpacePadder
 
RollingCalendar - Class in ch.qos.logback.core.rolling.helper
RollingCalendar is a helper class to TimeBasedRollingPolicy or similar timed-based rolling policies.
RollingCalendar() - Constructor for class ch.qos.logback.core.rolling.helper.RollingCalendar
 
RollingCalendar(TimeZone, Locale) - Constructor for class ch.qos.logback.core.rolling.helper.RollingCalendar
 
RollingFileAppender<E> - Class in ch.qos.logback.core.rolling
RollingFileAppender extends FileAppender to backup the log files depending on RollingPolicy and TriggeringPolicy.
RollingFileAppender() - Constructor for class ch.qos.logback.core.rolling.RollingFileAppender
 
RollingPolicy - Interface in ch.qos.logback.core.rolling
A RollingPolicy is responsible for performing the rolling over of the active log file.
RollingPolicyBase - Class in ch.qos.logback.core.rolling
Implements methods common to most, it not all, rolling policies.
RollingPolicyBase() - Constructor for class ch.qos.logback.core.rolling.RollingPolicyBase
 
rollover() - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
rollover() - Method in class ch.qos.logback.core.rolling.RollingFileAppender
Implemented by delegating most of the rollover work to a rolling policy.
rollover() - Method in interface ch.qos.logback.core.rolling.RollingPolicy
Rolls over log files according to implementation policy.
rollover() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
RolloverFailure - Exception in ch.qos.logback.core.rolling
A RolloverFailure occurs if, for whatever reason a rollover fails.
RolloverFailure(String) - Constructor for exception ch.qos.logback.core.rolling.RolloverFailure
 
RolloverFailure(String, Throwable) - Constructor for exception ch.qos.logback.core.rolling.RolloverFailure
 
RootCauseFirstThrowableProxyConverter - Class in ch.qos.logback.classic.pattern
 
RootCauseFirstThrowableProxyConverter() - Constructor for class ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter
 
RootLoggerAction - Class in ch.qos.logback.classic.joran.action
 
RootLoggerAction() - Constructor for class ch.qos.logback.classic.joran.action.RootLoggerAction
 
RuleStore - Interface in ch.qos.logback.core.joran.spi
As its name indicates, a RuleStore contains 2-tuples consists of a ElementSelector and an Action.
run() - Method in class ch.qos.logback.classic.net.SimpleSocketServer
 
run() - Method in class ch.qos.logback.classic.net.SocketNode
 
run() - Method in class ch.qos.logback.classic.net.SocketReceiver
run() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
run() - Method in class ch.qos.logback.core.net.server.ConcurrentServerRunner
run() - Method in class ch.qos.logback.core.net.SocketConnectorBase
run() - Method in class ch.qos.logback.core.rolling.helper.CompressionRunnable
 

S

SAFE_JORAN_CONFIGURATION - Static variable in class ch.qos.logback.core.CoreConstants
 
SaxEvent - Class in ch.qos.logback.core.joran.event
 
SaxEventRecorder - Class in ch.qos.logback.core.joran.event
 
SaxEventRecorder() - Constructor for class ch.qos.logback.core.joran.event.SaxEventRecorder
 
SaxEventRecorder(Context) - Constructor for class ch.qos.logback.core.joran.event.SaxEventRecorder
 
ScanException - Exception in ch.qos.logback.core.spi
 
ScanException(String) - Constructor for exception ch.qos.logback.core.spi.ScanException
 
ScanException(String, Throwable) - Constructor for exception ch.qos.logback.core.spi.ScanException
 
SCHEME_PATTERN - Static variable in class ch.qos.logback.core.util.LocationUtil
Regex pattern for a URL scheme (reference RFC 2396 section 3)
SCOPE_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS - Static variable in class ch.qos.logback.core.CoreConstants
The number of seconds to wait for compression jobs to finish.
SecureRandomFactoryBean - Class in ch.qos.logback.core.net.ssl
A factory bean for a JCA SecureRandom generator.
SecureRandomFactoryBean() - Constructor for class ch.qos.logback.core.net.ssl.SecureRandomFactoryBean
 
SEE_FNP_NOT_SET - Static variable in class ch.qos.logback.core.CoreConstants
 
SEE_SIZE_FORMAT - Static variable in class ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy
 
sendBuffer(CyclicBuffer<E>, E) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Send the contents of the cyclic buffer as an e-mail message.
ServerListener<T extends Client> - Interface in ch.qos.logback.core.net.server
A listener that accepts Client connections on behalf of a ServerRunner.
ServerRunner<T extends Client> - Interface in ch.qos.logback.core.net.server
An object that is responsible for the asynchronous execution of a socket server.
ServerSocketAppender - Class in ch.qos.logback.classic.net.server
An appender that listens on a TCP port for connections from remote loggers.
ServerSocketAppender() - Constructor for class ch.qos.logback.classic.net.server.ServerSocketAppender
 
ServerSocketAppenderBase<E> - Class in ch.qos.logback.core.net.server
This is the base class for module specific ServerSocketAppender implementations.
ServerSocketAppenderBase() - Constructor for class ch.qos.logback.core.net.server.ServerSocketAppenderBase
 
ServerSocketListener<T extends Client> - Class in ch.qos.logback.core.net.server
A ServerListener that accepts connections on a ServerSocket.
ServerSocketListener(ServerSocket) - Constructor for class ch.qos.logback.core.net.server.ServerSocketListener
Constructs a new listener.
ServerSocketReceiver - Class in ch.qos.logback.classic.net.server
A logging socket server that is configurable using Joran.
ServerSocketReceiver() - Constructor for class ch.qos.logback.classic.net.server.ServerSocketReceiver
 
setAcceptConnectionTimeout(int) - Method in class ch.qos.logback.classic.net.SocketReceiver
 
setAdditive(boolean) - Method in class ch.qos.logback.classic.Logger
 
setAddress(String) - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Sets the local address for the listener.
setAddress(String) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Sets the local address for the listener.
setAddress(String) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Sets the local address for the listener.
setAlgorithm(String) - Method in class ch.qos.logback.core.net.ssl.KeyManagerFactoryFactoryBean
Sets the algorithm name for the key manager factory.
setAlgorithm(String) - Method in class ch.qos.logback.core.net.ssl.SecureRandomFactoryBean
Sets the secure random generator algorithm name.
setAlgorithm(String) - Method in class ch.qos.logback.core.net.ssl.TrustManagerFactoryFactoryBean
Sets the algorithm name for the trust manager factory.
setAllowedRepetitions(int) - Method in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
The allowed number of repetitions before
setAndroidProperties(Context) - Static method in class ch.qos.logback.classic.android.AndroidManifestPropertiesUtil
Sets context properties specific to this application.
setAppend(boolean) - Method in class ch.qos.logback.core.FileAppender
 
setAppenderFactory(AppenderFactory<E>) - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
This setter is intended to be invoked by SiftAction.
setArgumentArray(Object[]) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setAsynchronousSending(boolean) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
By default, SMTAppender transmits emails asynchronously.
setAttributeWatch(String) - Method in class ch.qos.logback.classic.android.ASaxEventRecorder
Sets a "watch" for an element's attributes, which can be retrieved with ASaxEventRecorder.getAttributeWatchValues().
setBacklog(int) - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Sets the listener queue depth.
setBacklog(int) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Sets the listener queue depth.
setBacklog(Integer) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Sets the listener queue depth.
setBufferSize(int) - Method in class ch.qos.logback.core.spi.CyclicBufferTracker
 
setCacheSize(int) - Method in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
setCallerData(StackTraceElement[]) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setCharset(Charset) - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
Set the charset to use when converting the string returned by the layout into bytes.
setCharsetEncoding(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Set the character set encoding of the outgoing email messages.
setCheckLoggable(boolean) - Method in class ch.qos.logback.classic.android.LogcatAppender
Sets whether to ask Android before logging a message with a specific tag and priority (i.e., calls android.util.Log.html#isLoggable).
setChildConverter(Converter<E>) - Method in class ch.qos.logback.core.pattern.CompositeConverter
 
setChildNode(Node) - Method in class ch.qos.logback.core.pattern.parser.CompositeNode
 
setClassLoader(ClassLoader) - Method in class ch.qos.logback.core.android.SystemPropertiesProxy
Sets the classloader to lookup the class for android.os.SystemProperties
setClassPackagingData(ClassPackagingData) - Method in class ch.qos.logback.classic.spi.StackTraceElementProxy
 
setCleanHistoryOnStart(boolean) - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
Should archive removal be attempted on application start up? Default is false.
setClientQueueSize(int) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Sets the event queue size used for each client connection.
setClientQueueSize(int) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Sets the event queue size used for each client connection.
setColumnNamePrefix(String) - Method in class ch.qos.logback.classic.db.names.SimpleDBNameResolver
 
setColumnNameSuffix(String) - Method in class ch.qos.logback.classic.db.names.SimpleDBNameResolver
 
setComplexProperty(String, Object) - Method in class ch.qos.logback.core.joran.util.PropertySetter
 
setConfigurationWatchListResetFlag(Context, boolean) - Static method in class ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
 
setContext(Context) - Method in class ch.qos.logback.classic.spi.LoggerContextAwareBase
 
setContext(Context) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
setContext(Context) - Method in class ch.qos.logback.core.LayoutBase
 
setContext(Context) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
setContext(Context) - Method in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
setContext(Context) - Method in interface ch.qos.logback.core.spi.ContextAware
 
setContext(Context) - Method in class ch.qos.logback.core.spi.ContextAwareBase
 
setContext(Context) - Method in class ch.qos.logback.core.spi.ContextAwareImpl
 
setContextForConverters(Context, Converter<E>) - Static method in class ch.qos.logback.core.pattern.ConverterUtil
 
setContextForConverters(Converter<E>) - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
Deprecated.
setContextMap(Map) - Method in class ch.qos.logback.classic.util.LogbackMDCAdapter
 
setCssBuilder(CssBuilder) - Method in class ch.qos.logback.core.html.HTMLLayoutBase
 
setCurrentTime(long) - Method in interface ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicy
Set the current time.
setCurrentTime(long) - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
setCyclicBufferTracker(CyclicBufferTracker<E>) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setDateInCurrentPeriod(long) - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
setDateInCurrentPeriod(Date) - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
setDbNameResolver(DBNameResolver) - Method in class ch.qos.logback.classic.android.SQLiteAppender
Sets the database name resolver, used to customize the names of the table names and columns in the database.
setDefaultThreshold(Level) - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
 
setDefaultValue(String) - Method in class ch.qos.logback.classic.sift.ContextBasedDiscriminator
The default context name in case the context name is not set for the current logging event.
setDefaultValue(String) - Method in class ch.qos.logback.classic.sift.MDCBasedDiscriminator
The default MDC value in case the MDC is not set for mdcKey.
setDiscardingThreshold(int) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
setDiscriminator(Discriminator<ILoggingEvent>) - Method in class ch.qos.logback.classic.sift.SiftingAppender
 
setDiscriminator(Discriminator<E>) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setDiscriminator(Discriminator<E>) - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
setDocumentLocator(Locator) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
setDocumentLocator(Locator) - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
setEnabledCipherSuites(String[]) - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Sets the enabled cipher suites on the SSL component.
setEnabledCipherSuites(String[]) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
setEnabledCipherSuites(String[]) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
setEnabledProtocols(String[]) - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Sets the enabled protocols on the SSL component.
setEnabledProtocols(String[]) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
setEnabledProtocols(String[]) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
setEncoder(PatternLayoutEncoder) - Method in class ch.qos.logback.classic.android.LogcatAppender
Sets the pattern-layout encoder for this appender's logcat message
setEncoder(Encoder<E>) - Method in class ch.qos.logback.core.OutputStreamAppender
 
setEvaluator(EventEvaluator<E>) - Method in class ch.qos.logback.core.filter.EvaluatorFilter
 
setEvaluator(EventEvaluator<E>) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
The EventEvaluator option takes a string value representing the name of the class implementing the EventEvaluator interface.
setEventDelayLimit(Duration) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
The eventDelayLimit takes a non-negative integer representing the number of milliseconds to allow the appender to block if the underlying BlockingQueue is full.
setEventOffset(int) - Method in class ch.qos.logback.core.joran.action.IncludeAction
Sets the list index into the event player's list, where the events from the processed include will be inserted
setExceptionHandler(SocketConnector.ExceptionHandler) - Method in class ch.qos.logback.core.net.DefaultSocketConnector
Sets the connector's exception handler.
setExceptionHandler(SocketConnector.ExceptionHandler) - Method in interface ch.qos.logback.core.net.SocketConnector
Sets the connector's exception handler.
setExceptionHandler(SocketConnector.ExceptionHandler) - Method in class ch.qos.logback.core.net.SocketConnectorBase
Sets the connector's exception handler.
setExcludedCipherSuites(String) - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Sets the JSSE cipher suite names to exclude.
setExcludedProtocols(String) - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Sets the JSSE secure transport protocols to exclude.
setFacility(String) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
The Facility option must be set one of the strings KERN, USER, MAIL, DAEMON, AUTH, SYSLOG, LPR, NEWS, UUCP, CRON, AUTHPRIV, FTP, NTP, AUDIT, ALERT, CLOCK, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
setFile(String) - Method in class ch.qos.logback.core.FileAppender
The File property takes a string value which should be the name of the file to append to.
setFile(String) - Method in class ch.qos.logback.core.rolling.RollingFileAppender
 
setFileFooter(String) - Method in class ch.qos.logback.core.LayoutBase
 
setFileHeader(String) - Method in class ch.qos.logback.core.LayoutBase
 
setFileNamePattern(String) - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
setFilter(String...) - Method in class ch.qos.logback.classic.android.ASaxEventRecorder
Sets a filter so that only sub-elements of a specific element are captured
setFormatInfo(FormatInfo) - Method in class ch.qos.logback.core.pattern.parser.FormattingNode
 
setFormattingInfo(FormatInfo) - Method in class ch.qos.logback.core.pattern.FormattingConverter
 
setFrom(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
The From option takes a string value which should be a e-mail address of the sender.
setImmediateFlush(boolean) - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
Sets the immediateFlush option.
setIncludeCallerData(boolean) - Method in class ch.qos.logback.classic.AsyncAppender
 
setIncludeCallerData(boolean) - Method in class ch.qos.logback.classic.net.server.ServerSocketAppender
 
setIncludeCallerData(boolean) - Method in class ch.qos.logback.classic.net.server.SSLServerSocketAppender
 
setIncludeCallerData(boolean) - Method in class ch.qos.logback.classic.net.SMTPAppender
 
setIncludeCallerData(boolean) - Method in class ch.qos.logback.classic.net.SocketAppender
 
setIncludeCallerData(boolean) - Method in class ch.qos.logback.classic.net.SSLSocketAppender
 
setIncludedCipherSuites(String) - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Sets the JSSE cipher suite names to include.
setIncludedProtocols(String) - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Sets the JSSE secure transport protocols to include.
setInterpretationContextPropertiesMap(Map<String, String>) - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
setKey(String) - Method in class ch.qos.logback.classic.sift.ContextBasedDiscriminator
 
setKey(String) - Method in class ch.qos.logback.classic.sift.MDCBasedDiscriminator
 
setKey(String) - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
 
setKeyManagerFactory(KeyManagerFactoryFactoryBean) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Sets the key manager factory configuration.
setKeyStore(KeyStoreFactoryBean) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Sets the key store configuration.
setLayout(Layout<E>) - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
setLayout(Layout<E>) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setLayout(Layout<E>) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
setLayout(Layout<E>) - Method in class ch.qos.logback.core.OutputStreamAppender
 
setLayout(Layout<E>) - Method in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
 
setLazy(boolean) - Method in class ch.qos.logback.core.FileAppender
Enables/disables lazy initialization of the file output stream.
setLazy(boolean) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
Enables/disables lazy initialization of the Syslog output stream.
setLeftPad(boolean) - Method in class ch.qos.logback.core.pattern.FormatInfo
 
setLeftTruncate(boolean) - Method in class ch.qos.logback.core.pattern.FormatInfo
 
setLevel(Level) - Method in class ch.qos.logback.classic.filter.LevelFilter
 
setLevel(String) - Method in class ch.qos.logback.classic.filter.ThresholdFilter
 
setLevel(Level) - Method in class ch.qos.logback.classic.Logger
 
setLevel(Level) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setLevel(Level) - Method in class ch.qos.logback.classic.turbo.MDCValueLevelPair
 
setLocalhost(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Set the "mail.smtp.localhost" property to the value passed as parameter to this method.
setLocation(String) - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Sets the location of the key store resource.
setLocationInfo(boolean) - Method in class ch.qos.logback.classic.log4j.XMLLayout
The LocationInfo option takes a boolean value.
setLoggerContext(LoggerContext) - Method in interface ch.qos.logback.classic.spi.LoggerContextAware
Set owning logger context for this component.
setLoggerContext(LoggerContext) - Method in class ch.qos.logback.classic.spi.LoggerContextAwareBase
Set the owning context.
setLoggerContextRemoteView(LoggerContextVO) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setLoggerName(String) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setMainURL(URL) - Method in class ch.qos.logback.core.joran.spi.ConfigurationWatchList
The mainURL for the configuration file.
setMainWatchURL(Context, URL) - Static method in class ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
 
setMarker(Marker) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setMarker(String) - Method in class ch.qos.logback.classic.turbo.MarkerFilter
The marker to match in the event.
setMax(int) - Method in class ch.qos.logback.core.pattern.FormatInfo
 
setMaxAppenderCount(int) - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
setMaxCallerDataDepth(int) - Method in class ch.qos.logback.classic.LoggerContext
 
setMaxComponents(int) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
 
setMaxFileSize(String) - Method in class ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP
 
setMaxFileSize(String) - Method in class ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy
 
setMaxHistory(int) - Method in interface ch.qos.logback.core.rolling.helper.ArchiveRemover
 
setMaxHistory(int) - Method in class ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
 
setMaxHistory(int) - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
Set the maximum number of archive files to keep.
setMaxIndex(int) - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
setMaxMessageSize(int) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
Maximum size for the syslog message (in characters); messages longer than this are truncated.
setMaxSize(int) - Method in class ch.qos.logback.core.read.CyclicBufferAppender
 
setMDCKey(String) - Method in class ch.qos.logback.classic.turbo.MDCFilter
 
setMDCPropertyMap(Map<String, String>) - Method in class ch.qos.logback.classic.spi.LoggingEvent
Set the MDC map for this event.
setMessage(String) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setMessage(MimeMessage) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setMin(int) - Method in class ch.qos.logback.core.pattern.FormatInfo
 
setMinIndex(int) - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
setName(String) - Method in class ch.qos.logback.classic.LoggerContext
 
setName(String) - Method in class ch.qos.logback.classic.turbo.TurboFilter
 
setName(String) - Method in interface ch.qos.logback.core.Appender
Set the name of this appender.
setName(String) - Method in class ch.qos.logback.core.AppenderBase
Set the name of this appender.
setName(String) - Method in interface ch.qos.logback.core.boolex.EventEvaluator
Sets this evaluator's name
setName(String) - Method in class ch.qos.logback.core.boolex.EventEvaluatorBase
 
setName(String) - Method in interface ch.qos.logback.core.Context
The name of the context.
setName(String) - Method in class ch.qos.logback.core.ContextBase
The context name can be set only if it is not already set, or if the current name is the default context name, namely "default", or if the current name and the old name are the same.
setName(String) - Method in class ch.qos.logback.core.filter.Filter
 
setName(String) - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
Set the name of this appender.
setNeedClientAuth(boolean) - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Sets a flag indicating whether the SSL component should require client authentication.
setNeedClientAuth(boolean) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
setNeedClientAuth(boolean) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
setNeedClientAuth(Boolean) - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Sets a flag indicating whether client authentication is required.
setNestedComplexProperty(Object) - Method in class ch.qos.logback.core.joran.action.IADataForComplexProperty
 
setNext(Converter<E>) - Method in class ch.qos.logback.core.pattern.Converter
 
setNext(Node) - Method in class ch.qos.logback.core.pattern.parser.Node
 
setNext(TokenConverter) - Method in class ch.qos.logback.core.rolling.helper.TokenConverter
 
setNext(Node) - Method in class ch.qos.logback.core.subst.Node
 
setOnHigherOrEqual(FilterReply) - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
 
setOnLower(FilterReply) - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
 
setOnMatch(String) - Method in class ch.qos.logback.classic.turbo.MatchingFilter
 
setOnMatch(FilterReply) - Method in class ch.qos.logback.core.filter.AbstractMatcherFilter
 
setOnMismatch(String) - Method in class ch.qos.logback.classic.turbo.MatchingFilter
 
setOnMismatch(FilterReply) - Method in class ch.qos.logback.core.filter.AbstractMatcherFilter
 
setOptionList(List<String>) - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
setOptions(List<String>) - Method in class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
 
setOutputPatternAsHeader(boolean) - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
setOutputPatternAsHeader(boolean) - Method in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
Print the pattern string as a header in log files
setOutputPatternAsPresentationHeader(boolean) - Method in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
setOutputStream(OutputStream) - Method in class ch.qos.logback.core.OutputStreamAppender
Sets the @link OutputStream} where the log output will go.
setPackagingDataEnabled(boolean) - Method in class ch.qos.logback.classic.LoggerContext
 
setParameters(SSLParametersConfiguration) - Method in class ch.qos.logback.core.net.ssl.SSLConfiguration
Sets the SSL parameters configuration.
setParent(FileAppender) - Method in interface ch.qos.logback.core.rolling.RollingPolicy
This method allows RollingPolicy implementations to be aware of their containing appender.
setParent(FileAppender) - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
setPassword(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setPassword(String) - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Sets the password to use to access the keystore.
setPath(String) - Method in class ch.qos.logback.core.property.FileExistsPropertyDefiner
Sets the path for the file to search for.
setPattern(String) - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Set the ConversionPattern option.
setPattern(String) - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
setPattern(String) - Method in class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
 
setPattern(String) - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
setPort(int) - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Sets the local port for the listener.
setPort(int) - Method in class ch.qos.logback.classic.net.SocketReceiver
 
setPort(int) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
The Port property takes a positive integer representing the port where the server is waiting for connections.
setPort(int) - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
Sets the local port for the listener.
setPort(int) - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
Sets the local port for the listener.
setPort(int) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
The port number on the syslog server to connect to.
setPostCompileProcessor(PostCompileProcessor<E>) - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
setPresentationFooter(String) - Method in class ch.qos.logback.core.LayoutBase
 
setPresentationHeader(String) - Method in class ch.qos.logback.core.LayoutBase
 
setPrintStream(PrintStream) - Static method in class ch.qos.logback.core.util.StatusPrinter
 
setProperties(boolean) - Method in class ch.qos.logback.classic.log4j.XMLLayout
Sets whether MDC key-value pairs should be output, default false.
setProperties(InterpretationContext, Properties, ActionUtil.Scope) - Static method in class ch.qos.logback.core.joran.action.ActionUtil
Add all the properties found in the argument named 'props' to an InterpretationContext.
setProperty(InterpretationContext, String, String, ActionUtil.Scope) - Static method in class ch.qos.logback.core.joran.action.ActionUtil
 
setProperty(String, String) - Method in class ch.qos.logback.core.joran.util.PropertySetter
Set a property on this PropertySetter's Object.
setProperty(PropertyDescriptor, String, String) - Method in class ch.qos.logback.core.joran.util.PropertySetter
Set the named property given a PropertyDescriptor.
setPropertyType(Class<?>) - Method in class ch.qos.logback.core.joran.util.PropertyDescriptor
 
setProtocol(String) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Sets the secure transport protocol name.
setProvider(String) - Method in class ch.qos.logback.core.net.ssl.KeyManagerFactoryFactoryBean
Sets the JSSE provider name for the key manager factory.
setProvider(String) - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Sets the JCA key store provider name.
setProvider(String) - Method in class ch.qos.logback.core.net.ssl.SecureRandomFactoryBean
Sets the JCA provider name for the secure random generator.
setProvider(String) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Sets the JSSE provider name for the SSL context.
setProvider(String) - Method in class ch.qos.logback.core.net.ssl.TrustManagerFactoryFactoryBean
Sets the JSSE provider name for the trust manager factory.
setPrudent(boolean) - Method in class ch.qos.logback.core.FileAppender
When prudent is set to true, file appenders from multiple JVMs can safely write to the same file.
setQueueSize(int) - Method in class ch.qos.logback.core.AsyncAppenderBase
 
setQueueSize(int) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
The queueSize property takes a non-negative integer representing the number of logging events to retain for delivery to the remote receiver.
setReadMethod(Method) - Method in class ch.qos.logback.core.joran.util.PropertyDescriptor
 
setReconnectionDelay(int) - Method in class ch.qos.logback.classic.net.SocketReceiver
 
setReconnectionDelay(Duration) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
The reconnectionDelay property takes a positive Duration value representing the time to wait between each failed connection attempt to the server.
setRefreshPeriod(long) - Method in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
setRemoteHost(String) - Method in class ch.qos.logback.classic.net.SocketReceiver
 
setRemoteHost(String) - Method in class ch.qos.logback.core.net.AbstractSocketAppender
The RemoteHost property takes the name of of the host where a corresponding server is running.
setResetJUL(boolean) - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
setResource(String) - Method in class ch.qos.logback.core.property.ResourceExistsPropertyDefiner
Sets the resource to search for on the class path.
setRollingPolicy(RollingPolicy) - Method in class ch.qos.logback.core.rolling.RollingFileAppender
Sets the rolling policy.
setRunning(boolean) - Method in class ch.qos.logback.core.net.server.ConcurrentServerRunner
 
setSecureRandom(SecureRandomFactoryBean) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Sets the secure random generator configuration.
setSMTPHost(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Alias for smtpHost
setSmtpHost(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
The smtpHost option takes a string value which should be a the host name of the SMTP server that will send the e-mail message.
setSMTPPort(int) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
setSmtpPort(int) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
The port where the SMTP server is running.
setSocketFactory(SocketFactory) - Method in class ch.qos.logback.core.net.DefaultSocketConnector
Sets the connector's socket factory.
setSocketFactory(SocketFactory) - Method in interface ch.qos.logback.core.net.SocketConnector
Sets the connector's socket factory.
setSocketFactory(SocketFactory) - Method in class ch.qos.logback.core.net.SocketConnectorBase
Sets the connector's socket factory.
setSsl(SSLConfiguration) - Method in class ch.qos.logback.classic.net.server.SSLServerSocketReceiver
Gets the server's SSL configuration.
setSsl(SSLConfiguration) - Method in class ch.qos.logback.classic.net.SSLSocketReceiver
Sets the SSL configuration.
setSsl(SSLConfiguration) - Method in class ch.qos.logback.core.net.AbstractSSLSocketAppender
Sets the SSL configuration.
setSsl(SSLConfiguration) - Method in class ch.qos.logback.core.net.server.SSLServerSocketAppenderBase
Sets the SSL configuration.
setSSL(boolean) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setSsl(SSLConfiguration) - Method in interface ch.qos.logback.core.net.ssl.SSLComponent
 
setSsl(SSLConfiguration) - Method in class ch.qos.logback.core.net.SSLSocketAppenderBase
Sets the SSL configuration.
setStackTracePattern(String) - Method in class ch.qos.logback.classic.net.SyslogAppender
Stack trace lines are sent to the syslog server separately from the main message For stack trace lines, the stackTracePattern is used instead of SyslogAppenderBase.suffixPattern.
setSTARTTLS(boolean) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setStatusManager(StatusManager) - Method in class ch.qos.logback.core.ContextBase
Set the StatusManager for this context.
setSubject(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
The Subject option takes a string value which should be a the subject of the e-mail message.
setSuffixPattern(String) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
The suffixPattern option specifies the format of the non-standardized part of the message sent to the syslog server.
setSyslogHost(String) - Method in class ch.qos.logback.core.net.SyslogAppenderBase
The SyslogHost option is the name of the the syslog host where log output should go.
setSystemProperties(ContextAware, Properties) - Static method in class ch.qos.logback.core.util.OptionHelper
 
setSystemProperty(ContextAware, String, String) - Static method in class ch.qos.logback.core.util.OptionHelper
 
setTableNamePrefix(String) - Method in class ch.qos.logback.classic.db.names.SimpleDBNameResolver
 
setTableNameSuffix(String) - Method in class ch.qos.logback.classic.db.names.SimpleDBNameResolver
 
setTagEncoder(PatternLayoutEncoder) - Method in class ch.qos.logback.classic.android.LogcatAppender
Sets the pattern-layout encoder for this appender's logcat tag
setTarget(String) - Method in class ch.qos.logback.core.ConsoleAppender
Deprecated.
Sets the value of the Target option.
setThreadName(String) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setThrowableExcluded(boolean) - Method in class ch.qos.logback.classic.net.SyslogAppender
Setting throwableExcluded to true causes no Throwable's stack trace data to be sent to the syslog daemon.
setThrowableProxy(ThrowableProxy) - Method in class ch.qos.logback.classic.spi.LoggingEvent
Set this event's throwable information.
setThrowableRenderer(IThrowableRenderer<ILoggingEvent>) - Method in class ch.qos.logback.classic.html.HTMLLayout
 
setTimeBasedFileNamingAndTriggeringPolicy(TimeBasedFileNamingAndTriggeringPolicy<E>) - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
setTimeBasedRollingPolicy(TimeBasedRollingPolicy<E>) - Method in interface ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicy
Set the host/parent TimeBasedRollingPolicy.
setTimeBasedRollingPolicy(TimeBasedRollingPolicy<E>) - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
setTimeout(Duration) - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
setTimeout(long) - Method in class ch.qos.logback.core.spi.AbstractComponentTracker
 
setTimeStamp(long) - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
setTimeZone(TimeZone) - Method in class ch.qos.logback.core.util.CachingDateFormatter
 
setTitle(String) - Method in class ch.qos.logback.core.html.HTMLLayoutBase
The Title option takes a String value.
setTriggeringPolicy(TriggeringPolicy<E>) - Method in class ch.qos.logback.core.rolling.RollingFileAppender
 
setTrustManagerFactory(TrustManagerFactoryFactoryBean) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Sets the trust manager factory configuration.
setTrustStore(KeyStoreFactoryBean) - Method in class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
Sets the trust store configuration.
setType(String) - Method in class ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Sets the type of key store to load.
setType(int) - Method in class ch.qos.logback.core.rolling.helper.TokenConverter
 
setUrl(String) - Method in class ch.qos.logback.classic.html.UrlCssBuilder
 
setUsername(String) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
setValue(String) - Method in class ch.qos.logback.classic.turbo.MDCFilter
 
setValue(String) - Method in class ch.qos.logback.classic.turbo.MDCValueLevelPair
 
setWantClientAuth(boolean) - Method in interface ch.qos.logback.core.net.ssl.SSLConfigurable
Sets a flag indicating whether the SSL component should request client authentication.
setWantClientAuth(boolean) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
setWantClientAuth(boolean) - Method in class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
setWantClientAuth(Boolean) - Method in class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Sets a flag indicating whether client authentication is desired.
setWriteMethod(Method) - Method in class ch.qos.logback.core.joran.util.PropertyDescriptor
 
shouldStart() - Method in class ch.qos.logback.classic.net.ReceiverBase
Determines whether this receiver should start.
shouldStart() - Method in class ch.qos.logback.classic.net.server.ServerSocketReceiver
Starts the server.
shouldStart() - Method in class ch.qos.logback.classic.net.SocketReceiver
Determines whether this receiver should start.
shouldStart() - Method in class ch.qos.logback.classic.net.SSLSocketReceiver
Determines whether this receiver should start.
shutdown(ExecutorService) - Static method in class ch.qos.logback.core.util.ExecutorServiceUtil
Shuts down an executor service.
SiftAction - Class in ch.qos.logback.classic.sift
 
SiftAction() - Constructor for class ch.qos.logback.classic.sift.SiftAction
 
SiftingAppender - Class in ch.qos.logback.classic.sift
This appender can contains other appenders which it can build dynamically depending on MDC values.
SiftingAppender() - Constructor for class ch.qos.logback.classic.sift.SiftingAppender
 
SiftingAppenderBase<E> - Class in ch.qos.logback.core.sift
This appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules.
SiftingAppenderBase() - Constructor for class ch.qos.logback.core.sift.SiftingAppenderBase
 
SiftingJoranConfigurator - Class in ch.qos.logback.classic.sift
 
SiftingJoranConfiguratorBase<E> - Class in ch.qos.logback.core.sift
 
SiftingJoranConfiguratorBase(String, String, Map<String, String>) - Constructor for class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
signalEntryInRunMethod() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
 
SimpleDBNameResolver - Class in ch.qos.logback.classic.db.names
Adds custom prefix/suffix to table and column names.
SimpleDBNameResolver() - Constructor for class ch.qos.logback.classic.db.names.SimpleDBNameResolver
 
SimpleKeywordNode - Class in ch.qos.logback.core.pattern.parser
 
SimpleKeywordNode(int, Object) - Constructor for class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
 
SimpleRuleStore - Class in ch.qos.logback.core.joran.spi
This class implements the RuleStore interface.
SimpleRuleStore(Context) - Constructor for class ch.qos.logback.core.joran.spi.SimpleRuleStore
 
SimpleSocketServer - Class in ch.qos.logback.classic.net
A simple SocketNode based server.
SimpleSocketServer(LoggerContext, int) - Constructor for class ch.qos.logback.classic.net.SimpleSocketServer
 
SimpleSSLSocketServer - Class in ch.qos.logback.classic.net
A SimpleSocketServer that supports SSL.
SimpleSSLSocketServer(LoggerContext, int) - Constructor for class ch.qos.logback.classic.net.SimpleSSLSocketServer
Creates a new server using the default SSL context.
SimpleSSLSocketServer(LoggerContext, int, SSLContext) - Constructor for class ch.qos.logback.classic.net.SimpleSSLSocketServer
Creates a new server using a custom SSL context.
SINGLE_QUOTE_CHAR - Static variable in class ch.qos.logback.core.CoreConstants
 
SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
The unique instance of this class.
SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
The unique instance of this class.
size() - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
SizeAndTimeBasedArchiveRemover - Class in ch.qos.logback.core.rolling.helper
 
SizeAndTimeBasedArchiveRemover(FileNamePattern, RollingCalendar) - Constructor for class ch.qos.logback.core.rolling.helper.SizeAndTimeBasedArchiveRemover
 
SizeAndTimeBasedFNATP<E> - Class in ch.qos.logback.core.rolling
 
SizeAndTimeBasedFNATP() - Constructor for class ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP
 
SizeBasedTriggeringPolicy<E> - Class in ch.qos.logback.core.rolling
SizeBasedTriggeringPolicy looks at size of the file being currently written to.
SizeBasedTriggeringPolicy() - Constructor for class ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy
 
SizeBasedTriggeringPolicy(String) - Constructor for class ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy
 
skipFurtherWork() - Method in class ch.qos.logback.core.util.InvocationGate
 
slashify(String) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
SMTPAppender - Class in ch.qos.logback.classic.net
Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.
SMTPAppender() - Constructor for class ch.qos.logback.classic.net.SMTPAppender
The default constructor will instantiate the appender with a EventEvaluator that will trigger on events with level ERROR or higher.
SMTPAppender(EventEvaluator<ILoggingEvent>) - Constructor for class ch.qos.logback.classic.net.SMTPAppender
Use the parameter as the EventEvaluator for this SMTPAppender.
SMTPAppenderBase<E> - Class in ch.qos.logback.core.net
An abstract class that provides support for sending events to an email address.
SMTPAppenderBase() - Constructor for class ch.qos.logback.core.net.SMTPAppenderBase
 
SocketAppender - Class in ch.qos.logback.classic.net
Sends ILoggingEvent objects to a remote a log server, usually a SocketNode.
SocketAppender() - Constructor for class ch.qos.logback.classic.net.SocketAppender
 
SocketAppender(String, int) - Constructor for class ch.qos.logback.classic.net.SocketAppender
Deprecated.
SocketAppender(InetAddress, int) - Constructor for class ch.qos.logback.classic.net.SocketAppender
Deprecated.
SocketConnector - Interface in ch.qos.logback.core.net
A Runnable that (re)connects a socket.
SocketConnector.ExceptionHandler - Interface in ch.qos.logback.core.net
An exception handler that is notified of all exceptions that occur during the (re)connection process.
SocketConnectorBase - Class in ch.qos.logback.core.net
Base implementation of SocketConnector.
SocketConnectorBase(InetAddress, int, int, int) - Constructor for class ch.qos.logback.core.net.SocketConnectorBase
Constructs a new connector.
SocketConnectorBase(InetAddress, int, SocketConnectorBase.DelayStrategy) - Constructor for class ch.qos.logback.core.net.SocketConnectorBase
Constructs a new connector.
SocketConnectorBase.DelayStrategy - Interface in ch.qos.logback.core.net
A strategy for choosing a delay after a failed connection attempt.
SocketNode - Class in ch.qos.logback.classic.net
Read ILoggingEvent objects sent from a remote client using Sockets (TCP).
SocketNode(SimpleSocketServer, Socket, LoggerContext) - Constructor for class ch.qos.logback.classic.net.SocketNode
 
socketNodeClosing(SocketNode) - Method in class ch.qos.logback.classic.net.SimpleSocketServer
 
SocketReceiver - Class in ch.qos.logback.classic.net
A component that receives serialized ILoggingEvent objects from a remote appender over a Socket.
SocketReceiver() - Constructor for class ch.qos.logback.classic.net.SocketReceiver
 
sortFileArrayByName(File[]) - Static method in class ch.qos.logback.core.rolling.helper.FileFilterUtil
 
sos - Variable in class ch.qos.logback.core.net.SyslogAppenderBase
 
spacePad(StringBuilder, int) - Static method in class ch.qos.logback.core.pattern.SpacePadder
Fast space padding method.
SpacePadder - Class in ch.qos.logback.core.pattern
 
SpacePadder() - Constructor for class ch.qos.logback.core.pattern.SpacePadder
 
SQLBuilder - Class in ch.qos.logback.classic.db
 
SQLBuilder() - Constructor for class ch.qos.logback.classic.db.SQLBuilder
 
SQLiteAppender - Class in ch.qos.logback.classic.android
SQLiteAppender is a logback appender optimized for Android SQLite.
SQLiteAppender() - Constructor for class ch.qos.logback.classic.android.SQLiteAppender
 
SSL - Interface in ch.qos.logback.core.net.ssl
Various constants used by the SSL implementation.
SSLComponent - Interface in ch.qos.logback.core.net.ssl
A interface used to identify components that have an SSL configuration.
SSLConfigurable - Interface in ch.qos.logback.core.net.ssl
An object that has configurable SSL parameters.
SSLConfigurableServerSocket - Class in ch.qos.logback.core.net.ssl
An SSLConfigurable wrapper for an SSLServerSocket.
SSLConfigurableServerSocket(SSLServerSocket) - Constructor for class ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
 
SSLConfigurableSocket - Class in ch.qos.logback.core.net.ssl
An SSLConfigurable wrapper for an SSLSocket.
SSLConfigurableSocket(SSLSocket) - Constructor for class ch.qos.logback.core.net.ssl.SSLConfigurableSocket
 
SSLConfiguration - Class in ch.qos.logback.core.net.ssl
A configuration for an SSLContext.
SSLConfiguration() - Constructor for class ch.qos.logback.core.net.ssl.SSLConfiguration
 
SSLContextFactoryBean - Class in ch.qos.logback.core.net.ssl
A factory bean for a JSSE SSLContext.
SSLContextFactoryBean() - Constructor for class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
 
SSLNestedComponentRegistryRules - Class in ch.qos.logback.core.net.ssl
Nested component registry rules for SSLConfiguration and its components.
SSLNestedComponentRegistryRules() - Constructor for class ch.qos.logback.core.net.ssl.SSLNestedComponentRegistryRules
 
SSLParametersConfiguration - Class in ch.qos.logback.core.net.ssl
A configuration of SSL parameters for an SSLEngine.
SSLParametersConfiguration() - Constructor for class ch.qos.logback.core.net.ssl.SSLParametersConfiguration
 
SSLServerSocketAppender - Class in ch.qos.logback.classic.net.server
A ServerSocketAppender that supports SSL.
SSLServerSocketAppender() - Constructor for class ch.qos.logback.classic.net.server.SSLServerSocketAppender
 
SSLServerSocketAppenderBase<E> - Class in ch.qos.logback.core.net.server
This is the base class for module specific ServerSocketAppender implementations.
SSLServerSocketAppenderBase() - Constructor for class ch.qos.logback.core.net.server.SSLServerSocketAppenderBase
 
SSLServerSocketReceiver - Class in ch.qos.logback.classic.net.server
A ServerSocketReceiver that supports SSL.
SSLServerSocketReceiver() - Constructor for class ch.qos.logback.classic.net.server.SSLServerSocketReceiver
 
SSLSocketAppender - Class in ch.qos.logback.classic.net
A SocketAppender that supports SSL.
SSLSocketAppender() - Constructor for class ch.qos.logback.classic.net.SSLSocketAppender
 
SSLSocketAppender(String, int) - Constructor for class ch.qos.logback.classic.net.SSLSocketAppender
Deprecated.
SSLSocketAppender(InetAddress, int) - Constructor for class ch.qos.logback.classic.net.SSLSocketAppender
Deprecated.
SSLSocketAppenderBase<E> - Class in ch.qos.logback.core.net
This is the base class for module specific SSLSocketAppender implementations.
SSLSocketAppenderBase() - Constructor for class ch.qos.logback.core.net.SSLSocketAppenderBase
 
SSLSocketReceiver - Class in ch.qos.logback.classic.net
A SocketReceiver that supports SSL.
SSLSocketReceiver() - Constructor for class ch.qos.logback.classic.net.SSLSocketReceiver
 
StackTraceElementProxy - Class in ch.qos.logback.classic.spi
 
StackTraceElementProxy(StackTraceElement) - Constructor for class ch.qos.logback.classic.spi.StackTraceElementProxy
 
start() - Method in class ch.qos.logback.classic.android.LogcatAppender
Checks that required parameters are set, and if everything is in order, activates this appender.
start() - Method in class ch.qos.logback.classic.android.SQLiteAppender
 
start() - Method in class ch.qos.logback.classic.encoder.PatternLayoutEncoder
 
start() - Method in class ch.qos.logback.classic.filter.LevelFilter
 
start() - Method in class ch.qos.logback.classic.filter.ThresholdFilter
 
start() - Method in class ch.qos.logback.classic.html.HTMLLayout
 
start() - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
start() - Method in class ch.qos.logback.classic.log4j.XMLLayout
 
start() - Method in class ch.qos.logback.classic.LoggerContext
 
start() - Method in class ch.qos.logback.classic.net.ReceiverBase
start() - Method in class ch.qos.logback.classic.net.SMTPAppender
 
start() - Method in class ch.qos.logback.classic.net.SyslogAppender
 
start() - Method in class ch.qos.logback.classic.pattern.CallerDataConverter
 
start() - Method in class ch.qos.logback.classic.pattern.DateConverter
 
start() - Method in class ch.qos.logback.classic.pattern.MDCConverter
 
start() - Method in class ch.qos.logback.classic.pattern.NamedConverter
 
start() - Method in class ch.qos.logback.classic.pattern.PropertyConverter
 
start() - Method in class ch.qos.logback.classic.pattern.SyslogStartConverter
 
start() - Method in class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 
start() - Method in class ch.qos.logback.classic.sift.MDCBasedDiscriminator
 
start() - Method in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
start() - Method in class ch.qos.logback.classic.turbo.DynamicThresholdFilter
 
start() - Method in class ch.qos.logback.classic.turbo.MarkerFilter
 
start() - Method in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
start() - Method in class ch.qos.logback.classic.turbo.TurboFilter
 
start() - Method in class ch.qos.logback.core.AppenderBase
 
start() - Method in class ch.qos.logback.core.AsyncAppenderBase
 
start() - Method in class ch.qos.logback.core.boolex.EventEvaluatorBase
 
start() - Method in class ch.qos.logback.core.ConsoleAppender
Deprecated.
 
start() - Method in class ch.qos.logback.core.ContextBase
 
start() - Method in class ch.qos.logback.core.encoder.EncoderBase
 
start() - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
start() - Method in class ch.qos.logback.core.FileAppender
If the value of File is not null, then FileAppender.openFile(java.lang.String) is called with the values of File and Append properties.
start() - Method in class ch.qos.logback.core.filter.EvaluatorFilter
 
start() - Method in class ch.qos.logback.core.filter.Filter
 
start() - Method in class ch.qos.logback.core.html.HTMLLayoutBase
Parses the pattern and creates the Converter linked list.
start() - Method in class ch.qos.logback.core.LayoutBase
 
start() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
start() - Method in class ch.qos.logback.core.net.AbstractSSLSocketAppender
start() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
 
start() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
 
start() - Method in class ch.qos.logback.core.net.server.SSLServerSocketAppenderBase
start() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
Start the appender
start() - Method in class ch.qos.logback.core.net.SSLSocketAppenderBase
start() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
start() - Method in class ch.qos.logback.core.OutputStreamAppender
Checks that requires parameters are set and if everything is in order, activates this appender.
start() - Method in class ch.qos.logback.core.pattern.DynamicConverter
Components that depend on options passed during configuration can override this method in order to make appropriate use of those options.
start() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
start() - Method in class ch.qos.logback.core.pattern.ReplacingCompositeConverter
 
start() - Method in class ch.qos.logback.core.read.CyclicBufferAppender
 
start() - Method in class ch.qos.logback.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy
 
start() - Method in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
start() - Method in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
start() - Method in class ch.qos.logback.core.rolling.RollingFileAppender
 
start() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
start() - Method in class ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP
 
start() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
start() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
start() - Method in class ch.qos.logback.core.rolling.TriggeringPolicyBase
 
start() - Method in class ch.qos.logback.core.sift.AbstractDiscriminator
 
start() - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
start() - Method in interface ch.qos.logback.core.spi.LifeCycle
 
start() - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
START_PEBBLE - Static variable in class ch.qos.logback.core.encoder.ObjectStreamEncoder
 
START_TOKEN - Static variable in class ch.qos.logback.core.subst.Token
 
startConverters(Converter<E>) - Static method in class ch.qos.logback.core.pattern.ConverterUtil
Start converters in the chain of converters.
startDocument() - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
startDocument() - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
started - Variable in class ch.qos.logback.core.AppenderBase
 
started - Variable in class ch.qos.logback.core.encoder.EncoderBase
 
started - Variable in class ch.qos.logback.core.LayoutBase
 
started - Variable in class ch.qos.logback.core.pattern.DynamicConverter
Is this component active?
started - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
started - Variable in class ch.qos.logback.core.sift.AbstractDiscriminator
 
started - Variable in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
startElement(String, String, String, Attributes) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
startElement(StartEvent) - Method in class ch.qos.logback.core.joran.spi.Interpreter
 
StartEvent - Class in ch.qos.logback.core.joran.event
 
startNewTableIfLimitReached(StringBuilder) - Method in class ch.qos.logback.core.html.HTMLLayoutBase
 
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - Class in org.slf4j.impl
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
StaticMDCBinder - Class in org.slf4j.impl
This implementation is bound to LogbackMDCAdapter.
Status - Interface in ch.qos.logback.core.status
 
STATUS_LISTENER_CLASS - Static variable in class ch.qos.logback.classic.util.ContextInitializer
 
StatusBase - Class in ch.qos.logback.core.status
 
statusList - Variable in class ch.qos.logback.core.BasicStatusManager
 
StatusListener - Interface in ch.qos.logback.core.status
A StatusListener registered with logback context's StatusManager will receive notification of every incoming status message.
StatusListenerAction - Class in ch.qos.logback.core.joran.action
 
StatusListenerAction() - Constructor for class ch.qos.logback.core.joran.action.StatusListenerAction
 
StatusListenerAsList - Class in ch.qos.logback.core.status
Collect all incoming events in a list.
StatusListenerAsList() - Constructor for class ch.qos.logback.core.status.StatusListenerAsList
 
StatusListenerConfigHelper - Class in ch.qos.logback.classic.util
 
StatusListenerConfigHelper() - Constructor for class ch.qos.logback.classic.util.StatusListenerConfigHelper
 
statusListenerList - Variable in class ch.qos.logback.core.BasicStatusManager
 
statusListenerListLock - Variable in class ch.qos.logback.core.BasicStatusManager
 
statusListLock - Variable in class ch.qos.logback.core.BasicStatusManager
 
StatusManager - Interface in ch.qos.logback.core.status
Internal error messages (statii) are managed by instances of this interface.
StatusPrinter - Class in ch.qos.logback.core.util
 
StatusPrinter() - Constructor for class ch.qos.logback.core.util.StatusPrinter
 
StatusUtil - Class in ch.qos.logback.core.status
 
StatusUtil(StatusManager) - Constructor for class ch.qos.logback.core.status.StatusUtil
 
StatusUtil(Context) - Constructor for class ch.qos.logback.core.status.StatusUtil
 
STEUtil - Class in ch.qos.logback.classic.spi
 
STEUtil() - Constructor for class ch.qos.logback.classic.spi.STEUtil
 
stop() - Method in class ch.qos.logback.classic.android.SQLiteAppender
 
stop() - Method in class ch.qos.logback.classic.jul.LevelChangePropagator
Deprecated.
 
stop() - Method in class ch.qos.logback.classic.LoggerContext
 
stop() - Method in class ch.qos.logback.classic.net.ReceiverBase
stop() - Method in class ch.qos.logback.classic.pattern.MDCConverter
 
stop() - Method in class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 
stop() - Method in class ch.qos.logback.classic.turbo.DuplicateMessageFilter
 
stop() - Method in class ch.qos.logback.classic.turbo.TurboFilter
 
stop() - Method in class ch.qos.logback.core.AppenderBase
 
stop() - Method in class ch.qos.logback.core.AsyncAppenderBase
 
stop() - Method in class ch.qos.logback.core.boolex.EventEvaluatorBase
 
stop() - Method in class ch.qos.logback.core.ContextBase
 
stop() - Method in class ch.qos.logback.core.encoder.EncoderBase
 
stop() - Method in class ch.qos.logback.core.encoder.LayoutWrappingEncoder
 
stop() - Method in class ch.qos.logback.core.filter.Filter
 
stop() - Method in class ch.qos.logback.core.LayoutBase
 
stop() - Method in class ch.qos.logback.core.net.AbstractSocketAppender
stop() - Method in class ch.qos.logback.core.net.server.AbstractServerSocketAppender
 
stop() - Method in class ch.qos.logback.core.net.server.ConcurrentServerRunner
Stops execution of the runner.
stop() - Method in interface ch.qos.logback.core.net.server.ServerRunner
Stops execution of the runner.
stop() - Method in class ch.qos.logback.core.net.server.ServerSocketAppenderBase
 
stop() - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
stop() - Method in class ch.qos.logback.core.net.SyslogAppenderBase
 
stop() - Method in class ch.qos.logback.core.OutputStreamAppender
Stop this appender instance.
stop() - Method in class ch.qos.logback.core.pattern.DynamicConverter
 
stop() - Method in class ch.qos.logback.core.read.CyclicBufferAppender
 
stop() - Method in class ch.qos.logback.core.rolling.RollingFileAppender
 
stop() - Method in class ch.qos.logback.core.rolling.RollingPolicyBase
 
stop() - Method in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
stop() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
stop() - Method in class ch.qos.logback.core.rolling.TriggeringPolicyBase
 
stop() - Method in class ch.qos.logback.core.sift.AbstractDiscriminator
 
stop() - Method in class ch.qos.logback.core.sift.SiftingAppenderBase
 
stop() - Method in interface ch.qos.logback.core.spi.LifeCycle
 
stop() - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
STOP_PEBBLE - Static variable in class ch.qos.logback.core.encoder.ObjectStreamEncoder
 
StringCollectionUtil - Class in ch.qos.logback.core.util
Static utility methods for working with collections of strings.
StringCollectionUtil() - Constructor for class ch.qos.logback.core.util.StringCollectionUtil
 
StringToObjectConverter - Class in ch.qos.logback.core.joran.util
Utility class which can convert string into objects.
StringToObjectConverter() - Constructor for class ch.qos.logback.core.joran.util.StringToObjectConverter
 
stringToScope(String) - Static method in class ch.qos.logback.core.joran.action.ActionUtil
Convert a string into a scope.
subAppend(CyclicBuffer<ILoggingEvent>, ILoggingEvent) - Method in class ch.qos.logback.classic.net.SMTPAppender
Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer.
subAppend(E) - Method in class ch.qos.logback.core.FileAppender
 
subAppend(CyclicBuffer<E>, E) - Method in class ch.qos.logback.core.net.SMTPAppenderBase
 
subAppend(E) - Method in class ch.qos.logback.core.OutputStreamAppender
Actual writing occurs here.
subAppend(E) - Method in class ch.qos.logback.core.rolling.RollingFileAppender
This method differentiates RollingFileAppender from its super class.
subjectLayout - Variable in class ch.qos.logback.core.net.SMTPAppenderBase
 
subjoinFirstLine(StringBuilder, IThrowableProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
subjoinFirstLineRootCauseFirst(StringBuilder, IThrowableProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
subjoinPackagingData(StringBuilder, StackTraceElementProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
subjoinSTEP(StringBuilder, StackTraceElementProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
subjoinSTEPArray(StringBuilder, int, IThrowableProxy) - Method in class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 
subjoinSTEPArray(StringBuilder, IThrowableProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
Deprecated.
Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.
subjoinSTEPArray(StringBuilder, int, IThrowableProxy) - Static method in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
subst(String) - Method in class ch.qos.logback.core.joran.spi.InterpretationContext
 
substituteVariable(String, PropertyContainer, PropertyContainer) - Static method in class ch.qos.logback.core.subst.NodeToStringTransformer
 
substVars(String, PropertyContainer) - Static method in class ch.qos.logback.core.util.OptionHelper
 
substVars(String, PropertyContainer, PropertyContainer) - Static method in class ch.qos.logback.core.util.OptionHelper
See http://logback.qos.ch/manual/configuration.html#variableSubstitution
successfulExtraction(Throwable) - Static method in class ch.qos.logback.classic.spi.EventArgUtil
 
suffixPattern - Variable in class ch.qos.logback.core.net.SyslogAppenderBase
 
SUPPRESSED - Static variable in class ch.qos.logback.core.CoreConstants
 
SUPPRESSED_EXCEPTION_INDENT - Static variable in class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
SYSLOG_PORT - Static variable in class ch.qos.logback.core.net.SyslogConstants
 
SyslogAppender - Class in ch.qos.logback.classic.net
This appender can be used to send messages to a remote syslog daemon.
SyslogAppender() - Constructor for class ch.qos.logback.classic.net.SyslogAppender
 
SyslogAppenderBase<E> - Class in ch.qos.logback.core.net
Base class for SyslogAppender.
SyslogAppenderBase() - Constructor for class ch.qos.logback.core.net.SyslogAppenderBase
 
SyslogConstants - Class in ch.qos.logback.core.net
Constants used by syslog daemon and transitively by SyslogAppenderBase.
SyslogConstants() - Constructor for class ch.qos.logback.core.net.SyslogConstants
 
SyslogOutputStream - Class in ch.qos.logback.core.net
SyslogOutputStream is a wrapper around the DatagramSocket class so that it behaves like an OutputStream.
SyslogOutputStream(String, int) - Constructor for class ch.qos.logback.core.net.SyslogOutputStream
 
SyslogStartConverter - Class in ch.qos.logback.classic.pattern
 
SyslogStartConverter() - Constructor for class ch.qos.logback.classic.pattern.SyslogStartConverter
 
SystemPropertiesProxy - Class in ch.qos.logback.core.android
A proxy to get Android's global system properties (as opposed to the default process-level system properties).

T

TAB - Static variable in class ch.qos.logback.core.CoreConstants
 
TABLE_ROW_LIMIT - Static variable in class ch.qos.logback.core.CoreConstants
Number of rows before in an HTML table before, we close the table and create a new one
TableName - Enum in ch.qos.logback.classic.db.names
 
TAIL_SIZE - Static variable in class ch.qos.logback.core.BasicStatusManager
 
tailBuffer - Variable in class ch.qos.logback.core.BasicStatusManager
 
target - Variable in class ch.qos.logback.core.ConsoleAppender
Deprecated.
 
TargetLengthBasedClassNameAbbreviator - Class in ch.qos.logback.classic.pattern
 
TargetLengthBasedClassNameAbbreviator(int) - Constructor for class ch.qos.logback.classic.pattern.TargetLengthBasedClassNameAbbreviator
 
tbrp - Variable in class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
ThreadConverter - Class in ch.qos.logback.classic.pattern
Return the events thread (usually the current thread).
ThreadConverter() - Constructor for class ch.qos.logback.classic.pattern.ThreadConverter
 
ThresholdFilter - Class in ch.qos.logback.classic.filter
Filters events below the threshold level.
ThresholdFilter() - Constructor for class ch.qos.logback.classic.filter.ThresholdFilter
 
ThrowableHandlingConverter - Class in ch.qos.logback.classic.pattern
Converter which handle throwables should be derived from this class.
ThrowableHandlingConverter() - Constructor for class ch.qos.logback.classic.pattern.ThrowableHandlingConverter
 
ThrowableProxy - Class in ch.qos.logback.classic.spi
 
ThrowableProxy(Throwable) - Constructor for class ch.qos.logback.classic.spi.ThrowableProxy
 
ThrowableProxyConverter - Class in ch.qos.logback.classic.pattern
Add a stack trace in case the event contains a Throwable.
ThrowableProxyConverter() - Constructor for class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - Method in class ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - Method in class ch.qos.logback.classic.pattern.ThrowableProxyConverter
 
ThrowableProxyUtil - Class in ch.qos.logback.classic.spi
Convert a throwable into an array of ThrowableDataPoint objects.
ThrowableProxyUtil() - Constructor for class ch.qos.logback.classic.spi.ThrowableProxyUtil
 
ThrowableProxyVO - Class in ch.qos.logback.classic.spi
 
ThrowableProxyVO() - Constructor for class ch.qos.logback.classic.spi.ThrowableProxyVO
 
ThrowableToStringArray - Class in ch.qos.logback.core.helpers
 
ThrowableToStringArray() - Constructor for class ch.qos.logback.core.helpers.ThrowableToStringArray
 
TimeBasedArchiveRemover - Class in ch.qos.logback.core.rolling.helper
 
TimeBasedArchiveRemover(FileNamePattern, RollingCalendar) - Constructor for class ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
 
TimeBasedFileNamingAndTriggeringPolicy<E> - Interface in ch.qos.logback.core.rolling
This interface lists the set of methods that need to be implemented by triggering policies which are nested within a TimeBasedRollingPolicy.
TimeBasedFileNamingAndTriggeringPolicyBase<E> - Class in ch.qos.logback.core.rolling
 
TimeBasedFileNamingAndTriggeringPolicyBase() - Constructor for class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
 
TimeBasedRollingPolicy<E> - Class in ch.qos.logback.core.rolling
TimeBasedRollingPolicy is both easy to configure and quite powerful.
TimeBasedRollingPolicy() - Constructor for class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
timeOfLastReset() - Method in class ch.qos.logback.core.status.StatusUtil
Return the time of last reset.
timeout - Variable in class ch.qos.logback.core.spi.AbstractComponentTracker
 
TimestampAction - Class in ch.qos.logback.core.joran.action
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.
TimestampAction() - Constructor for class ch.qos.logback.core.joran.action.TimestampAction
 
title - Variable in class ch.qos.logback.core.html.HTMLLayoutBase
 
toBoolean(String, boolean) - Static method in class ch.qos.logback.core.util.OptionHelper
If value is "true", then true is returned.
toHexString(byte[]) - Static method in class ch.qos.logback.core.encoder.ByteArrayUtil
 
toInt() - Method in class ch.qos.logback.classic.Level
Returns the integer representation of this Level.
toInteger() - Method in class ch.qos.logback.classic.Level
Convert a Level to an Integer object.
Token - Class in ch.qos.logback.core.subst
 
Token(Token.Type, String) - Constructor for class ch.qos.logback.core.subst.Token
 
Token.Type - Enum in ch.qos.logback.core.subst
 
TokenConverter - Class in ch.qos.logback.core.rolling.helper
TokenConverter offers some basic functionality used by more specific token converters.
TokenConverter(int) - Constructor for class ch.qos.logback.core.rolling.helper.TokenConverter
 
Tokenizer - Class in ch.qos.logback.core.subst
 
Tokenizer(String) - Constructor for class ch.qos.logback.core.subst.Tokenizer
 
toLevel(String) - Static method in class ch.qos.logback.classic.Level
Convert the string passed as argument to a Level.
toLevel(int) - Static method in class ch.qos.logback.classic.Level
Convert an integer passed as argument to a Level.
toLevel(int, Level) - Static method in class ch.qos.logback.classic.Level
Convert an integer passed as argument to a Level.
toLevel(String, Level) - Static method in class ch.qos.logback.classic.Level
Convert the string passed as argument to a Level.
toLocationAwareLoggerInteger(Level) - Static method in class ch.qos.logback.classic.Level
Convert this level instance to an integer value defined in the LocationAwareLogger interface.
toRegex() - Method in class ch.qos.logback.core.rolling.helper.DateTokenConverter
 
toRegex() - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
Given date, convert this instance to a regular expression
toRegex() - Method in class ch.qos.logback.core.util.DatePatternToRegexUtil
 
toRegexForFixedDate(Date) - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
Given date, convert this instance to a regular expression.
toStableString() - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
toString() - Method in class ch.qos.logback.classic.Level
Returns the string representation of this Level.
toString() - Method in class ch.qos.logback.classic.Logger
 
toString() - Method in class ch.qos.logback.classic.LoggerContext
 
toString() - Method in class ch.qos.logback.classic.net.SocketNode
 
toString() - Method in class ch.qos.logback.classic.spi.LoggerContextVO
 
toString() - Method in class ch.qos.logback.classic.spi.LoggingEvent
 
toString() - Method in class ch.qos.logback.classic.spi.StackTraceElementProxy
 
toString() - Method in class ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
 
toString() - Method in class ch.qos.logback.core.AppenderBase
 
toString() - Method in class ch.qos.logback.core.ContextBase
 
toString() - Method in class ch.qos.logback.core.joran.action.Action
 
toString() - Method in class ch.qos.logback.core.joran.event.BodyEvent
 
toString() - Method in class ch.qos.logback.core.joran.event.EndEvent
 
toString() - Method in class ch.qos.logback.core.joran.event.StartEvent
 
toString() - Method in class ch.qos.logback.core.joran.spi.ElementPath
 
toString() - Method in class ch.qos.logback.core.joran.spi.SimpleRuleStore
 
toString() - Method in class ch.qos.logback.core.net.server.ServerSocketListener
toString() - Method in class ch.qos.logback.core.pattern.CompositeConverter
 
toString() - Method in class ch.qos.logback.core.pattern.FormatInfo
 
toString() - Method in class ch.qos.logback.core.pattern.parser.CompositeNode
 
toString() - Method in class ch.qos.logback.core.pattern.parser.Node
 
toString() - Method in class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
 
toString() - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
toString() - Method in class ch.qos.logback.core.recovery.ResilientFileOutputStream
 
toString() - Method in class ch.qos.logback.core.recovery.ResilientSyslogOutputStream
 
toString() - Method in class ch.qos.logback.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy
 
toString() - Method in class ch.qos.logback.core.rolling.helper.Compressor
 
toString() - Method in class ch.qos.logback.core.rolling.helper.FileNamePattern
 
toString() - Method in class ch.qos.logback.core.rolling.helper.RenameUtil
 
toString() - Method in class ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
 
toString() - Method in class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
 
toString() - Method in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
toString() - Method in class ch.qos.logback.core.status.StatusBase
 
toString() - Method in class ch.qos.logback.core.subst.Node
 
toString() - Method in class ch.qos.logback.core.subst.Token
 
toString() - Method in class ch.qos.logback.core.UnsynchronizedAppenderBase
 
toString() - Method in class ch.qos.logback.core.util.Duration
 
TRACE - Static variable in class ch.qos.logback.classic.Level
The TRACE level designates informational events of very low importance.
trace(String) - Method in class ch.qos.logback.classic.Logger
 
trace(String, Object) - Method in class ch.qos.logback.classic.Logger
 
trace(String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
trace(String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
trace(String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
trace(Marker, String) - Method in class ch.qos.logback.classic.Logger
 
trace(Marker, String, Object) - Method in class ch.qos.logback.classic.Logger
 
trace(Marker, String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
trace(Marker, String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
trace(Marker, String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
TRACE_INT - Static variable in class ch.qos.logback.classic.Level
 
TRACE_INTEGER - Static variable in class ch.qos.logback.classic.Level
 
transform(ILoggingEvent) - Method in class ch.qos.logback.classic.net.LoggingEventPreSerializationTransformer
 
Transform - Class in ch.qos.logback.core.helpers
Utility class for transforming strings.
Transform() - Constructor for class ch.qos.logback.core.helpers.Transform
 
transform(E, String) - Method in class ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase
Deprecated.
 
transform(E, String) - Method in class ch.qos.logback.core.pattern.CompositeConverter
 
transform(E, String) - Method in class ch.qos.logback.core.pattern.IdentityCompositeConverter
 
transform(E, String) - Method in class ch.qos.logback.core.pattern.ReplacingCompositeConverter
 
transform(E) - Method in interface ch.qos.logback.core.spi.PreSerializationTransformer
 
transform() - Method in class ch.qos.logback.core.subst.NodeToStringTransformer
 
TriggeringPolicy<E> - Interface in ch.qos.logback.core.rolling
A TriggeringPolicy controls the conditions under which roll-over occurs.
TriggeringPolicyBase<E> - Class in ch.qos.logback.core.rolling
SizeBasedTriggeringPolicy looks at size of the file being currently written to.
TriggeringPolicyBase() - Constructor for class ch.qos.logback.core.rolling.TriggeringPolicyBase
 
trimmedCopy(Object[]) - Static method in class ch.qos.logback.classic.spi.EventArgUtil
This method should be called only if EventArgUtil.successfulExtraction(Throwable) returns true.
TrustManagerFactoryFactoryBean - Class in ch.qos.logback.core.net.ssl
A factory bean for a JSSE TrustManagerFactory.
TrustManagerFactoryFactoryBean() - Constructor for class ch.qos.logback.core.net.ssl.TrustManagerFactoryFactoryBean
 
TurboFilter - Class in ch.qos.logback.classic.turbo
TurboFilter is a specialized filter with a decide method that takes a bunch of parameters instead of a single event object.
TurboFilter() - Constructor for class ch.qos.logback.classic.turbo.TurboFilter
 
TurboFilterList - Class in ch.qos.logback.classic.spi
Implementation of TurboFilterAttachable.
TurboFilterList() - Constructor for class ch.qos.logback.classic.spi.TurboFilterList
 

U

UNDEFINED_PROPERTY_SUFFIX - Static variable in class ch.qos.logback.core.CoreConstants
 
UNINITIALIZED - Static variable in class ch.qos.logback.core.rolling.helper.DefaultArchiveRemover
 
UnsynchronizedAppenderBase<E> - Class in ch.qos.logback.core
Similar to AppenderBase except that derived appenders need to handle thread synchronization on their own.
UnsynchronizedAppenderBase() - Constructor for class ch.qos.logback.core.UnsynchronizedAppenderBase
 
updateMaskIfNecessary(long) - Method in class ch.qos.logback.core.util.InvocationGate
 
UrlCssBuilder - Class in ch.qos.logback.classic.html
This class helps the HTMLLayout build the CSS link.
UrlCssBuilder() - Constructor for class ch.qos.logback.classic.html.UrlCssBuilder
 
urlForResource(String) - Static method in class ch.qos.logback.core.util.LocationUtil
Converts a string describing the location of a resource into a URL object.

V

value - Variable in class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
 
VALUE_ATTR - Static variable in class ch.qos.logback.core.joran.action.ActionConst
 
VALUE_ATTRIBUTE - Static variable in class ch.qos.logback.core.joran.action.Action
 
VALUE_OF - Static variable in class ch.qos.logback.core.CoreConstants
By convention, we assume that the static method named "valueOf" taking a string argument can restore a given object from its string representation.
valueOf(String) - Static method in enum ch.qos.logback.classic.db.names.ColumnName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.qos.logback.classic.db.names.TableName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class ch.qos.logback.classic.Level
This method exists in order to comply with Joran's valueOf convention.
valueOf(String) - Static method in enum ch.qos.logback.core.joran.action.ActionUtil.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.qos.logback.core.joran.spi.ConsoleTarget
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class ch.qos.logback.core.pattern.FormatInfo
This method is used to parse a string such as "5", ".7", "5.7" or "-5.7" into a FormatInfo.
valueOf(String) - Static method in enum ch.qos.logback.core.rolling.helper.CompressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.qos.logback.core.rolling.helper.PeriodicityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.qos.logback.core.spi.FilterReply
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.qos.logback.core.subst.Token.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.qos.logback.core.util.AggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class ch.qos.logback.core.util.Duration
 
valueOf(String) - Static method in class ch.qos.logback.core.util.FileSize
 
values() - Static method in enum ch.qos.logback.classic.db.names.ColumnName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.classic.db.names.TableName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.core.joran.action.ActionUtil.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.core.joran.spi.ConsoleTarget
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.core.rolling.helper.CompressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.core.rolling.helper.PeriodicityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.core.spi.FilterReply
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.core.subst.Token.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.qos.logback.core.util.AggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_CODE_KEY - Static variable in class ch.qos.logback.core.CoreConstants
The key under which the application version code is registered in the logger context.
VERSION_NAME_KEY - Static variable in class ch.qos.logback.core.CoreConstants
The key under which the application version name is registered in the logger context.
visit(T) - Method in interface ch.qos.logback.core.net.server.ClientVisitor
 

W

WAIT_BETWEEN_SUCCESSIVE_REMOVAL_ITERATIONS - Static variable in class ch.qos.logback.core.spi.AbstractComponentTracker
The minimum amount of time that has to elapse between successive removal iterations.
WARN - Static variable in class ch.qos.logback.classic.Level
The WARN level designates potentially harmful situations.
warn(String) - Method in class ch.qos.logback.classic.Logger
 
warn(String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
warn(String, Object) - Method in class ch.qos.logback.classic.Logger
 
warn(String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
warn(String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
warn(Marker, String) - Method in class ch.qos.logback.classic.Logger
 
warn(Marker, String, Object) - Method in class ch.qos.logback.classic.Logger
 
warn(Marker, String, Object[]) - Method in class ch.qos.logback.classic.Logger
 
warn(Marker, String, Object, Object) - Method in class ch.qos.logback.classic.Logger
 
warn(Marker, String, Throwable) - Method in class ch.qos.logback.classic.Logger
 
WARN - Static variable in interface ch.qos.logback.core.status.Status
 
WARN_INT - Static variable in class ch.qos.logback.classic.Level
 
WARN_INTEGER - Static variable in class ch.qos.logback.classic.Level
 
warning(SAXParseException) - Method in class ch.qos.logback.core.joran.event.SaxEventRecorder
 
WARNING_SEVERITY - Static variable in class ch.qos.logback.core.net.SyslogConstants
Warning: warning conditions
WarnStatus - Class in ch.qos.logback.core.status
 
WarnStatus(String, Object) - Constructor for class ch.qos.logback.core.status.WarnStatus
 
WarnStatus(String, Object, Throwable) - Constructor for class ch.qos.logback.core.status.WarnStatus
 
wasConfigurationWatchListReset(Context) - Static method in class ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
 
WHITE_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
WhiteCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
WhiteCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.WhiteCompositeConverter
Deprecated.
 
WRAPPED_BY - Static variable in class ch.qos.logback.core.CoreConstants
 
write(byte[], int, int) - Method in class ch.qos.logback.core.net.SyslogOutputStream
 
write(int) - Method in class ch.qos.logback.core.net.SyslogOutputStream
 
write(int) - Method in class ch.qos.logback.core.NOPOutputStream
 
write(StringBuilder, E) - Method in class ch.qos.logback.core.pattern.Converter
In its simplest incarnation, a convert simply appends the data extracted from the event to the buffer passed as parameter.
write(StringBuilder, E) - Method in class ch.qos.logback.core.pattern.FormattingConverter
 
write(byte[], int, int) - Method in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
write(int) - Method in class ch.qos.logback.core.recovery.ResilientOutputStreamBase
 
writeLoopOnConverters(E) - Method in class ch.qos.logback.core.pattern.PatternLayoutBase
 
writeOut(E) - Method in class ch.qos.logback.core.FileAppender
 
writeOut(E) - Method in class ch.qos.logback.core.OutputStreamAppender
 

X

XML_PARSING - Static variable in class ch.qos.logback.core.CoreConstants
 
XMLLayout - Class in ch.qos.logback.classic.log4j
Generates log4j.dtd compliant XML documents.
XMLLayout() - Constructor for class ch.qos.logback.classic.log4j.XMLLayout
 

Y

YELLOW_FG - Static variable in class ch.qos.logback.core.pattern.color.ANSIConstants
Deprecated.
 
YellowCompositeConverter<E> - Class in ch.qos.logback.core.pattern.color
Deprecated. 
YellowCompositeConverter() - Constructor for class ch.qos.logback.core.pattern.color.YellowCompositeConverter
Deprecated.
 

Z

ZIP_ENTRY_DATE_PATTERN - Static variable in class ch.qos.logback.core.rolling.FixedWindowRollingPolicy
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2005–2014 QOS.ch. All rights reserved.