- abbreviate(String, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.NameAbbreviator
-
Abbreviates a name in a String.
- abbreviate(String, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.NameAbbreviator.MaxElementAbbreviator
-
Abbreviate name.
- abbreviate(int, String, StringBuilder) - Method in enum org.apache.logging.log4j.core.pattern.NameAbbreviator.MaxElementAbbreviator.Strategy
-
- abbreviate(String, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.NameAbbreviator.NOPAbbreviator
-
Abbreviates a name in a String.
- abbreviate(String, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.NameAbbreviator.PatternAbbreviator
-
Abbreviates name.
- abbreviate(StringBuilder, int) - Method in class org.apache.logging.log4j.core.pattern.NameAbbreviator.PatternAbbreviatorFragment
-
Abbreviate element of name.
- abbreviate(String, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.NamePatternConverter
-
Abbreviate name in string buffer.
- ABBREVIATED_YEAR_STRATEGY - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- abbreviator - Variable in class org.apache.logging.log4j.core.pattern.NamePatternConverter
-
Abbreviator.
- AbstractAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Abstract base class for implementations of Action.
- AbstractAction() - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Constructor.
- AbstractAppender - Class in org.apache.logging.log4j.core.appender
-
Abstract base class for Appenders.
- AbstractAppender(String, Filter, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.AbstractAppender
-
Constructor that defaults to suppressing exceptions.
- AbstractAppender(String, Filter, Layout<? extends Serializable>, boolean) - Constructor for class org.apache.logging.log4j.core.appender.AbstractAppender
-
Constructor.
- AbstractAppender.Builder<B extends AbstractAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Subclasses can extend this abstract Builder.
- AbstractBuilder() - Constructor for class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- AbstractConfiguration - Class in org.apache.logging.log4j.core.config
-
The base Configuration.
- AbstractConfiguration(LoggerContext, ConfigurationSource) - Constructor for class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Constructor.
- AbstractConfigurationAwareLookup - Class in org.apache.logging.log4j.core.lookup
-
StrLookup that is ConfigurationAware.
- AbstractConfigurationAwareLookup() - Constructor for class org.apache.logging.log4j.core.lookup.AbstractConfigurationAwareLookup
-
- AbstractFilter - Class in org.apache.logging.log4j.core.filter
-
Users should extend this class to implement filters.
- AbstractFilter() - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilter
-
The default constructor.
- AbstractFilter(Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilter
-
Constructor that allows the onMatch and onMismatch actions to be set.
- AbstractFilterable - Class in org.apache.logging.log4j.core.filter
-
Enhances a Class by allowing it to contain Filters.
- AbstractFilterable(Filter) - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilterable
-
- AbstractFilterable() - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilterable
-
- AbstractFilterable.Builder<B extends AbstractFilterable.Builder<B>> - Class in org.apache.logging.log4j.core.filter
-
Subclasses can extend this abstract Builder.
- AbstractFlowMessage(String, Message) - Constructor for class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- AbstractKeyStoreConfiguration - Class in org.apache.logging.log4j.core.net.ssl
-
Configuration of the KeyStore
- AbstractKeyStoreConfiguration(String, String, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- AbstractLayout<T extends java.io.Serializable> - Class in org.apache.logging.log4j.core.layout
-
Abstract base class for Layouts.
- AbstractLayout(byte[], byte[]) - Constructor for class org.apache.logging.log4j.core.layout.AbstractLayout
-
- AbstractLayout(Configuration, byte[], byte[]) - Constructor for class org.apache.logging.log4j.core.layout.AbstractLayout
-
Constructs a layout with an optional header and footer.
- AbstractLayout.Builder<B extends AbstractLayout.Builder<B>> - Class in org.apache.logging.log4j.core.layout
-
Subclasses can extend this abstract Builder.
- AbstractLifeCycle - Class in org.apache.logging.log4j.core
-
A life cycle to be extended.
- AbstractLifeCycle() - Constructor for class org.apache.logging.log4j.core.AbstractLifeCycle
-
- AbstractLogEvent - Class in org.apache.logging.log4j.core
-
An abstract log event implementation with default values for all methods.
- AbstractLogEvent() - Constructor for class org.apache.logging.log4j.core.AbstractLogEvent
-
- AbstractLogger - Class in org.apache.logging.log4j.spi
-
Base implementation of a Logger.
- AbstractLogger() - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
-
Creates a new logger named after this class (or subclass).
- AbstractLogger(String) - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
-
Creates a new named logger.
- AbstractLogger(String, MessageFactory) - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
-
- AbstractLoggerAdapter<L> - Class in org.apache.logging.log4j.spi
-
Provides an abstract base class to use for implementing LoggerAdapter.
- AbstractLoggerAdapter() - Constructor for class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- AbstractLookup - Class in org.apache.logging.log4j.core.lookup
-
A default lookup for others to extend.
- AbstractLookup() - Constructor for class org.apache.logging.log4j.core.lookup.AbstractLookup
-
- AbstractManager - Class in org.apache.logging.log4j.core.appender
-
Abstract base class used to register managers.
- AbstractManager(LoggerContext, String) - Constructor for class org.apache.logging.log4j.core.appender.AbstractManager
-
- AbstractMessageFactory - Class in org.apache.logging.log4j.message
-
- AbstractMessageFactory() - Constructor for class org.apache.logging.log4j.message.AbstractMessageFactory
-
- AbstractOutputStreamAppender<M extends OutputStreamManager> - Class in org.apache.logging.log4j.core.appender
-
Appends log events as bytes to a byte output stream.
- AbstractOutputStreamAppender(String, Layout<? extends Serializable>, Filter, boolean, boolean, M) - Constructor for class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
Instantiates a WriterAppender and set the output destination to a new OutputStreamWriter
initialized with os
as its OutputStream
.
- AbstractOutputStreamAppender.Builder<B extends AbstractOutputStreamAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Subclasses can extend this abstract Builder.
- AbstractPathAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Abstract action for processing files that are accepted by the specified PathFilters.
- AbstractPathAction(String, boolean, int, PathCondition[], StrSubstitutor) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Creates a new AbstractPathAction that starts scanning for files to process from the specified base path.
- AbstractPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
AbstractPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
- AbstractPatternConverter(String, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
-
Create a new pattern converter.
- AbstractPluginVisitor<A extends java.lang.annotation.Annotation> - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
Base class for PluginVisitor implementations.
- AbstractPluginVisitor(Class<A>) - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
This constructor must be overridden by implementation classes as a no-arg constructor.
- AbstractRolloverStrategy - Class in org.apache.logging.log4j.core.appender.rolling
-
- AbstractRolloverStrategy(StrSubstitutor) - Constructor for class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- AbstractScript - Class in org.apache.logging.log4j.core.script
-
Container for the language and body of a script.
- AbstractScript(String, String, String) - Constructor for class org.apache.logging.log4j.core.script.AbstractScript
-
- AbstractScriptRunner() - Constructor for class org.apache.logging.log4j.core.script.ScriptManager.AbstractScriptRunner
-
- AbstractSocketManager - Class in org.apache.logging.log4j.core.net
-
Abstract base class for managing sockets.
- AbstractSocketManager(String, OutputStream, InetAddress, String, int, Layout<? extends Serializable>, boolean, int) - Constructor for class org.apache.logging.log4j.core.net.AbstractSocketManager
-
The Constructor.
- AbstractStringLayout - Class in org.apache.logging.log4j.core.layout
-
Abstract base class for Layouts that result in a String.
- AbstractStringLayout(Charset) - Constructor for class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- AbstractStringLayout(Charset, byte[], byte[]) - Constructor for class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
Builds a new layout.
- AbstractStringLayout(Configuration, Charset, AbstractStringLayout.Serializer, AbstractStringLayout.Serializer) - Constructor for class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
Builds a new layout.
- AbstractStringLayout.Builder<B extends AbstractStringLayout.Builder<B>> - Class in org.apache.logging.log4j.core.layout
-
- AbstractStringLayout.Serializer - Interface in org.apache.logging.log4j.core.layout
-
- AbstractStringLayout.Serializer2 - Interface in org.apache.logging.log4j.core.layout
-
- AbstractStyleNameConverter - Class in org.apache.logging.log4j.core.pattern
-
Style pattern converter.
- AbstractStyleNameConverter(String, List<PatternFormatter>, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter
-
Constructs the converter.
- AbstractStyleNameConverter.Black - Class in org.apache.logging.log4j.core.pattern
-
Black style pattern converter.
- AbstractStyleNameConverter.Blue - Class in org.apache.logging.log4j.core.pattern
-
Blue style pattern converter.
- AbstractStyleNameConverter.Cyan - Class in org.apache.logging.log4j.core.pattern
-
Cyan style pattern converter.
- AbstractStyleNameConverter.Green - Class in org.apache.logging.log4j.core.pattern
-
Green style pattern converter.
- AbstractStyleNameConverter.Magenta - Class in org.apache.logging.log4j.core.pattern
-
Magenta style pattern converter.
- AbstractStyleNameConverter.Red - Class in org.apache.logging.log4j.core.pattern
-
Red style pattern converter.
- AbstractStyleNameConverter.White - Class in org.apache.logging.log4j.core.pattern
-
White style pattern converter.
- AbstractStyleNameConverter.Yellow - Class in org.apache.logging.log4j.core.pattern
-
Yellow style pattern converter.
- AbstractTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
- AbstractTriggeringPolicy() - Constructor for class org.apache.logging.log4j.core.appender.rolling.AbstractTriggeringPolicy
-
- AbstractWriterAppender<M extends WriterManager> - Class in org.apache.logging.log4j.core.appender
-
Appends log events as strings to a writer.
- AbstractWriterAppender(String, StringLayout, Filter, boolean, boolean, M) - Constructor for class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
Instantiates.
- ACCEPT - Static variable in class org.apache.log4j.spi.Filter
-
The log event must be logged immediately without consulting with
the remaining filters, if any, in the chain.
- accept(Path, Path, BasicFileAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- accept(Path, Path, BasicFileAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- accept(Path, Path, BasicFileAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAll
-
- accept(PathCondition[], Path, Path, BasicFileAttributes) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfAll
-
Returns true
if all the specified conditions accept the specified path, false
otherwise.
- accept(Path, Path, BasicFileAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAny
-
- accept(Path, Path, BasicFileAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- accept(Path, Path, BasicFileAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- accept(Path, Path, BasicFileAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
- accept(Path, Path, BasicFileAttributes) - Method in interface org.apache.logging.log4j.core.appender.rolling.action.PathCondition
-
Returns true
if the specified candidate path should be deleted, false
otherwise.
- accept(K, V) - Method in interface org.apache.logging.log4j.util.BiConsumer
-
Performs the operation given the specified arguments.
- accept(K, V, S) - Method in interface org.apache.logging.log4j.util.TriConsumer
-
Performs the operation given the specified arguments.
- accumulatedSize - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- Action - Interface in org.apache.logging.log4j.core.appender.rolling.action
-
The Action interface should be implemented by any class that performs
file system actions for RollingFileAppenders after the close of
the active log file.
- action - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.AsyncAction
-
- actions - Variable in class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
-
Actions to perform.
- activateOptions() - Method in class org.apache.log4j.spi.Filter
-
Usually filters options become active when set.
- Activator - Class in org.apache.logging.log4j.core.osgi
-
OSGi BundleActivator.
- Activator() - Constructor for class org.apache.logging.log4j.core.osgi.Activator
-
- activeFileName - Variable in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Active log file name after rollover.
- actualAsyncLog(RingBufferLogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
This method is called by the EventHandler that processes the RingBufferLogEvent in a separate thread.
- adapter - Static variable in class org.apache.log4j.Category
-
- add(Runnable) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.EmptyQueue
-
- add(AppenderControl) - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
Adds an AppenderControl to this set.
- add(LayoutComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.AppenderComponentBuilder
-
Adds a Layout to the Appender component.
- add(ScriptComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds a ScriptComponent.
- add(ScriptFileComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds a ScriptFileComponent.
- add(AppenderComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds an AppenderComponent.
- add(CustomLevelComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds a CustomLevel component.
- add(FilterComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds a Filter component.
- add(LoggerComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds a Logger component.
- add(RootLoggerComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds the root Logger component.
- add(FilterComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.FilterableComponentBuilder
-
Adds a Filter to the component.
- add(AppenderRefComponentBuilder) - Method in interface org.apache.logging.log4j.core.config.builder.api.LoggableComponentBuilder
-
Add an Appender reference to the Logger component.
- add(LayoutComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultAppenderComponentBuilder
-
- add(FilterComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultAppenderComponentBuilder
-
- add(FilterComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultAppenderRefComponentBuilder
-
- add(FilterComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultCompositeFilterComponentBuilder
-
- add(Component, ComponentBuilder<?>) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(AppenderComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(CustomLevelComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(FilterComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(ScriptComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(ScriptFileComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(LoggerComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(RootLoggerComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- add(AppenderRefComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultLoggerComponentBuilder
-
- add(FilterComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultLoggerComponentBuilder
-
- add(AppenderRefComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultRootLoggerComponentBuilder
-
- add(FilterComponentBuilder) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultRootLoggerComponentBuilder
-
- add(LogEvent) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- add(T) - Method in class org.apache.logging.log4j.core.util.CyclicBuffer
-
Adds an item as the last event in the buffer.
- add(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- add(String) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- add(E) - Method in class org.apache.logging.log4j.status.StatusLogger.BoundedQueue
-
- add(String) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- add(Marker) - Method in class org.apache.logging.slf4j.Log4jMarker
-
- addAll(Collection<? extends Runnable>) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.EmptyQueue
-
- addAll(Collection<? extends String>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- addAll(Collection<? extends String>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- addAll(Collection<? extends String>) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- addAppender(Appender) - Method in class org.apache.log4j.Category
-
No-op implementation.
- addAppender(Appender) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Adds an Appender to the configuration.
- addAppender(Appender) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- addAppender(Appender, Level, Filter) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Adds an Appender to the LoggerConfig.
- addAppender(Appender) - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is used primarily for unit testing.
- addAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
-
- addAttribute(String, String) - Method in class org.apache.logging.log4j.core.config.builder.api.Component
-
- addAttribute(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Adds a String attribute.
- addAttribute(String, Level) - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Adds a logging Level attribute.
- addAttribute(String, Enum<?>) - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Adds an enumeration attribute.
- addAttribute(String, int) - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Adds an integer attribute.
- addAttribute(String, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Adds a boolean attribute.
- addAttribute(String, Object) - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Adds an Object attribute.
- addAttribute(String, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- addAttribute(String, Enum<?>) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- addAttribute(String, int) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- addAttribute(String, Level) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- addAttribute(String, Object) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- addAttribute(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- addCharset(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ScriptFileComponentBuilder
-
- addCharset(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultScriptFileComponentBuilder
-
- addCharsetToContentType(String) - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- addComponent(String, Object) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- addComponent(Component) - Method in class org.apache.logging.log4j.core.config.builder.api.Component
-
- addComponent(ComponentBuilder<?>) - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Adds a sub component.
- addComponent(ComponentBuilder<?>) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- addComponent(String, Object) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- addDate(long, StringBuilder) - Method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
- addFactory(Collection<ConfigurationFactory>, String) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- addFactory(Collection<ConfigurationFactory>, Class<? extends ConfigurationFactory>) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- addFilter(Filter) - Method in interface org.apache.log4j.Appender
-
Add a filter to the end of the filter list.
- addFilter(Filter) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Adds a filter.
- addFilter(Filter) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- addFilter(Filter) - Method in interface org.apache.logging.log4j.core.filter.Filterable
-
Adds a new Filter.
- addFilter(Filter) - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is used primarily for unit testing.
- addFilter(Filter) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Adds a Filter to the Configuration.
- addFiltersToComponent(B, Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- addHierarchyEventListener(HierarchyEventListener) - Method in class org.apache.log4j.LogManager.Repository
-
- addHierarchyEventListener(HierarchyEventListener) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- addIfMatching(ResolverUtil.Test, String) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if
it is approved by the Test supplied.
- addIsWatched(boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ScriptFileComponentBuilder
-
- addIsWatched(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ScriptFileComponentBuilder
-
- addIsWatched(boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultScriptFileComponentBuilder
-
- addIsWatched(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultScriptFileComponentBuilder
-
- additive - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- addLanguage(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ScriptFileComponentBuilder
-
- addLanguage(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultScriptFileComponentBuilder
-
- addListener(ConfigurationListener) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Add a listener for changes on the configuration.
- addListener(ConfigurationListener) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- addLogger(String, LoggerConfig) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Add a loggerConfig.
- addLogger(String, LoggerConfig) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- addLoggerAppender(Logger, Appender) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Associates an Appender with a LoggerConfig.
- addLoggerAppender(Logger, Appender) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- addLoggerFilter(Logger, Filter) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Associates a Filter with a LoggerConfig.
- addLoggerFilter(Logger, Filter) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- addLoggersToComponent(B, Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- addMarkerIfAbsent(String, Marker) - Method in class org.apache.logging.slf4j.Log4jMarkerFactory
-
- addPackage(String) - Static method in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Adds a package name to be scanned for plugins.
- addPackages(Collection<String>) - Static method in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Adds a list of package names to be scanned for plugins.
- addParentInfo(StringBuilder, Marker...) - Static method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- addParents(Marker...) - Method in interface org.apache.logging.log4j.Marker
-
Adds a Marker as a parent to this Marker.
- addParents(Marker...) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- addProperty(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Adds a Property key and value.
- addProperty(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- addRootProperty(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Add the properties for the root node.
- addRootProperty(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- addScript(AbstractScript) - Method in class org.apache.logging.log4j.core.script.ScriptManager
-
- addShutdownCallback(Runnable) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- addShutdownCallback(Runnable) - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- addShutdownCallback(Runnable) - Method in interface org.apache.logging.log4j.core.util.ShutdownCallbackRegistry
-
Adds a Runnable shutdown callback to this class.
- addShutdownHook(Thread) - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- addToSet(int, int, int, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- adjustYear(int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Adjust dates to be within appropriate century
- advertise - Variable in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- advertise - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- advertise - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- advertise - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- advertise - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.Builder
-
- advertise - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- advertise(Map<String, String>) - Method in class org.apache.logging.log4j.core.config.DefaultAdvertiser
-
Does nothing.
- advertise(Map<String, String>) - Method in interface org.apache.logging.log4j.core.net.Advertiser
-
- advertise(Map<String, String>) - Method in class org.apache.logging.log4j.core.net.MulticastDnsAdvertiser
-
Advertise the provided entity.
- advertisement - Variable in class org.apache.logging.log4j.core.appender.FileAppender
-
- advertisement - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- advertisement - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
- advertisement - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- advertisement - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- advertisement - Variable in class org.apache.logging.log4j.core.appender.SocketAppender
-
- advertisement - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- advertiser - Variable in class org.apache.logging.log4j.core.appender.FileAppender
-
- advertiser - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- advertiser - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
- advertiser - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- advertiser - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- advertiser - Variable in class org.apache.logging.log4j.core.appender.SocketAppender
-
- advertiser - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
The Advertiser which exposes appender configurations to external systems.
- advertiser - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- Advertiser - Interface in org.apache.logging.log4j.core.net
-
- ADVERTISER_KEY - Static variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- advertiserNode - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- advertiseUri - Variable in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.FileManager
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.FileManager.FactoryData
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager.FactoryData
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager.FactoryData
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- advertiseUri - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- advertiseURI - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.Builder
-
- afterLogEvent() - Method in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- afterLogEvent() - Method in class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- afterLogEvent() - Method in class org.apache.logging.log4j.core.config.DefaultReliabilityStrategy
-
- afterLogEvent() - Method in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- afterLogEvent() - Method in interface org.apache.logging.log4j.core.config.ReliabilityStrategy
-
Called after a log event was logged.
- age - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- aliases - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- ALL - Static variable in class org.apache.log4j.Level
-
The ALL
has the lowest possible rank and is intended to
turn on all logging.
- ALL - Static variable in class org.apache.logging.log4j.Level
-
All events should be logged.
- ALL_INT - Static variable in class org.apache.log4j.Priority
-
The ALL
has the lowest possible rank and is intended to
turn on all logging.
- ALL_SPEC - Static variable in class org.apache.logging.log4j.core.util.CronExpression
-
- ALL_SPEC_INT - Static variable in class org.apache.logging.log4j.core.util.CronExpression
-
- ALL_TYPES - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory.Factory
-
- allLines() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Determines if all lines should be printed.
- allowedClasses - Variable in class org.apache.logging.log4j.core.util.FilteredObjectInputStream
-
- alwaysWriteExceptions - Variable in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- alwaysWriteExceptions - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- alwaysWriteExceptions - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- alwaysWriteExceptions - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- annotation - Variable in class org.apache.logging.log4j.core.config.plugins.validation.validators.RequiredValidator
-
- annotation - Variable in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidHostValidator
-
- annotation - Variable in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidPortValidator
-
- annotation - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- AnsiConverter - Interface in org.apache.logging.log4j.core.pattern
-
Marks classes that implement ANSI escape code conversions.
- AnsiEscape - Enum in org.apache.logging.log4j.core.pattern
-
Converts text into ANSI escape sequences.
- AnsiEscape(String) - Constructor for enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
- anyLines() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Determines if any lines should be printed.
- API_VERSION - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
Actual writing occurs here.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
Actual writing occurs here.
- append(LogEvent) - Method in interface org.apache.logging.log4j.core.Appender
-
Logs a LogEvent using whatever logic this Appender wishes to use.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Actual writing occurs here.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.CountingNoOpAppender
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
Handle the Log event.
- append - Variable in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- append - Variable in class org.apache.logging.log4j.core.appender.FileManager.FactoryData
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
Write the log entry rolling over the file when required.
- append - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- append - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager.FactoryData
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.NullAppender
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
Write the log entry rolling over the file when required.
- append - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- append - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager.FactoryData
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
Modifies the event and pass to the subordinate Appenders.
- append - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- append - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- append - Variable in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Should active file be opened for appending.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Writes the log entry rolling over the file when required.
- append - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
Write the log entry rolling over the file when required.
- append - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.Builder
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender
-
Perform SmtpAppender specific appending actions, mainly adding the event
to a cyclic buffer and checking if the event triggers an e-mail to be
sent.
- append(StringBuilder, String) - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- append(char) - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Appends a single character to this Writer.
- append(CharSequence) - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Appends a character sequence to this Writer.
- append(CharSequence, int, int) - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Appends a portion of a character sequence to the StringBuilder
.
- APPEND_EACH - Static variable in class org.apache.log4j.pattern.Log4j1MdcPatternConverter
-
- appendAppName(StringBuilder) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendArray(Object, StringBuilder, Set<String>, Class<?>) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- appendCollection(Object, StringBuilder, Set<String>) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- appendDate(Object, StringBuilder) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- appendDigits(Appendable, int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Appends two digits to the given buffer.
- appendDisplayNames(Calendar, Locale, int, StringBuilder) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Get the short and long values displayed for a field
- appendDqValue(StringBuilder, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Appends in the following format: double quoted value.
- Appender - Interface in org.apache.log4j
-
Implement this interface for your own strategies for outputting log
statements.
- Appender - Interface in org.apache.logging.log4j.core
-
- appender - Variable in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
- appender - Variable in class org.apache.logging.log4j.core.config.AppenderControl
-
- appender - Variable in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
- AppenderAdmin - Class in org.apache.logging.log4j.core.jmx
-
Implementation of the AppenderAdminMBean
interface.
- AppenderAdmin(String, Appender) - Constructor for class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
Constructs a new AppenderAdmin
with the specified contextName
and appender.
- AppenderAdminMBean - Interface in org.apache.logging.log4j.core.jmx
-
The MBean interface for monitoring and managing an Appender
.
- appenderArray - Variable in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
- AppenderComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Builder for constructing Appender Components.
- AppenderControl - Class in org.apache.logging.log4j.core.config
-
Wraps an
Appender
with details an appender implementation shouldn't need to know about.
- AppenderControl(Appender, Level, Filter) - Constructor for class org.apache.logging.log4j.core.config.AppenderControl
-
Constructor.
- AppenderControlArraySet - Class in org.apache.logging.log4j.core.config
-
Data structure with similar semantics to CopyOnWriteArraySet, but giving direct access to the underlying array.
- AppenderControlArraySet() - Constructor for class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
- appenderErrorHandlerMessage(String) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- AppenderLoggingException - Exception in org.apache.logging.log4j.core.appender
-
Thrown from an appender when a log event could not be written.
- AppenderLoggingException(String) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Construct an exception with a message.
- AppenderLoggingException(String, Throwable) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Construct an exception with a message and underlying cause.
- AppenderLoggingException(Throwable) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Construct an exception with an underlying cause.
- appenderName - Variable in class org.apache.logging.log4j.core.config.AppenderControl
-
- appenderRef - Variable in class org.apache.logging.log4j.core.appender.routing.Route
-
- AppenderRef - Class in org.apache.logging.log4j.core.config
-
An Appender reference.
- AppenderRef(String, Level, Filter) - Constructor for class org.apache.logging.log4j.core.config.AppenderRef
-
- AppenderRefComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing AppenderRef Components.
- appenderRefs - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- appenderRefs - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- appenderRefs - Variable in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
- appenderRefs - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- appenders - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.AsyncThread
-
- appenders - Variable in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
- appenders - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- appenders - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- appenders - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- APPENDERS - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- appenders - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- appendersComponent - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- AppenderSet - Class in org.apache.logging.log4j.core.appender
-
A deferred plugin for appenders.
- AppenderSet(Configuration, Map<String, Node>) - Constructor for class org.apache.logging.log4j.core.appender.AppenderSet
-
- appenderSet - Variable in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- AppenderSet.Builder - Class in org.apache.logging.log4j.core.appender
-
- AppendersPlugin - Class in org.apache.logging.log4j.core.config
-
An Appender container.
- AppendersPlugin() - Constructor for class org.apache.logging.log4j.core.config.AppendersPlugin
-
- appendersUsage - Variable in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- appendEscapingCData(StringBuilder, String) - Static method in class org.apache.logging.log4j.core.util.Transform
-
Ensures that embedded CDEnd strings (]]>) are handled properly
within message, NDC and throwable tag text.
- appendFullDigits(Appendable, int, int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Appends all digits to the given buffer.
- appendFully(ReadOnlyStringMap, StringBuilder) - Static method in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
- appendHostName(StringBuilder) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendKeyDqValue(StringBuilder, Map.Entry<String, String>) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Appends in the following format: key=double quoted value.
- appendKeyDqValue(StringBuilder, String, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Appends in the following format: key=double quoted value.
- appendLs(StringBuilder, String) - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- appendMap(String, Map<String, String>, StringBuilder, Rfc5424Layout.ListChecker) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendMap(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- appendMap(Object, StringBuilder, Set<String>) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- appendMessage(StringBuilder, LogEvent) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendMessageId(StringBuilder, Message) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendOrNull(String, StringBuilder) - Method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- appendPotentiallyRecursiveValue(Object, StringBuilder, Set<String>) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- appendPriority(StringBuilder, Level) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendProcessId(StringBuilder) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendSelectedKeys(String[], ReadOnlyStringMap, StringBuilder) - Static method in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
- appendSpace(StringBuilder) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendSpecialTypes(Object, StringBuilder) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- appendStructuredElements(StringBuilder, LogEvent) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendSuppressedCount(StringBuilder, String, int, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- appendThrowableAsHtml(Throwable, StringBuilder) - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- appendTimestamp(StringBuilder, long) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.CharacterLiteral
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.DayInWeekField
-
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.DayInWeekField
-
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in interface org.apache.logging.log4j.core.util.datetime.FastDatePrinter.NumberRule
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.PaddedNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.PaddedNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in interface org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Rule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.StringLiteral
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TextField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNameRule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNumberRule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwelveHourField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwelveHourField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwentyFourHourField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwentyFourHourField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitMonthField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitMonthField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitYearField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitYearField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.UnpaddedMonthField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.UnpaddedMonthField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.UnpaddedNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.UnpaddedNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.WeekYear
-
- appendTo(Appendable, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.WeekYear
-
- appendValue(StringBuilder, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Appends a text representation of the specified object to the specified StringBuilder,
if possible without allocating temporary objects.
- appendWithSeparators(StringBuilder, Iterable<?>, String) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Appends a iterable placing separators between each value, but
not before the first or after the last.
- apply(Socket) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- apply(Socket) - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- applyRules(Calendar, StringBuffer) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- applyRules(Calendar, B) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Performs the formatting by applying the rules to the
specified calendar.
- applyRulesToString(Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Creates a String representation of the given Calendar by applying the rules of this printer to it.
- appName - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- appName - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- argArray - Variable in class org.apache.logging.log4j.message.FormattedMessage
-
- argArray - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- argArray - Variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
- argArray - Variable in class org.apache.logging.log4j.message.StringFormattedMessage
-
- argCount - Variable in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- array - Variable in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
The array
- array - Variable in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- ArrayBlockingQueueFactory<E> - Class in org.apache.logging.log4j.core.async
-
Factory for creating instances of ArrayBlockingQueue
.
- ArrayBlockingQueueFactory() - Constructor for class org.apache.logging.log4j.core.async.ArrayBlockingQueueFactory
-
- ArrayPatternConverter - Interface in org.apache.logging.log4j.core.pattern
-
PatternConverter
s implement this interface to accept an array of objects when formatting.
- arrayString - Variable in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- ArrayUtils - Class in org.apache.logging.log4j.core.util
-
Copied from Apache Commons Lang (including the @since
tags.)
- ArrayUtils() - Constructor for class org.apache.logging.log4j.core.util.ArrayUtils
-
- asBuilder() - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable.Builder
-
- asBuilder() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns a new fully initialized Log4jLogEvent.Builder
containing a copy of all fields of this event.
- asBuilder() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- asJava(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- asJson(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- asList() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- asList() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- asList() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns all the elements in the stack in a List.
- asList() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- asMap() - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
Returns all Appenders as a Map.
- asPath(URI) - Static method in class org.apache.logging.log4j.core.lookup.Log4jLookup
-
- Assert - Class in org.apache.logging.log4j.core.util
-
Utility class providing common validation logic.
- Assert() - Constructor for class org.apache.logging.log4j.core.util.Assert
-
- assertLog(boolean, String) - Method in class org.apache.log4j.Category
-
If
assertion
parameter is
false
, then
logs
msg
as an
error
statement.
- assertNoConcurrentModification() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- assertNotFrozen() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- assertNotFrozen() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- ASSIGNED_SEQUENCES - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- asString() - Method in class org.apache.logging.log4j.message.MapMessage
-
Format the Structured data as described in RFC 5424.
- asString(String) - Method in class org.apache.logging.log4j.message.MapMessage
-
- asString() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the structured data as described in RFC 5424.
- asString(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the structured data as described in RFC 5424.
- asString(StructuredDataMessage.Format, StructuredDataId) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the structured data as described in RFC 5424.
- asString(StructuredDataMessage.Format, StructuredDataId, StringBuilder) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the structured data as described in RFC 5424.
- asXml(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- asXml() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- AsyncAction(Action, RollingFileManager) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.AsyncAction
-
Constructor.
- AsyncAppender - Class in org.apache.logging.log4j.core.appender
-
Appends to one or more Appenders asynchronously.
- AsyncAppender(String, Filter, AppenderRef[], String, int, boolean, boolean, long, Configuration, boolean, BlockingQueueFactory<LogEvent>) - Constructor for class org.apache.logging.log4j.core.appender.AsyncAppender
-
- asyncAppender - Variable in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- AsyncAppender.AsyncThread - Class in org.apache.logging.log4j.core.appender
-
Thread that calls the Appenders.
- AsyncAppender.Builder - Class in org.apache.logging.log4j.core.appender
-
- AsyncAppenderAdmin - Class in org.apache.logging.log4j.core.jmx
-
Implementation of the AsyncAppenderAdminMBean
interface.
- AsyncAppenderAdmin(String, AsyncAppender) - Constructor for class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
Constructs a new AsyncAppenderAdmin
with the specified contextName
and async appender.
- AsyncAppenderAdminMBean - Interface in org.apache.logging.log4j.core.jmx
-
The MBean interface for monitoring and managing an AsyncAppender
.
- asyncCallAppenders(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
Called by AsyncLoggerConfigHelper.RingBufferLog4jEventHandler.
- asyncExecutor - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- asynchronous - Variable in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Action to be completed after close of current active log file
and before next rollover attempt, may be executed asynchronously.
- AsynchronouslyFormattable - Annotation Type in org.apache.logging.log4j.message
-
Annotation that signals to asynchronous logging components that messages of this type can safely be passed to
a background thread without calling
Message.getFormattedMessage()
first.
- AsyncLogger - Class in org.apache.logging.log4j.core.async
-
AsyncLogger is a logger designed for high throughput and low latency logging.
- AsyncLogger(LoggerContext, String, MessageFactory, AsyncLoggerDisruptor) - Constructor for class org.apache.logging.log4j.core.async.AsyncLogger
-
Constructs an AsyncLogger
with the specified context, name and message factory.
- asyncLogger - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- asyncLogger - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- AsyncLoggerConfig - Class in org.apache.logging.log4j.core.async
-
Asynchronous Logger object that is created via configuration and can be
combined with synchronous loggers.
- AsyncLoggerConfig(String, List<AppenderRef>, Filter, Level, boolean, Property[], Configuration, boolean) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- AsyncLoggerConfig.RootLogger - Class in org.apache.logging.log4j.core.async
-
An asynchronous root Logger.
- AsyncLoggerConfigDefaultExceptionHandler - Class in org.apache.logging.log4j.core.async
-
Default disruptor exception handler for errors that occur in the AsyncLogger background thread.
- AsyncLoggerConfigDefaultExceptionHandler() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfigDefaultExceptionHandler
-
- AsyncLoggerConfigDelegate - Interface in org.apache.logging.log4j.core.async
-
Encapsulates the mechanism used to log asynchronously.
- AsyncLoggerConfigDisruptor - Class in org.apache.logging.log4j.core.async
-
Helper class decoupling the AsyncLoggerConfig
class from the LMAX Disruptor library.
- AsyncLoggerConfigDisruptor() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- asyncLoggerConfigDisruptor - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- AsyncLoggerConfigDisruptor.Log4jEventWrapper - Class in org.apache.logging.log4j.core.async
-
RingBuffer events contain all information necessary to perform the work in a separate thread.
- AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler - Class in org.apache.logging.log4j.core.async
-
EventHandler performs the work in a separate thread.
- AsyncLoggerContext - Class in org.apache.logging.log4j.core.async
-
LoggerContext
that creates AsyncLogger
objects.
- AsyncLoggerContext(String) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- AsyncLoggerContext(String, Object) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- AsyncLoggerContext(String, Object, URI) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- AsyncLoggerContext(String, Object, String) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- AsyncLoggerContextSelector - Class in org.apache.logging.log4j.core.async
-
ContextSelector
that manages AsyncLoggerContext
instances.
- AsyncLoggerContextSelector() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- AsyncLoggerDefaultExceptionHandler - Class in org.apache.logging.log4j.core.async
-
Default disruptor exception handler for errors that occur in the AsyncLogger background thread.
- AsyncLoggerDefaultExceptionHandler() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerDefaultExceptionHandler
-
- AsyncLoggerDisruptor - Class in org.apache.logging.log4j.core.async
-
Helper class for async loggers: AsyncLoggerDisruptor handles the mechanics of working with the LMAX Disruptor, and
works with its associated AsyncLoggerContext to synchronize the life cycle of the Disruptor and its thread with the
life cycle of the context.
- AsyncLoggerDisruptor(String) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- asyncQueueFullPolicy - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- asyncQueueFullPolicy - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- asyncQueueFullPolicy - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- AsyncQueueFullPolicy - Interface in org.apache.logging.log4j.core.async
-
Policy for deciding whether to discard the event, enqueue it or log the event on the current thread when the queue
is full.
- AsyncQueueFullPolicyFactory - Class in org.apache.logging.log4j.core.async
-
- AsyncQueueFullPolicyFactory() - Constructor for class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- AsyncThread(List<AppenderControl>, BlockingQueue<LogEvent>) - Constructor for class org.apache.logging.log4j.core.appender.AsyncAppender.AsyncThread
-
- AT_SIGN - Static variable in class org.apache.logging.log4j.message.StructuredDataId
-
- attributes - Variable in class org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
- attributes - Variable in class org.apache.logging.log4j.core.config.builder.api.Component
-
- attributes - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- attributes - Variable in class org.apache.logging.log4j.core.config.Node
-
- available() - Method in class org.apache.log4j.config.InputStreamWrapper
-
- available - Variable in class org.apache.logging.log4j.core.filter.BurstFilter
-
- AwaitCompletionReliabilityStrategy - Class in org.apache.logging.log4j.core.config
-
ReliabilityStrategy that counts the number of threads that have started to log an event but have not completed yet,
and waits for these threads to finish before allowing the appenders to be stopped.
- AwaitCompletionReliabilityStrategy(LoggerConfig) - Constructor for class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- AwaitUnconditionallyReliabilityStrategy - Class in org.apache.logging.log4j.core.config
-
Reliability strategy that sleeps unconditionally for some time before allowing a Configuration to be stopped.
- AwaitUnconditionallyReliabilityStrategy(LoggerConfig) - Constructor for class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- cache - Variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Cache of previous conversion.
- cache - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
- CACHED_CLASS - Static variable in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- cachedBuffer - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.FixedFormatter
-
- cachedBuffer - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.PatternFormatter
-
- cachedCharBuffer - Variable in class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- CachedClock - Class in org.apache.logging.log4j.core.util
-
Implementation of the Clock
interface that tracks the time in a
private long field that is updated by a background thread once every
millisecond.
- CachedClock() - Constructor for class org.apache.logging.log4j.core.util.CachedClock
-
- cachedDate - Variable in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- CachedDateFormat - Class in org.apache.logging.log4j.core.pattern
-
CachedDateFormat optimizes the performance of a wrapped
DateFormat.
- CachedDateFormat(DateFormat, int) - Constructor for class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Creates a new CachedDateFormat object.
- cachedTime - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- CachedTime(long) - Constructor for class org.apache.logging.log4j.core.pattern.DatePatternConverter.CachedTime
-
- CacheEntry(ExtendedClassInfo, ClassLoader) - Constructor for class org.apache.logging.log4j.core.impl.ThrowableProxy.CacheEntry
-
- caches - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- calcLocation(String) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- calcLocationIfRequested(String) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
Returns the caller location if requested, null
otherwise.
- calcMidnightMillis(long, int) - Method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- calculateFrequency(String) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- calculateRingBufferSize(String) - Static method in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- calculateRingBufferSize(String) - Static method in class org.apache.logging.log4j.util.Unbox
-
- callAppender(LogEvent) - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- callAppender(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
Call the appender.
- callAppender0(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- callAppenderPreventRecursion(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- callAppenders(LoggingEvent) - Method in class org.apache.log4j.Category
-
No-op implementation.
- callAppenders(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.AsyncThread
-
Calls
callAppender
on all registered
AppenderControl
objects, and returns
true
if at least one appender call was successful,
false
otherwise.
- callAppenders(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- callAppenders(LogEvent) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- callAppendersInBackgroundThread(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- callAppendersInCurrentThread(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- caller - Variable in class org.apache.logging.log4j.status.StatusData
-
- callerClass(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
- callScript() - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- camelCase(String) - Static method in class org.apache.logging.log4j.core.tools.Generate
-
- cancel(boolean) - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- cancel() - Method in interface org.apache.logging.log4j.core.util.Cancellable
-
Cancels the execution of this Runnable callback.
- cancel() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.RegisteredCancellable
-
- Cancellable - Interface in org.apache.logging.log4j.core.util
-
Interface to cancel a Runnable callback.
- canDeserialize(Serializable) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- canFormatMessageInBackground(Message) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- canFormatMessageInBackground(Message) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- canFormatMessageInBackground(Message) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- canFormatMessageInBackground(Message) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- CaseInsensitiveTextStrategy(int, Calendar, Locale) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.CaseInsensitiveTextStrategy
-
Construct a Strategy that parses a Text field
- catching(Level, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs an exception or error that has been caught to a specific logging level.
- catching(Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs an exception or error that has been caught.
- CATCHING - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- catching(Level, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- catching(String, Level, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a Throwable that has been caught with location information.
- catching(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- CATCHING_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for catching exceptions.
- catchingMsg(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- categories - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginCache
-
- Category - Class in org.apache.log4j
-
Implementation of the Category class for compatibility, despite it having been deprecated a long, long time ago.
- Category(LoggerContext, String) - Constructor for class org.apache.log4j.Category
-
Constructor used by Logger to specify a LoggerContext.
- Category(String) - Constructor for class org.apache.log4j.Category
-
Constructor exposed by Log4j 1.2.
- Category(Logger) - Constructor for class org.apache.log4j.Category
-
- CATEGORY - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Plugin category used to inject a ConfigurationFactory
Plugin
class.
- CATEGORY - Static variable in class org.apache.logging.log4j.core.config.Node
-
Main plugin category for plugins which are represented as a configuration node.
- CATEGORY - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters
-
- category - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- category - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
- CATEGORY - Static variable in interface org.apache.logging.log4j.core.lookup.StrLookup
-
Main plugin category for StrLookup plugins.
- CATEGORY - Static variable in interface org.apache.logging.log4j.core.pattern.PatternConverter
-
Main plugin category for PatternConverter plugins.
- CATEGORY - Static variable in class org.apache.logging.log4j.Level
-
- Category.PrivateAdapter - Class in org.apache.log4j
-
- Category.PrivateManager - Class in org.apache.log4j
-
Private LogManager.
- CATEGORY_NAME - Static variable in class org.apache.logging.log4j.core.Core
-
- CAUSED_BY_LABEL - Static variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- causeProxy - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- cc - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- CDATA_EMBEDED_END - Static variable in class org.apache.logging.log4j.core.util.Transform
-
- CDATA_END - Static variable in class org.apache.logging.log4j.core.util.Transform
-
- CDATA_END_LEN - Static variable in class org.apache.logging.log4j.core.util.Transform
-
- CDATA_PSEUDO_END - Static variable in class org.apache.logging.log4j.core.util.Transform
-
- CDATA_START - Static variable in class org.apache.logging.log4j.core.util.Transform
-
- cDateTimeInstanceCache - Static variable in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
- ceilingNextPowerOfTwo(int) - Static method in class org.apache.logging.log4j.core.util.Integers
-
Calculate the next power of 2, greater than or equal to x.
- ceilingNextPowerOfTwo(int) - Static method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
Calculate the next power of 2, greater than or equal to x.
- ceilingNextPowerOfTwo(int) - Static method in class org.apache.logging.log4j.util.Unbox
-
Calculate the next power of 2, greater than or equal to x.
- century - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- ch - Variable in class org.apache.logging.log4j.core.lookup.StrMatcher.CharMatcher
-
The character to match.
- CharacterConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharacterConverter
-
- CharacterLiteral(char) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.CharacterLiteral
-
Constructs a new instance of CharacterLiteral
to hold the specified value.
- CharArrayConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharArrayConverter
-
- charAt(int) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- charAt(int) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- charAt(int) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- charBufferSize - Variable in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- charBufferThreadLocal - Variable in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- charCount - Variable in class org.apache.logging.log4j.core.pattern.NameAbbreviator.PatternAbbreviatorFragment
-
Count of initial characters of element to output.
- charMatcher(char) - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor that creates a matcher from a character.
- CharMatcher(char) - Constructor for class org.apache.logging.log4j.core.lookup.StrMatcher.CharMatcher
-
Constructor that creates a matcher that matches a single character.
- chars - Variable in class org.apache.logging.log4j.core.lookup.StrMatcher.CharSetMatcher
-
The set of characters to match.
- chars - Variable in class org.apache.logging.log4j.core.lookup.StrMatcher.StringMatcher
-
The string to match, as a character array.
- Chars - Class in org.apache.logging.log4j.util
-
Consider this class private.
- Chars() - Constructor for class org.apache.logging.log4j.util.Chars
-
- charSequence - Variable in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- charSequence - Variable in class org.apache.logging.log4j.message.SimpleMessage
-
- charset - Variable in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- charset - Variable in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
The charset for the formatted message.
- charset - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout.Builder
-
- charset - Variable in class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- charset - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- charset - Variable in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- CharsetConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharsetConverter
-
- charsetEncoder - Variable in class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- charsetEncoderThreadLocal - Variable in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- charSetMatcher(char[]) - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor that creates a matcher from a set of characters.
- charSetMatcher(String) - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor that creates a matcher from a string representing a set of characters.
- CharSetMatcher(char[]) - Constructor for class org.apache.logging.log4j.core.lookup.StrMatcher.CharSetMatcher
-
Constructor that creates a matcher from a character array.
- charsetName - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- charsetName - Variable in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- check(String) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout.ExcludeChecker
-
- check(String) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout.IncludeChecker
-
- check(String) - Method in interface org.apache.logging.log4j.core.layout.Rfc5424Layout.ListChecker
-
- check(String) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout.NoopChecker
-
- checkCyclicSubstitution(String, List<String>) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Checks if the specified variable is already in the stack (list) of variables.
- checkDelay(int, OutputStream) - Method in class org.apache.logging.log4j.core.net.SslSocketManager.SslSocketManagerFactory
-
- checkForRemainingAttributes() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- checkInterval - Variable in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- checkInvariants() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- checkMessageFactory(ExtendedLogger, MessageFactory) - Static method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks that the message factory a logger was created with is the same as the given messageFactory.
- checkNext(int, String, int, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- checkOnStartup - Variable in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- checkParent(Marker, Marker) - Static method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- checkRequired(Map<String, String>) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- checkRollover(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Determines if a rollover should occur.
- children - Variable in class org.apache.logging.log4j.core.config.Node
-
- cInstanceCache - Variable in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
- cla - Variable in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- CLASS_LOADER_SCHEME - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
The name of the classloader URI scheme.
- CLASS_NAME - Static variable in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- CLASS_NAME - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- CLASS_PATH_SCHEME - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
The name of the classpath URI scheme, synonymous with the classloader URI scheme.
- ClassConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ClassConverter
-
- CLASSES - Static variable in class org.apache.logging.log4j.core.selector.CoreContextSelectors
-
- classloader - Variable in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
The ClassLoader to use when looking for classes.
- classLoader - Variable in class org.apache.logging.log4j.spi.Provider
-
- classLoader - Variable in class org.apache.logging.log4j.util.LoaderUtil.UrlResource
-
- ClassLoaderContextSelector - Class in org.apache.logging.log4j.core.selector
-
This ContextSelector chooses a LoggerContext based upon the ClassLoader of the caller.
- ClassLoaderContextSelector() - Constructor for class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- classMatches - Variable in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
The set of matches being accumulated.
- className - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- className - Variable in class org.apache.logging.log4j.spi.Provider
-
- ClassNamePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the class name of the site of the logging request.
- ClassNamePatternConverter(String[]) - Constructor for class org.apache.logging.log4j.core.pattern.ClassNamePatternConverter
-
Private constructor.
- clazz - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- clazz - Variable in class org.apache.logging.log4j.core.config.plugins.convert.EnumConverter
-
- clazz - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- clazz - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- clazz - Variable in class org.apache.logging.log4j.core.util.CyclicBuffer
-
- CleanableThreadContextMap - Interface in org.apache.logging.log4j.spi
-
Extension service provider interface to implement additional custom MDC behavior for
ThreadContext
.
- cleanupFilter(AppenderControl) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- clear() - Static method in class org.apache.log4j.MDC
-
- clear() - Static method in class org.apache.log4j.NDC
-
Clear any nested diagnostic information if any.
- clear() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
-
Release references held by ring buffer to allow objects to be garbage-collected.
- clear() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Release references held by ring buffer to allow objects to be garbage-collected.
- clear() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
Release references held by this object to allow objects to be garbage-collected.
- clear() - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
Atomically sets the values to an empty array and returns the old array.
- clear() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
Resets the registry to an empty state.
- clear() - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
Clear the history.
- clear() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- clear() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Clears all references this event has to other objects.
- clear() - Static method in class org.apache.logging.log4j.MarkerManager
-
Clears all markers.
- clear() - Method in class org.apache.logging.log4j.message.MapMessage
-
Clear the data.
- clear() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- clear() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- clear() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- clear() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- clear() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- clear() - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- clear() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Clears the context.
- clear() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Clears the context.
- clear() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Clears the list of status events.
- clear() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- clear() - Method in interface org.apache.logging.log4j.util.StringMap
-
Removes all key-value pairs from this collection.
- clear() - Method in class org.apache.logging.slf4j.Log4jMDCAdapter
-
- clear() - Method in class org.apache.logging.slf4j.MDCContextMap
-
- clearAll() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the context map and stack.
- clearAppenders() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Removes all Appenders.
- clearBundlePlugins(long) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- clearFilters() - Method in interface org.apache.log4j.Appender
-
Clear the list of filters by removing all the filters in it.
- clearMap() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the context map.
- clearStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the stack for this thread.
- CLOCK - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- CLOCK - Static variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- CLOCK - Static variable in class org.apache.logging.log4j.core.filter.TimeFilter
-
- CLOCK - Static variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- CLOCK - Static variable in class org.apache.logging.log4j.core.impl.ReusableLogEventFactory
-
- Clock - Interface in org.apache.logging.log4j.core.util
-
Provides the time stamp used in log events.
- ClockFactory - Class in org.apache.logging.log4j.core.util
-
Factory for Clock
objects.
- ClockFactory() - Constructor for class org.apache.logging.log4j.core.util.ClockFactory
-
- clone() - Method in class org.apache.logging.log4j.Level
-
- cloneStack() - Static method in class org.apache.log4j.NDC
-
Clone the diagnostic context for the current thread.
- cloneStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a copy of this thread's stack.
- close() - Method in interface org.apache.log4j.Appender
-
Release any resources allocated within the appender such as file
handles, network connections, etc.
- close() - Method in class org.apache.log4j.config.InputStreamWrapper
-
- close() - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
- close() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
Called to signify that this Manager is no longer required by an Appender.
- close() - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.SystemErrStream
-
- close() - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.SystemOutStream
-
- close() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Cancels the action if not already initialized or waits till completion.
- close() - Method in interface org.apache.logging.log4j.core.appender.rolling.action.Action
-
Cancels the action if not already initialized or waits till completion.
- close() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.AsyncAction
-
Cancels the action if not already initialized or waits till completion.
- close(JarInputStream, Object) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
- close() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- close() - Method in class org.apache.logging.log4j.core.LoggerContext
-
- close() - Method in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- close(AutoCloseable) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes an AutoCloseable or ignores if null
.
- close() - Method in class org.apache.logging.log4j.core.util.CloseShieldOutputStream
-
Does nothing.
- close() - Method in class org.apache.logging.log4j.core.util.CloseShieldWriter
-
- close(Context) - Static method in class org.apache.logging.log4j.core.util.JndiCloser
-
Closes the specified Context
.
- close() - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Closing this writer has no effect.
- close() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- close() - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
- CloseableThreadContext - Class in org.apache.logging.log4j
-
Adds entries to the
stack or map
and them removes them when the object is closed, e.g.
- CloseableThreadContext() - Constructor for class org.apache.logging.log4j.CloseableThreadContext
-
- CloseableThreadContext.Instance - Class in org.apache.logging.log4j
-
- closeMap() - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
- closeOutputStream() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- closeOutputStream() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- closeOutputStream() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- closeOutputStream() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- closeOutputStream() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- Closer - Class in org.apache.logging.log4j.core.util
-
Helper class for closing resources.
- Closer() - Constructor for class org.apache.logging.log4j.core.util.Closer
-
- CloseShieldOutputStream - Class in org.apache.logging.log4j.core.util
-
A delegating OutputStream that does not close its delegate.
- CloseShieldOutputStream(OutputStream) - Constructor for class org.apache.logging.log4j.core.util.CloseShieldOutputStream
-
- CloseShieldWriter - Class in org.apache.logging.log4j.core.util
-
- CloseShieldWriter(Writer) - Constructor for class org.apache.logging.log4j.core.util.CloseShieldWriter
-
- closeSilently(AutoCloseable) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes an AutoCloseable and returns true
if it closed without exception.
- closeSilently(Context) - Static method in class org.apache.logging.log4j.core.util.JndiCloser
-
Closes the specified Context
, ignoring any exceptions thrown by the close operation.
- closeSilently(Closeable) - Static method in class org.apache.logging.log4j.status.StatusLogger
-
- closeStack() - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
- closeWriter() - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
- CoarseCachedClock - Class in org.apache.logging.log4j.core.util
-
This Clock implementation is similar to CachedClock.
- CoarseCachedClock() - Constructor for class org.apache.logging.log4j.core.util.CoarseCachedClock
-
- code - Variable in enum org.apache.logging.log4j.core.net.Facility
-
- code - Variable in enum org.apache.logging.log4j.core.net.Severity
-
- code - Variable in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
- collected - Variable in class org.apache.logging.log4j.core.appender.rolling.action.SortingVisitor
-
- collectPlugins(Iterable<? extends Element>) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- collectPlugins() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Locates all the plugins.
- collectPlugins(List<String>) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Locates all the plugins including search of specific packages.
- COMMA_DELIMITED_RE - Static variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- COMMA_MATCHER - Static variable in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the comma character.
- COMMA_SEPARATOR - Static variable in class org.apache.logging.log4j.core.util.Patterns
-
A pattern string for comma separated lists with optional whitespace.
- commaMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the comma character.
- CommandLineArguments() - Constructor for class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- commonElementCount - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- CommonsCompressAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Compresses a file using bzip2 compression.
- CommonsCompressAction(String, File, File, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
Creates new instance of Bzip2CompressAction.
- compare(PathWithAttributes, PathWithAttributes) - Method in class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime
-
- compare(Class<?>, Class<?>) - Method in class org.apache.logging.log4j.core.config.OrderComparator
-
- compareTo(Duration) - Method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
- compareTo(Delayed) - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- compareTo(Delayed) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
-
- compareTo(Level) - Method in class org.apache.logging.log4j.Level
-
- COMPATIBLE_API_VERSIONS - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
- compiledScript - Variable in class org.apache.logging.log4j.core.script.ScriptManager.MainScriptRunner
-
- complete - Variable in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Is action complete.
- Component - Class in org.apache.logging.log4j.core.config.builder.api
-
Container for building Configurations.
- Component(String) - Constructor for class org.apache.logging.log4j.core.config.builder.api.Component
-
- Component(String, String) - Constructor for class org.apache.logging.log4j.core.config.builder.api.Component
-
- Component(String, String, String) - Constructor for class org.apache.logging.log4j.core.config.builder.api.Component
-
- Component() - Constructor for class org.apache.logging.log4j.core.config.builder.api.Component
-
- COMPONENT_KEY - Static variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- ComponentBuilder<T extends ComponentBuilder<T>> - Interface in org.apache.logging.log4j.core.config.builder.api
-
Builds arbitrary components and is the base type for the provided components.
- componentMap - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- components - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAll
-
- components - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAny
-
- components - Variable in class org.apache.logging.log4j.core.config.builder.api.Component
-
- components - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- CompositeAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
A group of Actions to be executed in sequence.
- CompositeAction(List<Action>, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
-
Construct a new composite action.
- CompositeConfiguration - Class in org.apache.logging.log4j.core.config.composite
-
A Composite Configuration.
- CompositeConfiguration(List<? extends AbstractConfiguration>) - Constructor for class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
Construct the ComponsiteConfiguration.
- CompositeFilter - Class in org.apache.logging.log4j.core.filter
-
Composes and invokes one or more filters.
- CompositeFilter() - Constructor for class org.apache.logging.log4j.core.filter.CompositeFilter
-
- CompositeFilter(Filter[]) - Constructor for class org.apache.logging.log4j.core.filter.CompositeFilter
-
- CompositeFilterComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Wraps multiple Filter Component builders.
- CompositeTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
Triggering policy that wraps other triggering policies.
- CompositeTriggeringPolicy(TriggeringPolicy...) - Constructor for class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
- compressionLevel - Variable in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- compressionLevel - Variable in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- computeTimeStampString(long) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- concatenateArrays(String[], String[]) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- ConcurrentMapFactory() - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
-
- config - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- config - Variable in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- config - Variable in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
- config - Variable in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
- config - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- config - Variable in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
The current Configuration associated with the LoggerConfig.
- config - Variable in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
- config - Variable in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
- config - Variable in class org.apache.logging.log4j.core.pattern.PatternParser
-
- CONFIG_NAME - Static variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- CONFIG_TYPE - Static variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- configFactory - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- configLocation - Variable in class org.apache.logging.log4j.core.LoggerContext
-
- configLock - Variable in class org.apache.logging.log4j.core.LoggerContext
-
- configName - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.AppenderSet.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.AppenderSet
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.ConfigurationFactoryData
-
This field is public to follow the style of existing FactoryData classes.
- configuration - Variable in class org.apache.logging.log4j.core.appender.rolling.action.ScriptCondition
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.routing.Routes
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- Configuration - Interface in org.apache.logging.log4j.core.config
-
Interface that must be implemented to create a configuration.
- configuration - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- configuration - Variable in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- configuration - Variable in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.layout.AbstractLayout
-
The current Configuration.
- configuration - Variable in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- configuration - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- configuration - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- configuration - Variable in class org.apache.logging.log4j.core.LoggerContext
-
The Configuration is volatile to guarantee that initialization of the Configuration has completed before the
reference is updated.
- configuration - Variable in class org.apache.logging.log4j.core.lookup.AbstractConfigurationAwareLookup
-
- configuration - Variable in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
The currently active Configuration for use by ConfigurationAware StrLookup implementations.
- configuration - Variable in class org.apache.logging.log4j.core.script.ScriptManager
-
- CONFIGURATION_FACTORY_PROPERTY - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Allows the ConfigurationFactory class to be specified as a system property.
- CONFIGURATION_FILE_PROPERTY - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Allows the location of the configuration file to be specified as a system property.
- ConfigurationAware - Interface in org.apache.logging.log4j.core.config
-
Indicates that a class requests the current Configuration to be injected.
- ConfigurationBuilder<T extends Configuration> - Interface in org.apache.logging.log4j.core.config.builder.api
-
Interface for building logging configurations.
- ConfigurationBuilderFactory - Class in org.apache.logging.log4j.core.config.builder.api
-
Provides methods to create ConfigurationBuilders.
- ConfigurationBuilderFactory() - Constructor for class org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
-
- ConfigurationException - Exception in org.apache.logging.log4j.core.config
-
This exception is thrown when an error occurs reading from, parsing, using, or initializing the Log4j 2
configuration.
- ConfigurationException(String) - Constructor for exception org.apache.logging.log4j.core.config.ConfigurationException
-
Constructs an exception with a message.
- ConfigurationException(String, Throwable) - Constructor for exception org.apache.logging.log4j.core.config.ConfigurationException
-
Constructs an exception with a message and underlying cause.
- ConfigurationException(Throwable) - Constructor for exception org.apache.logging.log4j.core.config.ConfigurationException
-
Constructs an exception with a message and underlying cause.
- ConfigurationFactory - Class in org.apache.logging.log4j.core.config
-
Factory class for parsed
Configuration
objects from a configuration file.
- ConfigurationFactory() - Constructor for class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- ConfigurationFactory.Factory - Class in org.apache.logging.log4j.core.config
-
Default Factory.
- ConfigurationFactoryData - Class in org.apache.logging.log4j.core.appender
-
Factory Data that carries a configuration.
- ConfigurationFactoryData(Configuration) - Constructor for class org.apache.logging.log4j.core.appender.ConfigurationFactoryData
-
- ConfigurationListener - Interface in org.apache.logging.log4j.core.config
-
Interface used to allow components to be notified when the configuration changes.
- configurationListener - Variable in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher.ReconfigurationRunnable
-
- configurationListeners - Variable in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher
-
- configurations - Variable in class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
- configurationScheduler - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- ConfigurationScheduler - Class in org.apache.logging.log4j.core.config
-
- ConfigurationScheduler() - Constructor for class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- ConfigurationScheduler.CronRunnable - Class in org.apache.logging.log4j.core.config
-
- configurationSource - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- ConfigurationSource - Class in org.apache.logging.log4j.core.config
-
Represents the source for the logging configuration.
- ConfigurationSource(InputStream, File) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationSource
-
Constructs a new ConfigurationSource
with the specified input stream that originated from the specified
file.
- ConfigurationSource(InputStream, URL) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationSource
-
Constructs a new ConfigurationSource
with the specified input stream that originated from the specified
url.
- ConfigurationSource(InputStream) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationSource
-
Constructs a new ConfigurationSource
with the specified input stream.
- ConfigurationSource(byte[]) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationSource
-
- ConfiguratonFileWatcher - Class in org.apache.logging.log4j.core.config
-
Watcher for configuration files.
- ConfiguratonFileWatcher(Reconfigurable, List<ConfigurationListener>) - Constructor for class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher
-
- ConfiguratonFileWatcher.ReconfigurationRunnable - Class in org.apache.logging.log4j.core.config
-
Helper class for triggering a reconfiguration in a background thread.
- Configurator - Class in org.apache.logging.log4j.core.config
-
Initializes and configure the Logging system.
- Configurator() - Constructor for class org.apache.logging.log4j.core.config.Configurator
-
- CONFIGURATOR_CLASS_KEY - Static variable in class org.apache.log4j.LogManager
-
- configure() - Static method in class org.apache.log4j.BasicConfigurator
-
- configure(Appender) - Static method in class org.apache.log4j.BasicConfigurator
-
No-op implementation.
- configure(String) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from configuration file.
- configure(URL) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from url configURL
.
- configure(InputStream) - Static method in class org.apache.log4j.PropertyConfigurator
-
Reads configuration options from an InputStream.
- configure(Properties) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from properties
.
- configure(Element) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configure(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configure(URL) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configureAndWatch(String) - Static method in class org.apache.log4j.PropertyConfigurator
-
- configureAndWatch(String, long) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read the configuration file configFilename
if it
exists.
- configureAndWatch(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configureAndWatch(String, long) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configureExistingStatusConsoleListener() - Method in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- configureSubstitutor(Property[], Configuration) - Static method in class org.apache.logging.log4j.core.config.PropertiesPlugin
-
Creates the Properties component.
- connect(LogEvent) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- connectionTime - Variable in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- connectTimeoutMillis - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- connectTimeoutMillis - Variable in class org.apache.logging.log4j.core.net.SslSocketManager.SslFactoryData
-
- connectTimeoutMillis - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- connectTimeoutMillis - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData
-
- ConsoleAppender - Class in org.apache.logging.log4j.core.appender
-
Appends log events to System.out
or System.err
using a layout specified by the user.
- ConsoleAppender(String, Layout<? extends Serializable>, Filter, OutputStreamManager, boolean, ConsoleAppender.Target) - Constructor for class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- ConsoleAppender.Builder<B extends ConsoleAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds ConsoleAppender instances.
- ConsoleAppender.ConsoleManagerFactory - Class in org.apache.logging.log4j.core.appender
-
Factory to create the Appender.
- ConsoleAppender.FactoryData - Class in org.apache.logging.log4j.core.appender
-
Data to pass to factory method.
- ConsoleAppender.SystemErrStream - Class in org.apache.logging.log4j.core.appender
-
An implementation of OutputStream that redirects to the current System.err.
- ConsoleAppender.SystemOutStream - Class in org.apache.logging.log4j.core.appender
-
An implementation of OutputStream that redirects to the current System.out.
- ConsoleAppender.Target - Enum in org.apache.logging.log4j.core.appender
-
Enumeration of console destinations.
- ConsoleManagerFactory() - Constructor for class org.apache.logging.log4j.core.appender.ConsoleAppender.ConsoleManagerFactory
-
- Constants - Class in org.apache.logging.log4j.core.util
-
Log4j Constants.
- Constants() - Constructor for class org.apache.logging.log4j.core.util.Constants
-
Prevent class instantiation.
- Constants - Class in org.apache.logging.log4j.util
-
Log4j API Constants.
- Constants() - Constructor for class org.apache.logging.log4j.util.Constants
-
Prevent class instantiation.
- Constraint - Annotation Type in org.apache.logging.log4j.core.config.plugins.validation
-
Meta annotation to mark an annotation as a validation constraint.
- ConstraintValidator<A extends java.lang.annotation.Annotation> - Interface in org.apache.logging.log4j.core.config.plugins.validation
-
Interface that
Constraint
annotations must implement to perform validation logic.
- ConstraintValidators - Class in org.apache.logging.log4j.core.config.plugins.validation
-
- ConstraintValidators() - Constructor for class org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidators
-
- constructHierarchy(Node, Element) - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- constructNode(String, Node, JsonNode) - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- constructor() - Method in enum org.apache.logging.log4j.core.tools.Generate.Type
-
- CONSTRUCTORS - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.DateTypeConverter
-
- CONTAINER_JNDI_RESOURCE_PATH_PREFIX - Static variable in class org.apache.logging.log4j.core.lookup.JndiLookup
-
JNDI resource path prefix used in a J2EE container
- contains(Marker, Marker...) - Static method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- contains(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- contains(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- contains(Marker) - Method in class org.apache.logging.slf4j.Log4jMarker
-
- contains(String) - Method in class org.apache.logging.slf4j.Log4jMarker
-
- containsAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- containsAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- containsAll(Collection<?>) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- containsKey(String) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- containsKey(String) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- containsKey(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- containsKey(String) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- containsKey(String) - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- containsKey(String) - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Determines if the key is in the context.
- containsKey(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Determines if the key is in the context.
- containsKey(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Determines if the key is in the context.
- containsKey(String) - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns true
if this data structure contains the specified key, false
otherwise.
- containsKey(String) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- containsKey(String) - Method in class org.apache.logging.slf4j.MDCContextMap
-
- containsPropertyRequiringLookup(Property[]) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- contentType - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- contentType - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout.Builder
-
- contentType - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- context - Variable in class org.apache.logging.log4j.core.LogEventListener
-
- context - Variable in class org.apache.logging.log4j.core.Logger
-
- context - Variable in class org.apache.logging.log4j.core.net.JndiManager
-
- CONTEXT - Static variable in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- CONTEXT - Static variable in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- context - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- context - Static variable in class org.apache.logging.slf4j.SLF4JLoggerContextFactory
-
- CONTEXT_DATA_INJECTOR - Static variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- CONTEXT_DATA_INJECTOR - Static variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- CONTEXT_MAP - Static variable in class org.apache.log4j.Category
-
- CONTEXT_MAP - Static variable in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- CONTEXT_MAP - Static variable in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- CONTEXT_PROPERTIES - Static variable in interface org.apache.logging.log4j.core.config.Configuration
-
Key for storing the Context properties.
- ContextAnchor - Class in org.apache.logging.log4j.core.impl
-
Anchor for the ThreadContext.
- ContextAnchor() - Constructor for class org.apache.logging.log4j.core.impl.ContextAnchor
-
- contextData - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- contextData - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- contextData - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- contextData - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- contextData - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- ContextDataFactory - Class in org.apache.logging.log4j.core.impl
-
Factory for creating the StringMap instances used to initialize LogEvents'
context data.
- ContextDataFactory() - Constructor for class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- ContextDataInjector - Interface in org.apache.logging.log4j.core
-
Responsible for initializing the context data of LogEvents.
- ContextDataInjectorFactory - Class in org.apache.logging.log4j.core.impl
-
Factory for ContextDataInjectors.
- ContextDataInjectorFactory() - Constructor for class org.apache.logging.log4j.core.impl.ContextDataInjectorFactory
-
- contextMap - Static variable in class org.apache.logging.log4j.ThreadContext
-
- ContextMapLookup - Class in org.apache.logging.log4j.core.lookup
-
Looks up keys from the context.
- ContextMapLookup() - Constructor for class org.apache.logging.log4j.core.lookup.ContextMapLookup
-
- contextName - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- contextName - Variable in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
- contextName - Variable in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- contextName - Variable in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- contextName - Variable in class org.apache.logging.log4j.core.LoggerContext
-
- contextRef - Variable in class org.apache.logging.log4j.core.osgi.Activator
-
- ContextSelector - Interface in org.apache.logging.log4j.core.selector
-
Interface used to locate a LoggerContext.
- ContextSelectorAdmin - Class in org.apache.logging.log4j.core.jmx
-
Implementation of the ContextSelectorAdminMBean
interface.
- ContextSelectorAdmin(String, ContextSelector) - Constructor for class org.apache.logging.log4j.core.jmx.ContextSelectorAdmin
-
Constructs a new ContextSelectorAdmin
.
- ContextSelectorAdminMBean - Interface in org.apache.logging.log4j.core.jmx
-
The MBean interface for monitoring and managing the ContextSelector
.
- contextStack - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- contextStack - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- contextStack - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- contextStack - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- contextStack - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- contextStack - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- contextStack - Static variable in class org.apache.logging.log4j.ThreadContext
-
- conversionPattern - Variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
Conversion pattern.
- conversionType - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- convert(InputStream, OutputStream) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.EnumConverter
-
- convert(String) - Method in interface org.apache.logging.log4j.core.config.plugins.convert.TypeConverter
-
Converts a String to a given type.
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.BigDecimalConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.BigIntegerConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.BooleanConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ByteArrayConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ByteConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharacterConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharArrayConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharsetConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ClassConverter
-
- convert(String, Class<? extends T>, Object) - Static method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters
-
Converts a String to a given class if a TypeConverter is available for that class.
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CronExpressionConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.DoubleConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.DurationConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.FileConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.FloatConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.InetAddressConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.IntegerConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.LevelConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.LongConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.PathConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.PatternConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.SecurityProviderConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ShortConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.StringConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.UriConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.UrlConverter
-
- convert(String) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.UuidConverter
-
- convert(String, Object) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
Converts the given value into the configured type falling back to the provided default value.
- convert(String) - Method in class org.apache.logging.log4j.core.util.InetAddressConverter
-
- converter - Variable in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- converter - Variable in class org.apache.logging.slf4j.Log4jLogger
-
- ConverterKeys - Annotation Type in org.apache.logging.log4j.core.pattern
-
Identifies the keys that are associated with a PatternConverter.
- converterRules - Variable in class org.apache.logging.log4j.core.pattern.PatternParser
-
- convertEvent(String, Object[], Throwable) - Method in class org.apache.logging.slf4j.EventDataConverter
-
- convertJndiName(String) - Method in class org.apache.logging.log4j.core.lookup.JndiLookup
-
Convert the given JNDI name to the actual JNDI name to use.
- convertLevel(Level) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- convertMarker(Marker) - Static method in class org.apache.logging.slf4j.Log4jMarkerFactory
-
- convertMarker(Marker, Collection<Marker>) - Static method in class org.apache.logging.slf4j.Log4jMarkerFactory
-
- convertSpecialChars(String) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- convertToNode(Node, Component) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- copy(StringBuilder, int, CharBuffer) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
Copies characters from the StringBuilder into the CharBuffer,
starting at the specified offset and ending when either all
characters have been copied or when the CharBuffer is full.
- copy(byte[], int, int) - Method in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- copy(Reader, Writer) - Static method in class org.apache.logging.log4j.core.util.IOUtils
-
Copies chars from a Reader
to a Writer
.
- copy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- copy() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- copy() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns a copy of the ContextStack.
- copy() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- copyDataToDestination(ByteBuffer, ByteBufferDestination) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- copyLarge(Reader, Writer) - Static method in class org.apache.logging.log4j.core.util.IOUtils
-
Copies chars from a large (over 2GB) Reader
to a Writer
.
- copyLarge(Reader, Writer, char[]) - Static method in class org.apache.logging.log4j.core.util.IOUtils
-
Copies chars from a large (over 2GB) Reader
to a Writer
.
- CopyOnWrite - Interface in org.apache.logging.log4j.spi
-
Marker interface indicating that the implementing class is a copy-on-write data structure.
- CopyOnWriteSortedArrayThreadContextMap - Class in org.apache.logging.log4j.spi
-
SortedArrayStringMap
-based implementation of the ThreadContextMap
interface that creates a copy of
the data structure on every modification.
- CopyOnWriteSortedArrayThreadContextMap() - Constructor for class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- copyProperties(List<Property>, StringMap) - Static method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector
-
Copies key-value pairs from the specified property list into the specified StringMap
.
- CopyQuotedStrategy(String) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.CopyQuotedStrategy
-
Construct a Strategy that ensures the formatField has literal text
- Core - Class in org.apache.logging.log4j.core
-
- Core() - Constructor for class org.apache.logging.log4j.core.Core
-
- CoreContextSelectors - Class in org.apache.logging.log4j.core.selector
-
- CoreContextSelectors() - Constructor for class org.apache.logging.log4j.core.selector.CoreContextSelectors
-
- count - Variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
Number of Appenders using this manager.
- COUNT - Static variable in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- count - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- count - Variable in class org.apache.logging.log4j.core.pattern.NameAbbreviator.MaxElementAbbreviator
-
Maximum number of path elements to output.
- count - Variable in class org.apache.logging.log4j.core.util.CachedClock
-
- COUNT - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- count(String, int[]) - Static method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- countArgumentPlaceholders(String) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Counts the number of unescaped placeholders in the given messagePattern.
- countArgumentPlaceholders(String) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Counts the number of unescaped placeholders in the given messagePattern.
- countArgumentPlaceholders2(String, int[]) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Counts the number of unescaped placeholders in the given messagePattern.
- countArgumentPlaceholders3(char[], int, int[]) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Counts the number of unescaped placeholders in the given messagePattern.
- counter - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler
-
- counter - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
- counter - Variable in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- CountingNoOpAppender - Class in org.apache.logging.log4j.core.appender
-
No-Operation Appender that counts events.
- CountingNoOpAppender(String, Layout<?>) - Constructor for class org.apache.logging.log4j.core.appender.CountingNoOpAppender
-
- CR - Static variable in class org.apache.logging.log4j.util.Chars
-
Carriage Return.
- create(long, long, long, long) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
- create(long) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
Obtains an instance of Duration
using seconds.
- create(int) - Method in class org.apache.logging.log4j.core.async.ArrayBlockingQueueFactory
-
- create() - Static method in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- create(int) - Method in interface org.apache.logging.log4j.core.async.BlockingQueueFactory
-
Creates a new BlockingQueue with the specified maximum capacity.
- create(int) - Method in class org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory
-
- create(int) - Method in class org.apache.logging.log4j.core.async.LinkedTransferQueueFactory
-
- create() - Static method in enum org.apache.logging.log4j.core.async.ThreadNameCachingStrategy
-
- create(FixedDateFormat.FixedFormat) - Static method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Returns a new FixedDateFormat
object for the specified FixedFormat
and a TimeZone.getDefault()
TimeZone.
- create(FixedDateFormat.FixedFormat, TimeZone) - Static method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Returns a new FixedDateFormat
object for the specified FixedFormat
and TimeZone.
- create(String) - Static method in class org.apache.logging.log4j.spi.LoggerContextKey
-
Deprecated.
- create(String, MessageFactory) - Static method in class org.apache.logging.log4j.spi.LoggerContextKey
-
Deprecated.
- create(String, Class<? extends MessageFactory>) - Static method in class org.apache.logging.log4j.spi.LoggerContextKey
-
Deprecated.
- createAdvertiser(String, ConfigurationSource, byte[], String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- createAdvertiser(String, ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- createAgeCondition(Duration, PathCondition...) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
Create an IfLastModified condition.
- createAndCondition(PathCondition...) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfAll
-
Create a Composite PathCondition whose components all need to accept before this condition accepts.
- createAppender(String, String) - Method in class org.apache.logging.log4j.core.appender.AppenderSet
-
- createAppender(AppenderRef[], String, boolean, long, int, String, boolean, Filter, Configuration, boolean) - Static method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- createAppender(Layout<? extends Serializable>, Filter, String, String, String, String) - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- createAppender(Layout<? extends Serializable>, Filter, ConsoleAppender.Target, String, boolean, boolean, boolean) - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- createAppender(String) - Static method in class org.apache.logging.log4j.core.appender.CountingNoOpAppender
-
Creates a CountingNoOp Appender.
- createAppender(String, String, String[], String, Configuration, Filter, String) - Static method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
Create a Failover Appender.
- createAppender(String, String, String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.FileAppender
-
- createAppender(String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- createAppender(String) - Static method in class org.apache.logging.log4j.core.appender.NullAppender
-
- createAppender(Layout<? extends Serializable>, Filter, OutputStream, String, boolean, boolean) - Static method in class org.apache.logging.log4j.core.appender.OutputStreamAppender
-
Creates an OutputStream Appender.
- createAppender(String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
- createAppender(String, String, AppenderRef[], Configuration, RewritePolicy, Filter) - Static method in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
Creates a RewriteAppender.
- createAppender(String, String, String, String, String, String, String, TriggeringPolicy, RolloverStrategy, Layout<? extends Serializable>, Filter, String, String, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- createAppender(String, String, String, String, String, String, TriggeringPolicy, RolloverStrategy, Layout<? extends Serializable>, Filter, String, String, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- createAppender(Route, LogEvent) - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- createAppender(String, String, Routes, Configuration, RewritePolicy, PurgePolicy, Filter) - Static method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- createAppender(Configuration, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String) - Static method in class org.apache.logging.log4j.core.appender.SmtpAppender
-
Create a SmtpAppender.
- createAppender(String, int, Protocol, SslConfiguration, int, int, boolean, String, boolean, boolean, Layout<? extends Serializable>, Filter, boolean, Configuration) - Static method in class org.apache.logging.log4j.core.appender.SocketAppender
-
- createAppender(String, String, String, SslConfiguration, int, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.SocketAppender
-
- createAppender(String, int, String, SslConfiguration, int, int, boolean, String, boolean, boolean, Facility, String, int, boolean, String, String, String, boolean, String, String, String, String, String, String, String, Filter, Configuration, Charset, String, LoggerFields[], boolean) - Static method in class org.apache.logging.log4j.core.appender.SyslogAppender
-
- createAppender(StringLayout, Filter, Writer, String, boolean, boolean) - Static method in class org.apache.logging.log4j.core.appender.WriterAppender
-
Creates a WriterAppender.
- createAppender(String, Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createAppenderRef(String, Level, Filter) - Static method in class org.apache.logging.log4j.core.config.AppenderRef
-
Create an Appender reference.
- createAppenderRef(String, Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createAppenders(Appender[]) - Static method in class org.apache.logging.log4j.core.config.AppendersPlugin
-
Creates a Map of the Appenders.
- createBindings() - Method in class org.apache.logging.log4j.core.script.ScriptManager.AbstractScriptRunner
-
- createBindings(AbstractScript) - Method in class org.apache.logging.log4j.core.script.ScriptManager
-
- createBindings() - Method in interface org.apache.logging.log4j.core.script.ScriptManager.ScriptRunner
-
- createBuilder(Class<?>) - Static method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- createCachedClass(String) - Static method in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- createClassForProperty(String, Class<ReusableMessageFactory>, Class<ParameterizedMessageFactory>) - Static method in class org.apache.logging.log4j.spi.AbstractLogger
-
- createClock() - Static method in class org.apache.logging.log4j.core.util.ClockFactory
-
- createComponent(ComponentBuilder<?>, String, Properties) - Static method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createCompressAction(String, String, boolean, int) - Method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- createCondition(AbstractScript, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.ScriptCondition
-
Creates the ScriptCondition.
- createConfiguration(Node, LogEvent) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- createConfiguration(Node, LogEvent) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- createContext(String, URI) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- createContext(String, URI) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- createContextData() - Static method in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- createContextData(int) - Static method in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- createContextData(Map<String, String>) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- createContextData(List<Property>) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- createContextSelector() - Static method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- createConverter(String, StringBuilder, Map<String, Class<PatternConverter>>, List<String>, boolean, boolean) - Method in class org.apache.logging.log4j.core.pattern.PatternParser
-
Creates a new PatternConverter.
- createConverter() - Static method in class org.apache.logging.slf4j.Log4jLogger
-
- createCustomLevels(CustomLevelConfig[]) - Static method in class org.apache.logging.log4j.core.config.CustomLevels
-
Create a CustomLevels object to contain all the CustomLevelConfigs.
- createCustomRouter(String) - Static method in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- createDaemonThreadFactory(String) - Static method in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
Creates a new daemon thread factory.
- createDefaultAppenderForLayout(Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- createDefaultConstructor(Class<? extends StringMap>) - Static method in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- createDefaultFlowMessageFactory() - Static method in class org.apache.logging.log4j.spi.AbstractLogger
-
- createDefaultInjector() - Static method in class org.apache.logging.log4j.core.impl.ContextDataInjectorFactory
-
- createDefaultLayout() - Static method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
Creates an HTML Layout using the default settings.
- createDefaultLayout() - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Creates a PatternLayout using the default options.
- createDefaultLayout(Configuration) - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Creates a PatternLayout using the default options and the given configuration.
- createDefaultMessageFactory() - Static method in class org.apache.logging.log4j.spi.AbstractLogger
-
- createDefaultSslContext() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createDefaultThreadContextMap() - Static method in class org.apache.logging.log4j.spi.ThreadContextMapFactory
-
- createDeleteAction(String, boolean, int, boolean, PathSorter, PathCondition[], ScriptCondition, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
Create a DeleteAction.
- createDiscardingAsyncQueueFullPolicy() - Static method in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- createErrorMsg(String) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- createEvent(String, Marker, String, Level, Message, List<Property>, Throwable) - Method in class org.apache.logging.log4j.core.impl.DefaultLogEventFactory
-
Creates a log event.
- createEvent(String, Marker, String, Level, Message, Throwable, ThrowableProxy, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- createEvent(String, Marker, String, Level, Message, List<Property>, Throwable) - Method in interface org.apache.logging.log4j.core.impl.LogEventFactory
-
- createEvent(String, Marker, String, Level, Message, List<Property>, Throwable) - Method in class org.apache.logging.log4j.core.impl.ReusableLogEventFactory
-
Creates a log event.
- createExecutor() - Static method in class org.apache.logging.log4j.core.jmx.Server
-
Returns either a null
Executor (causing JMX notifications to be sent from the caller thread) or a daemon
background thread Executor, depending on the value of system property "log4j2.jmx.notify.async".
- createFactory() - Static method in class org.apache.logging.log4j.core.async.ArrayBlockingQueueFactory
-
- createFactory(JCToolsBlockingQueueFactory.WaitStrategy) - Static method in class org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory
-
- createFactory() - Static method in class org.apache.logging.log4j.core.async.LinkedTransferQueueFactory
-
- createFailovers(AppenderRef...) - Static method in class org.apache.logging.log4j.core.appender.FailoversPlugin
-
Returns the appender references.
- createFieldFormatters(LoggerFields[], Configuration) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- createFileAfterRollover() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- createFileAfterRollover() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- createFileCountCondition(int, PathCondition...) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
Create an IfAccumulatedFileCount condition.
- createFileSizeCondition(String, PathCondition...) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
Create an IfAccumulatedFileSize condition.
- createFileVisitor(Path, List<PathCondition>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Creates a new
FileVisitor<Path>
to pass to the
Files.walkFileTree(Path, Set, int, FileVisitor)
method when the
AbstractPathAction.execute()
method is invoked.
- createFileVisitor(Path, List<PathCondition>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- createFilter(String, Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createFilter(String, KeyValuePair[], Level, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
Creates a DynamicThresholdFilter.
- createFilter(Level, Level, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
Create a ThresholdFilter.
- createFilter(KeyValuePair[], String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.MapFilter
-
- createFilter(String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
Create the MarkerFilter.
- createFilter(String, String[], Boolean, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.RegexFilter
-
Create a Filter that matches a regular expression.
- createFilter(AbstractScript, Filter.Result, Filter.Result, Configuration) - Static method in class org.apache.logging.log4j.core.filter.ScriptFilter
-
Creates the ScriptFilter.
- createFilter(KeyValuePair[], String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
Create the StructuredDataFilter.
- createFilter(KeyValuePair[], String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- createFilter(Level, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
Create a ThresholdFilter.
- createFilter(String, String, String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.TimeFilter
-
Create a TimeFilter.
- createFilters(Filter[]) - Static method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Create a CompositeFilter.
- createFixedFormatter(FixedDateFormat) - Static method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- createFlowClassForProperty(String, Class<DefaultFlowMessageFactory>) - Static method in class org.apache.logging.log4j.spi.AbstractLogger
-
- createFormatter(String[]) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- createIfSupported(String...) - Static method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- createInitialCapacityConstructor(Class<? extends StringMap>) - Static method in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- createInjector() - Static method in class org.apache.logging.log4j.core.impl.ContextDataInjectorFactory
-
Returns a new ContextDataInjector
instance based on the value of system property
log4j2.ContextDataInjector
.
- createInnerMap() - Method in class org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
-
- createInnerMap() - Method in interface org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
-
- createInnerMap() - Method in class org.apache.logging.log4j.spi.LoggerRegistry.WeakMapFactory
-
- createInstance(String, TimeZone, Locale) - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Create a format instance using the specified pattern, time zone
and locale.
- createJmDnsVersion1() - Static method in class org.apache.logging.log4j.core.net.MulticastDnsAdvertiser
-
- createJmDnsVersion3() - Static method in class org.apache.logging.log4j.core.net.MulticastDnsAdvertiser
-
- createKeyStoreConfiguration(String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
Creates a KeyStoreConfiguration.
- createKeyStoreConfiguration(String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
Creates a KeyStoreConfiguration.
- createLayout(boolean, boolean) - Static method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- createLayout(String, Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createLayout(boolean, String, String, Charset, String, String) - Static method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
Creates an HTML Layout.
- createLayout(String, PatternSelector, Configuration, RegexReplacement, Charset, boolean, boolean, String, String) - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- createLayout(Facility, String, int, boolean, String, String, String, boolean, String, String, String, String, String, String, String, boolean, LoggerFields[], Configuration) - Static method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Create the RFC 5424 Layout.
- createLayout() - Static method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
Creates a SerializedLayout.
- createLayout(Facility, boolean, String, Charset) - Static method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
- createLevel(String, int) - Static method in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
Creates a CustomLevelConfig object.
- createLevelStyleMap(String[]) - Static method in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
Creates a level style map where values are ANSI escape sequences given configuration options in option[1]
.
- createLogDelay(long) - Static method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- createLogger(String, String, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
Factory method to create a LoggerConfig.
- createLogger(String, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig.RootLogger
-
- createLogger(String, Level, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- createLogger(boolean, Level, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Factory method to create a LoggerConfig.
- createLogger(String, Level, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig.RootLogger
-
- createLogger(String, Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createLoggerFields(KeyValuePair[], String, String, boolean) - Static method in class org.apache.logging.log4j.core.layout.LoggerFields
-
Create a LoggerFields from KeyValuePairs.
- createLoggers(LoggerConfig[]) - Static method in class org.apache.logging.log4j.core.config.LoggersPlugin
-
Create a Loggers object to contain all the Loggers.
- createManager(String, ConsoleAppender.FactoryData) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.ConsoleManagerFactory
-
Create an OutputStreamManager.
- createManager(String, FileManager.FactoryData) - Method in class org.apache.logging.log4j.core.appender.FileManager.FileManagerFactory
-
Creates a FileManager.
- createManager(String, T) - Method in interface org.apache.logging.log4j.core.appender.ManagerFactory
-
Creates a Manager.
- createManager(String, MemoryMappedFileManager.FactoryData) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager.MemoryMappedFileManagerFactory
-
Create a MemoryMappedFileManager.
- createManager(String, OutputStreamAppender.FactoryData) - Method in class org.apache.logging.log4j.core.appender.OutputStreamAppender.OutputStreamManagerFactory
-
Creates an OutputStreamManager.
- createManager(String, RandomAccessFileManager.FactoryData) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager.RandomAccessFileManagerFactory
-
Create a RandomAccessFileManager.
- createManager(String, RollingFileManager.FactoryData) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.RollingFileManagerFactory
-
Creates a RollingFileManager.
- createManager(String, RollingRandomAccessFileManager.FactoryData) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.RollingRandomAccessFileManagerFactory
-
Create the RollingRandomAccessFileManager.
- createManager(String, WriterAppender.FactoryData) - Method in class org.apache.logging.log4j.core.appender.WriterAppender.WriterManagerFactory
-
Creates a WriterManager.
- createManager(String, DatagramSocketManager.FactoryData) - Method in class org.apache.logging.log4j.core.net.DatagramSocketManager.DatagramSocketManagerFactory
-
- createManager(String, Properties) - Method in class org.apache.logging.log4j.core.net.JndiManager.JndiManagerFactory
-
- createManager(String, SmtpManager.FactoryData) - Method in class org.apache.logging.log4j.core.net.SmtpManager.SMTPManagerFactory
-
- createManager(String, SslSocketManager.SslFactoryData) - Method in class org.apache.logging.log4j.core.net.SslSocketManager.SslSocketManagerFactory
-
- createManager(String, TcpSocketManager.FactoryData) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager.TcpSocketManagerFactory
-
- createMap(String, String[]) - Static method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Creates a Map from a source array where values are ANSI escape sequences.
- createMap(String[], String[]) - Static method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Creates a Map from a source array where values are ANSI escape sequences.
- createMemento() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Creates and returns a new immutable copy of this RingBufferLogEvent
.
- createMemento() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- createMemento(LogEvent) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- createMemento(LogEvent, boolean) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Creates and returns a new immutable copy of this Log4jLogEvent
.
- createMemento() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Creates and returns a new immutable copy of this MutableLogEvent
.
- createMimeMessage(SmtpManager.FactoryData, Session, LogEvent) - Static method in class org.apache.logging.log4j.core.net.SmtpManager
-
- createNameCondition(String, String, PathCondition...) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
Creates a IfFileName condition that returns true if either the specified
glob pattern or the regular expression matches the relative path.
- createNonFixedFormatter(String[]) - Static method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- createNotCondition(PathCondition) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
Create an IfNot PathCondition.
- createNotificationInfo() - Static method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- createNotificationInfo() - Static method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- createOnDemand - Variable in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- createOnDemand - Variable in class org.apache.logging.log4j.core.appender.FileManager
-
- createOnDemand - Variable in class org.apache.logging.log4j.core.appender.FileManager.FactoryData
-
- createOnDemand - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- createOnDemand - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- createOrCondition(PathCondition...) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfAny
-
Create a Composite PathCondition: accepts if any of the nested conditions accepts.
- createOuterMap() - Method in class org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
-
- createOuterMap() - Method in interface org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
-
- createOuterMap() - Method in class org.apache.logging.log4j.spi.LoggerRegistry.WeakMapFactory
-
- createOutputStream() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
- createOutputStream() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- createPattern(StringBuilder) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.PatternStrategy
-
- createPattern(String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.PatternStrategy
-
- createPatternParser() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- createPatternParser(Configuration) - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Creates a PatternParser.
- createPatternParser(Configuration, Class<? extends PatternConverter>) - Static method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Create a PatternParser.
- createPluginCollection(Node) - Static method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- createPluginMap(Node) - Static method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- createPluginObject(PluginType<?>, Node, LogEvent) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Invokes a static factory method to either create the desired object or to create a builder object that creates
the desired object.
- createPolicy(String, KeyValuePair[]) - Static method in class org.apache.logging.log4j.core.appender.rewrite.LoggerNameLevelRewritePolicy
-
Creates a policy to rewrite levels for a given logger name.
- createPolicy(String, KeyValuePair[]) - Static method in class org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy
-
The factory method to create the MapRewritePolicy.
- createPolicy(Configuration, Property[]) - Static method in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
The factory method to create the PropertiesRewritePolicy.
- createPolicy(TriggeringPolicy...) - Static method in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
Creates a CompositeTriggeringPolicy.
- createPolicy(Configuration, String, String) - Static method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
Creates a ScheduledTriggeringPolicy.
- createPolicy(long) - Static method in class org.apache.logging.log4j.core.appender.rolling.OnStartupTriggeringPolicy
-
- createPolicy(String) - Static method in class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
Create a SizeBasedTriggeringPolicy.
- createPolicy(String, String) - Static method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
Creates a TimeBasedTriggeringPolicy.
- createProperty(String, String) - Static method in class org.apache.logging.log4j.core.config.Property
-
Creates a Property.
- createPurgePolicy(String, String, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
Create the PurgePolicy
- createReconnector() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- createReference(String, Configuration) - Static method in class org.apache.logging.log4j.core.script.ScriptRef
-
- createRegexReplacement(Pattern, String) - Static method in class org.apache.logging.log4j.core.pattern.RegexReplacement
-
Create a RegexReplacement.
- createRingBufferAdmin(String) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
Creates and returns a new RingBufferAdmin
that instruments the
ringbuffer of this AsyncLoggerConfig
.
- createRingBufferAdmin(String, String) - Method in interface org.apache.logging.log4j.core.async.AsyncLoggerConfigDelegate
-
Creates and returns a new RingBufferAdmin
that instruments the ringbuffer of this
AsyncLoggerConfig
.
- createRingBufferAdmin(String, String) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- createRingBufferAdmin() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
Creates and returns a new RingBufferAdmin
that instruments the ringbuffer of the AsyncLogger
objects in this LoggerContext
.
- createRingBufferAdmin(String) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
Creates and returns a new RingBufferAdmin
that instruments the ringbuffer of the AsyncLogger
.
- createRootLogger(Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createRoute(String, String, Node) - Static method in class org.apache.logging.log4j.core.appender.routing.Route
-
Create the Route.
- createRoutes(String, Route...) - Static method in class org.apache.logging.log4j.core.appender.routing.Routes
-
- createScript(Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createScript(String, String, String) - Static method in class org.apache.logging.log4j.core.script.Script
-
- createScript(String, String, String, Boolean, Charset) - Static method in class org.apache.logging.log4j.core.script.ScriptFile
-
- createScriptFile(Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- createScripts(AbstractScript[]) - Static method in class org.apache.logging.log4j.core.config.ScriptsPlugin
-
Return the array of scripts
- createSelector(PatternMatch[], String, boolean, boolean, Configuration) - Static method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
- createSelector(AbstractScript, PatternMatch[], String, boolean, boolean, Configuration) - Static method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- createSequence(String...) - Static method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Creates an ANSI escape sequence from the given
AnsiEscape names.
- createSerializer(Configuration, RegexReplacement, String, String, PatternSelector, boolean, boolean) - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- createShutdownCallbackRegistry() - Static method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- createSocket(String, int) - Method in class org.apache.logging.log4j.core.net.SslSocketManager
-
- createSocket(SslSocketManager.SslFactoryData) - Method in class org.apache.logging.log4j.core.net.SslSocketManager.SslSocketManagerFactory
-
- createSocket(InetAddress, int) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- createSocket(String, int) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- createSocket(TcpSocketManager.FactoryData) - Static method in class org.apache.logging.log4j.core.net.TcpSocketManager.TcpSocketManagerFactory
-
- createSocketManager(String, Protocol, String, int, int, SslConfiguration, int, boolean, Layout<? extends Serializable>, int) - Static method in class org.apache.logging.log4j.core.appender.SocketAppender
-
- createSocketManager(String, Protocol, String, int, int, SslConfiguration, int, boolean, Layout<? extends Serializable>, int, SocketOptions) - Static method in class org.apache.logging.log4j.core.appender.SocketAppender
-
Creates an AbstractSocketManager for TCP, UDP, and SSL.
- createSorter(boolean) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime
-
Create a PathSorter that sorts by lastModified time.
- createSSLConfiguration(String, KeyStoreConfiguration, TrustStoreConfiguration) - Static method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
- createSslContext() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createSslContext(boolean, boolean) - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createSslContextBasedOnConfiguration() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createSslContextWithDefaultKeyManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createSslContextWithDefaultTrustManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createSslContextWithKeyStoreFailure() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createSslContextWithTrustStoreFailure() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- createSslSocketFactory(SslConfiguration) - Static method in class org.apache.logging.log4j.core.net.SslSocketManager
-
- createStrategy(String, String, String, String, Action[], boolean, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
Creates the DefaultRolloverStrategy.
- createStrategy(String, String, Action[], boolean, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
Creates the DirectWriteRolloverStrategy.
- createStringMap() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
Returns an implementation of the StringMap
used to back this thread context map.
- createStringMap(ReadOnlyStringMap) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
Returns an implementation of the StringMap
used to back this thread context map, pre-populated
with the contents of the specified context data.
- createStringMap() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
Returns an implementation of the StringMap
used to back this thread context map.
- createStringMap(ReadOnlyStringMap) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
Returns an implementation of the StringMap
used to back this thread context map, pre-populated
with the contents of the specified context data.
- createSyntaxAndPatternString(String, String) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- createThreadContextMap() - Static method in class org.apache.logging.log4j.spi.ThreadContextMapFactory
-
- createThreadFactory(String) - Static method in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
Creates a new thread factory.
- createThreadInfo() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage.BasicThreadInfoFactory
-
- createThreadInfo() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage.ExtendedThreadInfoFactory
-
- createThreadInfo() - Method in interface org.apache.logging.log4j.message.ThreadDumpMessage.ThreadInfoFactory
-
- createThreadLocalMap() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- createThreadLocalMap(boolean) - Static method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- createThreadLocalMap() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- createWaitStrategy(String) - Static method in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- createWaitStrategy(String, long) - Static method in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- cronExpression - Variable in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- cronExpression - Variable in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- CronExpression - Class in org.apache.logging.log4j.core.util
-
Provides a parser and evaluator for unix-like cron expressions.
- CronExpression(String) - Constructor for class org.apache.logging.log4j.core.util.CronExpression
-
Constructs a new CronExpression
based on the specified
parameter.
- cronExpression - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- CronExpression.ValueSet - Class in org.apache.logging.log4j.core.util
-
- CronExpressionConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CronExpressionConverter
-
- CronRunnable(Runnable, CronExpression) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- CronScheduledFuture<V> - Class in org.apache.logging.log4j.core.config
-
- CronScheduledFuture(ScheduledFuture<V>, Date) - Constructor for class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- CronScheduledFuture.FutureData - Class in org.apache.logging.log4j.core.config
-
- CronTrigger() - Constructor for class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy.CronTrigger
-
- CronTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
Rolls a file over based on a cron schedule.
- CronTriggeringPolicy(CronExpression, boolean, Configuration) - Constructor for class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- CronTriggeringPolicy.CronTrigger - Class in org.apache.logging.log4j.core.appender.rolling
-
- cTimeZoneDisplayCache - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- current - Variable in class org.apache.logging.log4j.util.Unbox.State
-
- current - Variable in class org.apache.logging.log4j.util.Unbox.WebSafeState
-
- currentContextData() - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- currentContextData() - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- currentContextData() - Method in class org.apache.logging.log4j.core.lookup.ContextMapLookup
-
- currentFileName - Variable in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- currentFileTime - Variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- currentIdx - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyParser
-
- currentTimeMillis - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- currentTimeMillis - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- currentTimeMillis() - Method in class org.apache.logging.log4j.core.util.CachedClock
-
Returns the value of a private long field that is updated by a background
thread once every millisecond.
- currentTimeMillis() - Method in interface org.apache.logging.log4j.core.util.Clock
-
Returns the time in milliseconds since the epoch.
- currentTimeMillis() - Method in class org.apache.logging.log4j.core.util.CoarseCachedClock
-
Returns the value of a private long field that is updated by a background
thread once every millisecond.
- currentTimeMillis() - Method in class org.apache.logging.log4j.core.util.SystemClock
-
Returns the system time.
- customActions - Variable in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- customActions - Variable in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- CustomLevelComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing CustomLevel Components.
- CustomLevelConfig - Class in org.apache.logging.log4j.core.config
-
Descriptor of a custom Level object that is created via configuration.
- CustomLevelConfig(String, int) - Constructor for class org.apache.logging.log4j.core.config.CustomLevelConfig
-
- customLevels - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- customLevels - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- CustomLevels - Class in org.apache.logging.log4j.core.config
-
Container for CustomLevelConfig objects.
- CustomLevels(CustomLevelConfig[]) - Constructor for class org.apache.logging.log4j.core.config.CustomLevels
-
- customLevels - Variable in class org.apache.logging.log4j.core.config.CustomLevels
-
- customLevelsComponent - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- CustomLogger() - Constructor for class org.apache.logging.log4j.core.tools.Generate.CustomLogger
-
- Cyan(List<PatternFormatter>, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Cyan
-
Constructs the converter.
- CyclicBuffer<T> - Class in org.apache.logging.log4j.core.util
-
A bounded buffer containing elements of type T.
- CyclicBuffer(Class<T>, int) - Constructor for class org.apache.logging.log4j.core.util.CyclicBuffer
-
Instantiates a new CyclicBuffer of at most maxSize
events.
- element - Variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration.Status
-
- element - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy.CacheEntry
-
- ELEMENT_TYPE - Static variable in interface org.apache.logging.log4j.core.Appender
-
- ELEMENT_TYPE - Static variable in interface org.apache.logging.log4j.core.async.BlockingQueueFactory
-
The
element type
to use for plugins
implementing this interface.
- ELEMENT_TYPE - Static variable in interface org.apache.logging.log4j.core.Filter
-
- ELEMENT_TYPE - Static variable in interface org.apache.logging.log4j.core.Layout
-
- ELEMENT_TYPE - Static variable in interface org.apache.logging.log4j.core.layout.PatternSelector
-
- elementName - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- elements - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor.PluginAliasesElementVisitor
-
- elements - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor.PluginElementVisitor
-
- ellipsis - Variable in class org.apache.logging.log4j.core.pattern.NameAbbreviator.PatternAbbreviatorFragment
-
Character used to represent dropped characters.
- emitNoAppenderWarning(Category) - Method in class org.apache.log4j.LogManager.Repository
-
- emitNoAppenderWarning(Category) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- EMPTY - Static variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- EMPTY - Static variable in annotation type org.apache.logging.log4j.core.config.plugins.Plugin
-
Value of the elementType when none is specified.
- EMPTY - Static variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- EMPTY - Static variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
An empty array instance to share when the table is not inflated.
- EMPTY - Static variable in class org.apache.logging.log4j.util.Strings
-
The empty string.
- EMPTY_CONTEXT_DATA - Static variable in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- EMPTY_CONTEXT_DATA - Static variable in class org.apache.logging.slf4j.MDCContextMap
-
- EMPTY_FILTERS - Static variable in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- EMPTY_ITERATOR - Static variable in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- EMPTY_MAP - Static variable in class org.apache.logging.log4j.ThreadContext
-
Empty, immutable Map.
- EMPTY_OBJECT_ARRAY - Static variable in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- EMPTY_PARAMS - Static variable in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- EMPTY_STACK - Static variable in class org.apache.logging.log4j.ThreadContext
-
Empty, immutable ContextStack.
- EMPTY_STRING_MAP - Static variable in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- EMPTY_THROWABLE_PROXY_ARRAY - Static variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- emptyFrozenContextData() - Static method in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
An empty pre-frozen StringMap.
- EmptyIterator() - Constructor for class org.apache.logging.log4j.ThreadContext.EmptyIterator
-
- EmptyQueue() - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.EmptyQueue
-
- EmptyThreadContextStack() - Constructor for class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- ENABLE_DIRECT_ENCODERS - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Kill switch for garbage-free Layout behaviour that encodes LogEvents directly into
ByteBufferDestination
s without creating intermediate temporary
Objects.
- ENABLE_THREADLOCALS - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Kill switch for object pooling in ThreadLocals that enables much of the LOG4J2-1270 no-GC behaviour.
- ENABLE_THREADLOCALS - Static variable in class org.apache.logging.log4j.util.Constants
-
Kill switch for object pooling in ThreadLocals that enables much of the LOG4J2-1270 no-GC behaviour.
- enableSubstitutionInVariables - Variable in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
The flag whether substitution in variable names is enabled.
- enableXInclude(DocumentBuilderFactory) - Static method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
Enables XInclude for the given DocumentBuilderFactory
- encode(LogEvent, ByteBufferDestination) - Method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- encode(LogEvent, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.AbstractLayout
-
Encodes the specified source LogEvent to some binary representation and writes the result to the specified
destination.
- encode(T, ByteBufferDestination) - Method in interface org.apache.logging.log4j.core.layout.Encoder
-
Encodes the specified source object to some binary representation and writes the result to the specified
destination.
- encode(StringBuilder, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- encode(LogEvent, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- encode(StringBuilder, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- encode(CharsetEncoder, CharBuffer, boolean, ByteBufferDestination, ByteBuffer) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- encodeAsMuchAsPossible(CharsetEncoder, CharBuffer, boolean, ByteBufferDestination, ByteBuffer) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- encodeContent(byte[], String, ByteArrayOutputStream) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- encodeContentToBytes(byte[], String) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- encodeIsoChars(CharSequence, int, byte[], int, int) - Static method in class org.apache.logging.log4j.core.util.StringEncoder
-
- Encoder<T> - Interface in org.apache.logging.log4j.core.layout
-
Objects implementing the Encoder
interface know how to convert an object to some binary representation and
write the result to a ByteBuffer
, ideally without creating temporary objects.
- ENCODER_BYTE_BUFFER_SIZE - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Default size of ByteBuffers used to encode LogEvents without allocating temporary objects.
- ENCODER_CHAR_BUFFER_SIZE - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Size of CharBuffers used by text encoders.
- encodeSingleByteChars(CharSequence) - Static method in class org.apache.logging.log4j.core.util.StringEncoder
-
Encodes the specified char sequence by casting each character to a byte.
- encodeString(CharSequence, int, int, byte[]) - Static method in class org.apache.logging.log4j.core.util.StringEncoder
-
- encodeSynchronized(CharsetEncoder, CharBuffer, StringBuilder, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- encodeText(CharsetEncoder, CharBuffer, ByteBuffer, StringBuilder, ByteBufferDestination) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- encodeText(CharsetEncoder, CharBuffer, ByteBufferDestination) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
Deprecated.
- encodeTextFallBack(Charset, StringBuilder, ByteBufferDestination) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- encodeTextWithCopy(CharsetEncoder, CharBuffer, ByteBuffer, StringBuilder, ByteBufferDestination) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- encodeWithThreadLocals(CharsetEncoder, CharBuffer, ByteBuffer, StringBuilder, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- EncodingPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Converter that encodes the output from a pattern using a specified format.
- EncodingPatternConverter(List<PatternFormatter>, EncodingPatternConverter.EscapeFormat) - Constructor for class org.apache.logging.log4j.core.pattern.EncodingPatternConverter
-
Private constructor.
- EncodingPatternConverter.EscapeFormat - Enum in org.apache.logging.log4j.core.pattern
-
- end - Variable in class org.apache.logging.log4j.core.filter.TimeFilter
-
Ending offset from midnight in milliseconds.
- endIndex - Variable in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
The end index to loop to
- endOfBatch - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- endOfBatch - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- endOfBatch - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- endOfBatch - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- endToken - Variable in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- endTokenLen - Variable in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- EnglishEnums - Class in org.apache.logging.log4j.util
-
Consider this class private.
- EnglishEnums() - Constructor for class org.apache.logging.log4j.util.EnglishEnums
-
- enqueue(LogEvent, AsyncLoggerConfig) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- enqueueEvent(LogEvent, AsyncLoggerConfig) - Method in interface org.apache.logging.log4j.core.async.AsyncLoggerConfigDelegate
-
- enqueueEvent(LogEvent, AsyncLoggerConfig) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- enqueueLogMessageInfo(RingBufferLogEventTranslator) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- ensureAppenderStarted() - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- ensureCapacity() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- ensureImmutable(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- enter(String, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- enter(String, String, MessageSupplier...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Deprecated.
- enter(String, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- enter(String, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Deprecated.
- enter(String, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- enterpriseId - Variable in class org.apache.logging.log4j.core.layout.LoggerFields
-
- enterpriseNumber - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- enterpriseNumber - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- enterpriseNumber - Variable in class org.apache.logging.log4j.message.StructuredDataId
-
- entry() - Method in interface org.apache.logging.log4j.Logger
-
- entry(Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters (consider using one of the traceEntry(...)
methods instead.)
- entry() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entry(Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entry(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- ENTRY_DEFAULT_PREFIX - Static variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- ENTRY_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for method entry tracing.
- EntryMessage - Interface in org.apache.logging.log4j.message
-
Entry flow messages
- entryMsg(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entryMsg(String, MessageSupplier...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entryMsg(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entryText - Variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- EnumConverter<E extends java.lang.Enum<E>> - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Enum
.
- EnumConverter(Class<E>) - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.EnumConverter
-
- EnvironmentLookup - Class in org.apache.logging.log4j.core.lookup
-
Looks up keys from environment variables.
- EnvironmentLookup() - Constructor for class org.apache.logging.log4j.core.lookup.EnvironmentLookup
-
- EOF - Static variable in class org.apache.logging.log4j.core.util.IOUtils
-
Represents the end-of-file (or stream).
- EOL - Static variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- EOL - Static variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- EOL_STR - Static variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- EQ - Static variable in class org.apache.logging.log4j.util.Chars
-
Equals '='.
- equalObjectsOrStrings(Object[], Object[]) - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- equalObjectsOrStrings(Object, Object) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- equals(Object) - Method in class org.apache.log4j.config.InputStreamWrapper
-
- equals(Object) - Method in class org.apache.log4j.Priority
-
Two priorities are equal if their level fields are equal.
- equals(Object) - Method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
- equals(Object) - Method in class org.apache.logging.log4j.core.appender.TlsSyslogFrame
-
- equals(Object) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- equals(Object) - Method in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
- equals(Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
-
- equals(Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- equals(Object) - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- equals(Object) - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- equals(Object) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- equals(Object) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- equals(Object) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- equals(Object) - Method in class org.apache.logging.log4j.core.layout.PatternMatch
-
- equals(Object) - Method in class org.apache.logging.log4j.core.Logger
-
- equals(Object) - Method in class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- equals(Object) - Method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
- equals(Object) - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- equals(Object) - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- equals(Object) - Method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- equals(String, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
Returns true if the specified String equals the specified section of the specified StringBuilder.
- equals(String, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.pattern.EqualsIgnoreCaseReplacementConverter
-
- equals(String, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.pattern.EqualsReplacementConverter
-
- equals(Object) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Compares two objects for equality.
- equals(Object) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Compare another object for equality with this object.
- equals(Object) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Compares two objects for equality.
- equals(Object) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneDisplayKey
- equals(Object) - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache.MultipartKey
- equals(Object) - Method in class org.apache.logging.log4j.core.util.KeyValuePair
-
- equals(Object) - Method in class org.apache.logging.log4j.Level
-
- equals(Object) - Method in interface org.apache.logging.log4j.Marker
-
Returns true if the given marker has the same name as this marker.
- equals(Object) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- equals(Object) - Method in class org.apache.logging.log4j.message.BasicThreadInformation
-
- equals(Object) - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.MapMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- equals(Object) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- equals(Object) - Method in class org.apache.logging.log4j.util.LoaderUtil.UrlResource
-
- equals(Object) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- equals(CharSequence, int, int, CharSequence, int, int) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Returns true if the specified section of the left CharSequence equals the specified section of the right
CharSequence.
- equals(Object) - Method in interface org.apache.logging.log4j.util.StringMap
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.logging.slf4j.Log4jMarker
-
- EqualsBaseReplacementConverter - Class in org.apache.logging.log4j.core.pattern
-
Equals pattern converter.
- EqualsBaseReplacementConverter(String, String, List<PatternFormatter>, String, String, PatternParser) - Constructor for class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
Construct the converter.
- equalsIgnoreCase(CharSequence, int, int, CharSequence, int, int) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Returns true if the specified section of the left CharSequence equals, ignoring case, the specified section of
the right CharSequence.
- EqualsIgnoreCaseReplacementConverter - Class in org.apache.logging.log4j.core.pattern
-
Equals ignore case pattern converter.
- EqualsIgnoreCaseReplacementConverter(List<PatternFormatter>, String, String, PatternParser) - Constructor for class org.apache.logging.log4j.core.pattern.EqualsIgnoreCaseReplacementConverter
-
Construct the converter.
- equalsImpl(Object) - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- equalsImpl(Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
- EqualsReplacementConverter - Class in org.apache.logging.log4j.core.pattern
-
Equals pattern converter.
- EqualsReplacementConverter(List<PatternFormatter>, String, String, PatternParser) - Constructor for class org.apache.logging.log4j.core.pattern.EqualsReplacementConverter
-
Construct the converter.
- err(String) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.RequiredValidator
-
- error(Object) - Method in class org.apache.log4j.Category
-
- error(Object, Throwable) - Method in class org.apache.log4j.Category
-
- ERROR - Static variable in class org.apache.log4j.Level
-
The ERROR
level designates error events that
might still allow the application to continue running.
- ERROR - Static variable in class org.apache.log4j.Priority
-
- error(String, Exception, int) - Method in interface org.apache.log4j.spi.ErrorHandler
-
- error(String) - Method in interface org.apache.log4j.spi.ErrorHandler
-
This method is normally used to just print the error message
passed as a parameter.
- error(String, Exception, int, LoggingEvent) - Method in interface org.apache.log4j.spi.ErrorHandler
-
This method is invoked to handle the error.
- error(String) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Handle an error with a message using the
ErrorHandler
configured for this Appender.
- error(String, LogEvent, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Handle an error with a message, exception, and a logging event, using the
ErrorHandler
configured for
this Appender.
- error(String, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Handle an error with a message and an exception using the
ErrorHandler
configured for this Appender.
- error(String) - Method in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
Handle an error with a message.
- error(String, Throwable) - Method in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
Handle an error with a message and an exception.
- error(String, LogEvent, Throwable) - Method in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
Handle an error with a message, and exception and a logging event.
- error(CharSequence) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- error(String) - Method in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
Logs an error message to the StatusLogger.
- error(String) - Method in interface org.apache.logging.log4j.core.ErrorHandler
-
Handle an error with a message.
- error(String, Throwable) - Method in interface org.apache.logging.log4j.core.ErrorHandler
-
Handle an error with a message and an exception.
- error(String, LogEvent, Throwable) - Method in interface org.apache.logging.log4j.core.ErrorHandler
-
Handle an error with a message, and exception and a logging event.
- ERROR - Static variable in class org.apache.logging.log4j.Level
-
An error in the application, possibly recoverable.
- error(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR
level with
the specified Marker.
- error(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- error(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
ERROR
level.
- error(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
ERROR
level.
- error(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR
level.
- error(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR
level with
the specified Marker.
- error(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- error(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR
level.
- error(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR
level) including the
stack trace of the
Throwable
t
passed as parameter.
- error(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
ERROR
level.
- error(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
ERROR
level.
- error(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR
level.
- error(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR
level.
- error(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR
level) including the
stack trace of the
Throwable
t
passed as parameter.
- error(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(String, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(String, Object, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(String, Object...) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(String, Throwable) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(Marker, String) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(Marker, String, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(Marker, String, Object, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(Marker, String, Object...) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- error(Marker, String, Throwable) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- ERROR_INT - Static variable in class org.apache.log4j.Priority
-
The ERROR
level designates error events that
might still allow the application to continue running.
- ERROR_MSG_SEPARATOR - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
Separator for error messages.
- ERROR_MSG_SEPARATOR - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Separator for error messages.
- ERROR_PREFIX - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
Prefix for errors.
- ERROR_PREFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Prefix for errors.
- ERROR_SEPARATOR - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
Separator for errors.
- ERROR_SEPARATOR - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Separator for errors.
- ERROR_SUFFIX - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
Suffix for errors.
- ERROR_SUFFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Suffix for errors.
- errorAppender - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- ErrorHandler - Interface in org.apache.log4j.spi
-
Appenders may delegate their error handling to
ErrorHandlers
.
- ErrorHandler - Interface in org.apache.logging.log4j.core
-
Appenders may delegate their error handling to ErrorHandlers
.
- errorMessages - Variable in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- errorRef - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- errorRef - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- ErrorType() - Constructor for enum org.apache.logging.log4j.core.config.json.JsonConfiguration.ErrorType
-
- errorType - Variable in class org.apache.logging.log4j.core.config.json.JsonConfiguration.Status
-
- ErrorType() - Constructor for enum org.apache.logging.log4j.core.config.xml.XmlConfiguration.ErrorType
-
- errorType - Variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration.Status
-
- ESC_CODES - Static variable in class org.apache.logging.log4j.core.util.JsonUtils
-
Read-only encoding table for first 128 Unicode code points (single-byte UTF-8 characters).
- escape(String) - Static method in class org.apache.logging.log4j.core.jmx.Server
-
Either returns the specified name as is, or returns a quoted value containing the specified name with the special
characters (comma, equals, colon, quote, asterisk, or question mark) preceded with a backslash.
- escape(StringBuilder, int) - Method in enum org.apache.logging.log4j.core.pattern.EncodingPatternConverter.EscapeFormat
-
Escapes text using a standardized format from a given starting point to the end of the string.
- ESCAPE_CHAR - Static variable in class org.apache.logging.log4j.core.pattern.PatternParser
-
Escape character for format specifier.
- ESCAPE_CHAR - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
- escapeChar - Variable in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Stores the escape character.
- escapeCount - Variable in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
- escapeFormat - Variable in class org.apache.logging.log4j.core.pattern.EncodingPatternConverter
-
- EscapeFormat() - Constructor for enum org.apache.logging.log4j.core.pattern.EncodingPatternConverter.EscapeFormat
-
- escapeHtmlTags(String) - Static method in class org.apache.logging.log4j.core.util.Transform
-
This method takes a string which may contain HTML tags (ie,
<b>, <table>, etc) and replaces any
'<', '>' , '&' or '"'
characters with respective predefined entity references.
- escapeJsonControlCharacters(String) - Static method in class org.apache.logging.log4j.core.util.Transform
-
This method takes a string which may contain JSON reserved chars and
escapes them.
- escapeNewLine - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- escapeNewLine - Variable in class org.apache.logging.log4j.core.layout.SyslogLayout
-
- escapeNewlines(String, String) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- escapeNL - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- escapeNL - Variable in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- escapeSDParams(String) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- estimateBytes(int, float) - Static method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.CharacterLiteral
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.DayInWeekField
-
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.PaddedNumberField
-
Returns the estimated length of the result.
- estimateLength() - Method in interface org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Rule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.StringLiteral
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TextField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNameRule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNumberRule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwelveHourField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwentyFourHourField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitMonthField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitNumberField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitYearField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.UnpaddedMonthField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.UnpaddedNumberField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.WeekYear
-
- event - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
-
- event - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- EVENT_MARKER - Static variable in class org.apache.logging.log4j.EventLogger
-
Defines the Event Marker.
- EVENT_MARKER - Static variable in class org.apache.logging.slf4j.Log4jLogger
-
- eventCount - Variable in class org.apache.logging.log4j.core.layout.AbstractLayout
-
The number of events successfully processed by this layout.
- EventDataConverter - Class in org.apache.logging.slf4j
-
- EventDataConverter() - Constructor for class org.apache.logging.slf4j.EventDataConverter
-
- EventLogger - Class in org.apache.logging.log4j
-
- EventLogger() - Constructor for class org.apache.logging.log4j.EventLogger
-
- eventLogger - Variable in class org.apache.logging.slf4j.Log4jLogger
-
- eventPrefix - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- eventPrefix - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- EventRoute - Enum in org.apache.logging.log4j.core.async
-
Enumeration over the different destinations where a log event can be sent.
- EventRoute() - Constructor for enum org.apache.logging.log4j.core.async.EventRoute
-
- eventSerializer - Variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
- exact - Variable in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- EXCEPTION_INTERVAL - Static variable in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
- EXCEPTION_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for exception tracing.
- exceptionCount - Variable in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
- exceptionFormatters - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- exceptionPattern - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- ExcludeChecker() - Constructor for class org.apache.logging.log4j.core.layout.Rfc5424Layout.ExcludeChecker
-
- excludes - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Performs action.
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
- execute(FileVisitor<Path>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
- execute() - Method in interface org.apache.logging.log4j.core.appender.rolling.action.Action
-
Perform an action.
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
Compresses.
- execute(String, File, File, boolean) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
Compresses a file.
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
-
Execute sequence of actions.
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- execute(FileVisitor<Path>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
Rename file.
- execute(File, File, boolean) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
Rename file.
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
Compress.
- execute(File, File, boolean) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
Compress a file.
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
Compresses.
- execute(File, File, boolean, int) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
Compresses a file.
- execute() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.AsyncAction
-
Executes an action.
- execute(boolean) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Event processor that reads the event from the ringbuffer can call this method.
- execute(String, Bindings) - Method in class org.apache.logging.log4j.core.script.ScriptManager
-
- execute(Bindings) - Method in class org.apache.logging.log4j.core.script.ScriptManager.MainScriptRunner
-
- execute(Bindings) - Method in interface org.apache.logging.log4j.core.script.ScriptManager.ScriptRunner
-
- execute(Bindings) - Method in class org.apache.logging.log4j.core.script.ScriptManager.ThreadLocalScriptRunner
-
- executeScript() - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- executor - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- executor - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- executor - Static variable in class org.apache.logging.log4j.core.jmx.Server
-
- executorService - Variable in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- ExecutorServices - Class in org.apache.logging.log4j.core.util
-
- ExecutorServices() - Constructor for class org.apache.logging.log4j.core.util.ExecutorServices
-
- exists(String) - Method in class org.apache.log4j.Category
-
- exists(String) - Static method in class org.apache.log4j.LogManager
-
- exists(String) - Method in class org.apache.log4j.LogManager.Repository
-
- exists(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- exists(String) - Static method in class org.apache.logging.log4j.LogManager
-
Detects if a Logger with the specified name exists.
- exists(String) - Static method in class org.apache.logging.log4j.MarkerManager
-
Tests existence of the given marker.
- exists(String) - Method in class org.apache.logging.slf4j.Log4jMarkerFactory
-
Returns true if the Marker exists.
- exit() - Method in interface org.apache.logging.log4j.Logger
-
- exit(R) - Method in interface org.apache.logging.log4j.Logger
-
- exit() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- exit(R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- exit(String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs exiting from a method with the result and location information.
- exit(String, String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs exiting from a method with the result and location information.
- EXIT_DEFAULT_PREFIX - Static variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- EXIT_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for method exit tracing.
- ExitMessage - Interface in org.apache.logging.log4j.message
-
Exit flow messages
- exitMsg(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- exitText - Variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- expiration - Variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Maximum validity period for the cache.
- expireTime - Variable in class org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
-
- expressionParsed - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- ExtendedClassInfo - Class in org.apache.logging.log4j.core.impl
-
- ExtendedClassInfo(boolean, String, String) - Constructor for class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
Constructs a new instance.
- ExtendedLogger() - Constructor for class org.apache.logging.log4j.core.tools.Generate.ExtendedLogger
-
- ExtendedLogger - Interface in org.apache.logging.log4j.spi
-
Extends the Logger
interface with methods that facilitate implementing or extending Logger
s.
- ExtendedLoggerWrapper - Class in org.apache.logging.log4j.spi
-
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.
- ExtendedLoggerWrapper(ExtendedLogger, String, MessageFactory) - Constructor for class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Constructor that wraps and existing Logger.
- extendedStackTrace - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- ExtendedStackTraceElement - Class in org.apache.logging.log4j.core.impl
-
Wraps and extends the concept of the JRE's final class StackTraceElement
by adding more location information.
- ExtendedStackTraceElement(StackTraceElement, ExtendedClassInfo) - Constructor for class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- ExtendedStackTraceElement(String, String, String, int, boolean, String, String) - Constructor for class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
Called from Jackson for XML and JSON IO.
- ExtendedThreadInfoFactory() - Constructor for class org.apache.logging.log4j.message.ThreadDumpMessage.ExtendedThreadInfoFactory
-
- ExtendedThreadInformation - Class in org.apache.logging.log4j.message
-
Provides information on locks and monitors in the thread dump.
- ExtendedThreadInformation(ThreadInfo) - Constructor for class org.apache.logging.log4j.message.ExtendedThreadInformation
-
- ExtendedThrowablePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Outputs the Throwable portion of the LoggingEvent as a full stack trace
unless this converter's option is 'short', where it just outputs the first line of the trace, or if
the number of lines to print is explicitly specified.
- ExtendedThrowablePatternConverter(Configuration, String[]) - Constructor for class org.apache.logging.log4j.core.pattern.ExtendedThrowablePatternConverter
-
Private constructor.
- extension - Variable in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- extension - Variable in enum org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
- ExtensionLanguageMapping - Enum in org.apache.logging.log4j.core.util
-
- ExtensionLanguageMapping(String, String) - Constructor for enum org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
- externalContext - Variable in class org.apache.logging.log4j.core.LoggerContext
-
- extraClassInfo - Variable in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- extractClassLoaderUriPath(URI) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- extractConverter(char, String, int, StringBuilder, StringBuilder) - Static method in class org.apache.logging.log4j.core.pattern.PatternParser
-
Extracts the converter identifier found at the given start position.
- extractOptions(String, int, List<String>) - Static method in class org.apache.logging.log4j.core.pattern.PatternParser
-
Extract options.
- extractPath(URL) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
- extractPluginAliases(Annotation...) - Static method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- extractSubset(Properties, String) - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Extracts properties that start with or are equals to the specific prefix and returns them in a new Properties
object with the prefix removed.
- facility - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- facility - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- facility - Variable in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- facility - Variable in class org.apache.logging.log4j.core.layout.SyslogLayout
-
- Facility - Enum in org.apache.logging.log4j.core.net
-
The facility codes used by the Syslog system.
- Facility(int) - Constructor for enum org.apache.logging.log4j.core.net.Facility
-
- facility - Variable in class org.apache.logging.log4j.core.net.Priority
-
- factories - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- factory - Static variable in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.appender.FileManager
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- factory - Static variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- factory - Static variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- factory - Static variable in class org.apache.logging.log4j.core.appender.WriterAppender
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
Factory used to populate the RingBuffer with events.
- factory - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
The EventFactory
for RingBufferLogEvent
s.
- Factory() - Constructor for class org.apache.logging.log4j.core.async.RingBufferLogEvent.Factory
-
- Factory() - Constructor for class org.apache.logging.log4j.core.config.ConfigurationFactory.Factory
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.net.DatagramSocketManager
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.net.JndiManager
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.net.SmtpManager
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.net.SslSocketManager
-
- FACTORY - Static variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- factory - Static variable in class org.apache.logging.log4j.LogManager
-
- FACTORY - Static variable in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- factory - Variable in class org.apache.logging.log4j.spi.LoggerRegistry
-
- factory - Variable in class org.apache.logging.slf4j.Log4jMarker
-
- FACTORY_METHODS - Static variable in class org.apache.logging.log4j.core.tools.Generate
-
- FACTORY_NUMBER - Static variable in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- FACTORY_PRIORITY - Static variable in class org.apache.logging.log4j.spi.Provider
-
Property name to set for a Log4j 2 provider to specify the priority of this implementation.
- FACTORY_PROPERTY_NAME - Static variable in class org.apache.logging.log4j.LogManager
-
Log4j property to set to the fully qualified class name of a custom implementation of
LoggerContextFactory
.
- factoryClassKey(Class<? extends MessageFactory>) - Static method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- FactoryData(OutputStream, String, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.ConsoleAppender.FactoryData
-
Constructor.
- FactoryData(boolean, boolean, boolean, int, boolean, String, Layout<? extends Serializable>, Configuration) - Constructor for class org.apache.logging.log4j.core.appender.FileManager.FactoryData
-
Constructor.
- FactoryData(boolean, boolean, int, String, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.MemoryMappedFileManager.FactoryData
-
Constructor.
- FactoryData(OutputStream, String, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.OutputStreamAppender.FactoryData
-
Builds instances.
- FactoryData(boolean, boolean, int, String, Layout<? extends Serializable>, Configuration) - Constructor for class org.apache.logging.log4j.core.appender.RandomAccessFileManager.FactoryData
-
Constructor.
- FactoryData(String, String, boolean, boolean, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, int, boolean, boolean, Configuration) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
Creates the data for the factory.
- FactoryData(String, boolean, boolean, int, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, Configuration) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
Create the data for the factory.
- FactoryData(Writer, String, StringLayout) - Constructor for class org.apache.logging.log4j.core.appender.WriterAppender.FactoryData
-
Builds instances.
- FactoryData(String, int, Layout<? extends Serializable>, int) - Constructor for class org.apache.logging.log4j.core.net.DatagramSocketManager.FactoryData
-
- FactoryData(String, String, String, String, String, AbstractStringLayout.Serializer, String, String, int, String, String, boolean, int) - Constructor for class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- FactoryData(String, int, int, int, boolean, Layout<? extends Serializable>, int, SocketOptions) - Constructor for class org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData
-
- factoryKey(MessageFactory) - Static method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- failFast - Variable in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- failover(LogEvent, Exception) - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- FailoverAppender - Class in org.apache.logging.log4j.core.appender
-
The FailoverAppender will capture exceptions in an Appender and then route the event
to a different appender.
- FailoverAppender(String, Filter, String, String[], int, Configuration, boolean) - Constructor for class org.apache.logging.log4j.core.appender.FailoverAppender
-
- failoverAppenders - Variable in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- failovers - Variable in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- FailoversPlugin - Class in org.apache.logging.log4j.core.appender
-
The array of failover Appenders.
- FailoversPlugin() - Constructor for class org.apache.logging.log4j.core.appender.FailoversPlugin
-
Prevent instantiation.
- FALSE - Static variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- fastDateFormat - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.PatternFormatter
-
- FastDateFormat - Class in org.apache.logging.log4j.core.util.datetime
-
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat
.
- FastDateFormat(String, TimeZone, Locale) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Constructs a new FastDateFormat.
- FastDateFormat(String, TimeZone, Locale, Date) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Constructs a new FastDateFormat.
- fastDateFormat - Variable in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- FastDateParser - Class in org.apache.logging.log4j.core.util.datetime
-
FastDateParser is a fast and thread-safe version of
SimpleDateFormat
.
- FastDateParser(String, TimeZone, Locale) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Constructs a new FastDateParser.
- FastDateParser(String, TimeZone, Locale, Date) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Constructs a new FastDateParser.
- FastDateParser.CaseInsensitiveTextStrategy - Class in org.apache.logging.log4j.core.util.datetime
-
A strategy that handles a text field in the parsing pattern
- FastDateParser.CopyQuotedStrategy - Class in org.apache.logging.log4j.core.util.datetime
-
A strategy that copies the static or quoted field in the parsing pattern
- FastDateParser.ISO8601TimeZoneStrategy - Class in org.apache.logging.log4j.core.util.datetime
-
- FastDateParser.NumberStrategy - Class in org.apache.logging.log4j.core.util.datetime
-
A strategy that handles a number field in the parsing pattern
- FastDateParser.PatternStrategy - Class in org.apache.logging.log4j.core.util.datetime
-
A strategy to parse a single field from the parsing pattern
- FastDateParser.Strategy - Class in org.apache.logging.log4j.core.util.datetime
-
A strategy to parse a single field from the parsing pattern
- FastDateParser.StrategyAndWidth - Class in org.apache.logging.log4j.core.util.datetime
-
Holds strategy and field width
- FastDateParser.StrategyParser - Class in org.apache.logging.log4j.core.util.datetime
-
Parse format into Strategies
- FastDateParser.TimeZoneStrategy - Class in org.apache.logging.log4j.core.util.datetime
-
A strategy that handles a timezone field in the parsing pattern
- FastDateParser.TimeZoneStrategy.TzInfo - Class in org.apache.logging.log4j.core.util.datetime
-
- FastDatePrinter - Class in org.apache.logging.log4j.core.util.datetime
-
FastDatePrinter is a fast and thread-safe version of
SimpleDateFormat
.
- FastDatePrinter(String, TimeZone, Locale) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Constructs a new FastDatePrinter.
- FastDatePrinter.CharacterLiteral - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a constant single character.
- FastDatePrinter.DayInWeekField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output the numeric day in week.
- FastDatePrinter.Iso8601_Rule - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a time zone as a number +/-HHMM
or +/-HH:MM
.
- FastDatePrinter.NumberRule - Interface in org.apache.logging.log4j.core.util.datetime
-
Inner class defining a numeric rule.
- FastDatePrinter.PaddedNumberField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a padded number.
- FastDatePrinter.Rule - Interface in org.apache.logging.log4j.core.util.datetime
-
Inner class defining a rule.
- FastDatePrinter.StringLiteral - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a constant string.
- FastDatePrinter.TextField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output one of a set of values.
- FastDatePrinter.TimeZoneDisplayKey - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class that acts as a compound key for time zone names.
- FastDatePrinter.TimeZoneNameRule - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a time zone name.
- FastDatePrinter.TimeZoneNumberRule - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a time zone as a number +/-HHMM
or +/-HH:MM
.
- FastDatePrinter.TwelveHourField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output the twelve hour field.
- FastDatePrinter.TwentyFourHourField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output the twenty four hour field.
- FastDatePrinter.TwoDigitMonthField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a two digit month.
- FastDatePrinter.TwoDigitNumberField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a two digit number.
- FastDatePrinter.TwoDigitYearField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output a two digit year.
- FastDatePrinter.UnpaddedMonthField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output an unpadded month.
- FastDatePrinter.UnpaddedNumberField - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output an unpadded number.
- FastDatePrinter.WeekYear - Class in org.apache.logging.log4j.core.util.datetime
-
Inner class to output the numeric day in week.
- fatal(Object) - Method in class org.apache.log4j.Category
-
- fatal(Object, Throwable) - Method in class org.apache.log4j.Category
-
- FATAL - Static variable in class org.apache.log4j.Level
-
The FATAL
level designates very severe error
events that will presumably lead the application to abort.
- FATAL - Static variable in class org.apache.log4j.Priority
-
- FATAL - Static variable in class org.apache.logging.log4j.Level
-
A severe error that will prevent the application from continuing.
- fatal(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL
level with
the specified Marker.
- fatal(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
FATAL
level.
- fatal(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
FATAL
level.
- fatal(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL
level.
- fatal(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL
level with
the specified Marker.
- fatal(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL
level.
- fatal(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL
level) including the
stack trace of the
Throwable
t
passed as parameter.
- fatal(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
FATAL
level.
- fatal(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
FATAL
level.
- fatal(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL
level.
- fatal(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL
level.
- fatal(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL
level) including the
stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- FATAL_INT - Static variable in class org.apache.log4j.Priority
-
The FATAL
level designates very severe error
events that will presumably lead the application to abort.
- field - Variable in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- field - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.CaseInsensitiveTextStrategy
-
- field - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.NumberStrategy
-
- FieldFormatter(Map<String, List<PatternFormatter>>, boolean) - Constructor for class org.apache.logging.log4j.core.layout.Rfc5424Layout.FieldFormatter
-
- fieldFormatters - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- fields - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout.StructuredDataElement
-
- file - Variable in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- FILE_EXT_XML - Static variable in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- FILE_NAME - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- FileAppender - Class in org.apache.logging.log4j.core.appender
-
File Appender.
- FileAppender(String, Layout<? extends Serializable>, Filter, FileManager, String, boolean, boolean, Advertiser) - Constructor for class org.apache.logging.log4j.core.appender.FileAppender
-
- FileAppender.Builder<B extends FileAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds FileAppender instances.
- FileConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.FileConverter
-
- FileDatePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
- FileDatePatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.FileDatePatternConverter
-
Private constructor.
- FileExtension - Enum in org.apache.logging.log4j.core.appender.rolling
-
Enumerates over supported file extensions for compression.
- FileExtension(String) - Constructor for enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- fileExtension - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- fileFromUri(URI) - Static method in class org.apache.logging.log4j.core.util.FileUtils
-
Tries to convert the specified URI to a file object.
- FileLocationPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the event's line location information in a StringBuilder.
- FileLocationPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.FileLocationPatternConverter
-
Private constructor.
- FileManager - Class in org.apache.logging.log4j.core.appender
-
Manages actual File I/O for File Appenders.
- FileManager(String, OutputStream, boolean, boolean, String, Layout<? extends Serializable>, int, boolean) - Constructor for class org.apache.logging.log4j.core.appender.FileManager
-
Deprecated.
- FileManager(String, OutputStream, boolean, boolean, String, Layout<? extends Serializable>, boolean, ByteBuffer) - Constructor for class org.apache.logging.log4j.core.appender.FileManager
-
Deprecated.
- FileManager(LoggerContext, String, OutputStream, boolean, boolean, boolean, String, Layout<? extends Serializable>, boolean, ByteBuffer) - Constructor for class org.apache.logging.log4j.core.appender.FileManager
-
- FileManager.FactoryData - Class in org.apache.logging.log4j.core.appender
-
Factory Data.
- FileManager.FileManagerFactory - Class in org.apache.logging.log4j.core.appender
-
Factory to create a FileManager.
- FileManagerFactory() - Constructor for class org.apache.logging.log4j.core.appender.FileManager.FileManagerFactory
-
- fileModified(File) - Method in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher
-
- fileModified(File) - Method in class org.apache.logging.log4j.core.script.ScriptManager
-
- fileModified(File) - Method in interface org.apache.logging.log4j.core.util.FileWatcher
-
- fileModified(WatchManager.FileMonitor, long) - Method in class org.apache.logging.log4j.core.util.WatchManager.WatchRunnable
-
- FileMonitor(long, FileWatcher) - Constructor for class org.apache.logging.log4j.core.util.WatchManager.FileMonitor
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.FileAppender
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.Builder
-
- fileName - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- filePath - Variable in class org.apache.logging.log4j.core.script.ScriptFile
-
- filePattern - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- filePattern - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- filePattern - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.Builder
-
- filePattern - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- FileRenameAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
File rename action.
- FileRenameAction(File, File, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
Creates an FileRenameAction.
- FileSize - Class in org.apache.logging.log4j.core.appender.rolling
-
FileSize utility class.
- FileSize() - Constructor for class org.apache.logging.log4j.core.appender.rolling.FileSize
-
- FileUtils - Class in org.apache.logging.log4j.core.util
-
File utilities.
- FileUtils() - Constructor for class org.apache.logging.log4j.core.util.FileUtils
-
- FileWatcher - Interface in org.apache.logging.log4j.core.util
-
Watches for changes in a File and performs an action when the file is modified.
- fileWatcher - Variable in class org.apache.logging.log4j.core.util.WatchManager.FileMonitor
-
- Filter - Class in org.apache.log4j.spi
-
- Filter() - Constructor for class org.apache.log4j.spi.Filter
-
- filter - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- filter - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- filter - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- filter - Variable in class org.apache.logging.log4j.core.config.AppenderRef
-
- Filter - Interface in org.apache.logging.log4j.core
-
Interface that must be implemented to allow custom event filtering.
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Context Filter method.
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Appender Filter method.
- filter - Variable in class org.apache.logging.log4j.core.filter.AbstractFilterable.Builder
-
- filter - Variable in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
May be null.
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- filter(Level) - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
Decide if we're going to log event
based on whether the
maximum burst of log statements has been exceeded.
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Filter an event.
- filter(Level, ReadOnlyStringMap) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Logger, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(LogEvent) - Method in interface org.apache.logging.log4j.core.Filter
-
Filter an event.
- filter(Level) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(MapMessage) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Map<String, String>) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(ReadOnlyStringMap) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Marker) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.RegexFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.RegexFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.RegexFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.RegexFilter
-
- filter(String) - Method in class org.apache.logging.log4j.core.filter.RegexFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- filter(StructuredDataMessage) - Method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter() - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Level) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- filter(long) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
Package-protected for tests.
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter() - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- filter(Level, Marker, String) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- filter(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- Filter.Result - Enum in org.apache.logging.log4j.core
-
The result that can returned from a filter method call.
- Filterable - Interface in org.apache.logging.log4j.core.filter
-
Interface implemented by Classes that allow filtering to occur.
- FilterableComponentBuilder<T extends ComponentBuilder<T>> - Interface in org.apache.logging.log4j.core.config.builder.api
-
Component builder that can add Filters.
- FilterComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing Filter Components.
- filterCount() - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is used primarily for unit testing.
- filtered(StatusData) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
- FilteredObjectInputStream - Class in org.apache.logging.log4j.core.util
-
Extended ObjectInputStream that only allows certain classes to be deserialized.
- FilteredObjectInputStream(InputStream, Collection<String>) - Constructor for class org.apache.logging.log4j.core.util.FilteredObjectInputStream
-
- filters - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- FILTERS - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- filters - Variable in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- filters - Variable in class org.apache.logging.log4j.status.StatusConsoleListener
-
- filtersComponent - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- finalizeConverter(char, String, int, StringBuilder, FormattingInfo, Map<String, Class<PatternConverter>>, List<PatternConverter>, List<FormattingInfo>, boolean, boolean, boolean) - Method in class org.apache.logging.log4j.core.pattern.PatternParser
-
Processes a format specifier sequence.
- find(ResolverUtil.Test, String...) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Attempts to discover classes that pass the test.
- findAndSubst(String, Properties) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
Find the value corresponding to key
in
props
.
- findClassLoader() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- findCompatibleConverter(Type) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
Finds a
TypeConverter
for the given
Type
, falling back to an assignment-compatible TypeConverter
if none exist for the given type.
- findDefaultValue(LogEvent) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.PluginAttributeVisitor
-
- findFactoryMethod(Class<?>) - Static method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- findInPackage(ResolverUtil.Test, String) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Scans for classes starting at the package provided and descending into subpackages.
- findMillisecondStart(long, String, DateFormat) - Static method in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Finds start of millisecond field in formatted time.
- findMinIncrement() - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- findNamedNode(String, Iterable<Node>) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.PluginElementVisitor
-
- findNextWhiteSpace(int, String) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- findResources(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Finds classpath resources.
- findUrlResources(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
- findValidators(Annotation...) - Static method in class org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidators
-
- findVisitor(Class<? extends Annotation>) - Static method in class org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitors
-
Creates a PluginVisitor instance for the given annotation class using metadata provided by the annotation's
PluginVisitorStrategy
annotation.
- fireAddAppenderEvent(Category, Appender) - Method in class org.apache.log4j.LogManager.Repository
-
- fireAddAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- firePropertyChangeEvent(PropertyChangeEvent) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- first - Variable in class org.apache.logging.log4j.core.util.CyclicBuffer
-
- fixedDateFormat - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.FixedFormatter
-
- FixedDateFormat - Class in org.apache.logging.log4j.core.util.datetime
-
Custom time formatter that trades flexibility for performance.
- FixedDateFormat(FixedDateFormat.FixedFormat, TimeZone) - Constructor for class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Constructs a FixedDateFormat for the specified fixed format.
- FixedDateFormat.FixedFormat - Enum in org.apache.logging.log4j.core.util.datetime
-
Enumeration over the supported date/time format patterns.
- fixedFormat - Variable in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- FixedFormat(String, String, int, char, int, char, int) - Constructor for enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
- FixedFormatter(FixedDateFormat) - Constructor for class org.apache.logging.log4j.core.pattern.DatePatternConverter.FixedFormatter
-
- fixedNanoTime - Variable in class org.apache.logging.log4j.core.util.DummyNanoClock
-
- FloatConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.FloatConverter
-
- FLOW_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for flow tracing.
- FlowMessage - Interface in org.apache.logging.log4j.message
-
Flow messages
- FlowMessageFactory - Interface in org.apache.logging.log4j.message
-
Creates flow messages.
- flowMessageFactory - Variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- flush() - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.SystemErrStream
-
- flush() - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.SystemOutStream
-
- flush() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- flush() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Flushes any buffers.
- flush() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- flush() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- flush() - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
Flushes any buffers.
- flush() - Method in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- flush() - Method in class org.apache.logging.log4j.core.util.CloseShieldOutputStream
-
- flush() - Method in class org.apache.logging.log4j.core.util.CloseShieldWriter
-
- flush() - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Flushing this writer has no effect.
- flushBuffer(ByteBuffer) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- flushBuffer(ByteBuffer) - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Drains the ByteBufferDestination's buffer into the destination.
- flushDestination() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Calls flush()
on the underlying output stream.
- flushRemainingBytes(CharsetEncoder, ByteBufferDestination, ByteBuffer) - Static method in class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- follow - Variable in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- follow - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- follow - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- font - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- fontName - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout.Builder
-
- fontSize - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout.Builder
-
- fontSize - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- FontSize(String) - Constructor for enum org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
- footer - Variable in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- footer - Variable in class org.apache.logging.log4j.core.layout.AbstractLayout
-
The footer to add when the stream is closed.
- footer - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- footer - Variable in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- footerSerializer - Variable in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- footerSerializer - Variable in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- forAsyncLogger(RingBuffer<?>, String) - Static method in class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
- forAsyncLoggerConfig(RingBuffer<?>, String, String) - Static method in class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
- forcedLog(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
- ForCopyOnWriteThreadContextMap() - Constructor for class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForCopyOnWriteThreadContextMap
-
- ForDefaultThreadContextMap() - Constructor for class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForDefaultThreadContextMap
-
- forEach(BiConsumer<String, ? super V>) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- forEach(TriConsumer<String, ? super V, S>, S) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- forEach(BiConsumer<String, ? super V>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- forEach(TriConsumer<String, ? super V, S>, S) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- forEach(BiConsumer<String, ? super V>) - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.
- forEach(TriConsumer<String, ? super V, S>, S) - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.
- forEach(BiConsumer<String, ? super V>) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- forEach(TriConsumer<String, ? super V, T>, T) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- ForGarbageFreeThreadContextMap() - Constructor for class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForGarbageFreeThreadContextMap
-
- forLogEvent(LogEvent) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
Specifies the LogEvent that may be used to provide extra context for string substitutions.
- format(LoggingEvent) - Method in class org.apache.log4j.Layout
-
Implement this method to create your own layout format.
- format(LogEvent, StringBuilder) - Method in class org.apache.log4j.pattern.Log4j1MdcPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.log4j.pattern.Log4j1NdcPatternConverter
-
- format(LoggingEvent) - Method in class org.apache.log4j.PatternLayout
-
- format(long) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- format - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- format(LogEvent) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout.FieldFormatter
-
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter
-
Formats an event into a string buffer.
- format(StringBuilder, Object...) - Method in interface org.apache.logging.log4j.core.pattern.ArrayPatternConverter
-
Formats an array of Objects.
- format(Date, StringBuffer, FieldPosition) - Method in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Formats a Date into a date/time string.
- format(long, StringBuffer) - Method in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Formats a millisecond count into a date/time string.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ClassNamePatternConverter
-
Format a logging event.
- format(long) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.FixedFormatter
-
- format(Date, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
Appends formatted date to string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
Formats an event into a string buffer.
- format(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- format(Object, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
Formats an object into a string buffer.
- format(StringBuilder, Object...) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- format(long) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.Formatter
-
- format(long) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.PatternFormatter
-
- format(long) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.UnixFormatter
-
- format(long) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.UnixMillisFormatter
-
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.EncodingPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ExtendedThrowablePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.FileLocationPatternConverter
-
Formats an event into a string buffer.
- format(int, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Adjust the content of the buffer based on the specified lengths and alignment.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.FullLocationPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
Formats an event into a string buffer.
- format(StringBuilder, Object...) - Method in class org.apache.logging.log4j.core.pattern.IntegerPatternConverter
-
- format(Object, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.IntegerPatternConverter
-
Formats an object into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LevelPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LineLocationPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LineSeparatorPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
Formats an event into a string buffer.
- format(Object, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
Formats an object into a string buffer.
- format(StringBuilder, Object...) - Method in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
Formats an array of Objects.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LogEventPatternConverter
-
Formats an event into a string buffer.
- format(Object, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LogEventPatternConverter
-
Formats an object into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.LoggerPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.MapPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.MarkerPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.MarkerSimpleNamePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.MaxLengthConverter
-
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.MethodLocationPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.NanoTimePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.NdcPatternConverter
-
- format(Object, StringBuilder) - Method in interface org.apache.logging.log4j.core.pattern.PatternConverter
-
Formats an object into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- format(String) - Method in class org.apache.logging.log4j.core.pattern.RegexReplacement
-
Perform the replacement.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.RegexReplacementConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.RelativeTimePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.RootThrowablePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.SequenceNumberPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.StyleConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ThreadIdPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ThreadNamePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ThreadPriorityPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.UuidPatternConverter
-
Formats an event into a string buffer.
- format(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.VariablesNotEmptyReplacementConverter
-
Formats an event into a string buffer.
- format(long) - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Formats a millisecond long
value.
- format(Date) - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Formats a Date
object using a GregorianCalendar
.
- format(Calendar) - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Formats a Calendar
object.
- format(long, B) - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Formats a millisecond long
value into the
supplied Appendable
.
- format(Date, B) - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Formats a Date
object into the
supplied Appendable
using a GregorianCalendar
.
- format(Calendar, B) - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Formats a Calendar
object into the supplied Appendable
.
- format(Object, StringBuilder, FieldPosition) - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Formats a Date
, Calendar
or
Long
(milliseconds) object.
- format(Object, StringBuilder, FieldPosition) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Formats a Date
, Calendar
or
Long
(milliseconds) object.
- format(long) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Formats a millisecond long
value.
- format(Date) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Formats a Date
object using a GregorianCalendar
.
- format(Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Formats a Calendar
object.
- format(long, B) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Formats a millisecond long
value into the
supplied StringBuffer
.
- format(Date, B) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Formats a Date
object into the
supplied StringBuffer
using a GregorianCalendar
.
- format(Calendar, B) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Formats a Calendar
object into the
supplied StringBuffer
.
- format(Object, StringBuilder, FieldPosition) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- format(Object) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Formats a Date
, Calendar
or
Long
(milliseconds) object.
- format(long) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- format(Date) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- format(Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- format(long, B) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- format(Date, B) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- format(Calendar, B) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- format(long) - Method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- format(long, char[], int) - Method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- Format - Class in org.apache.logging.log4j.core.util.datetime
-
The basic methods for performing date formatting.
- Format() - Constructor for class org.apache.logging.log4j.core.util.datetime.Format
-
- format(Object) - Method in class org.apache.logging.log4j.core.util.datetime.Format
-
- format(Object, StringBuilder, FieldPosition) - Method in class org.apache.logging.log4j.core.util.datetime.Format
-
- format(MapMessage.MapFormat, StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
Format the Structured data as described in RFC 5424.
- format(String, Object[]) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Replace placeholders in the given messagePattern with arguments.
- format(String, Object[]) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Replace placeholders in the given messagePattern with arguments.
- Format() - Constructor for enum org.apache.logging.log4j.message.StructuredDataMessage.Format
-
- FORMAT_MESSAGES_IN_BACKGROUND - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Supports user request LOG4J2-898 to have the option to format a message in the background thread.
- FORMAT_SPECIFIER - Static variable in class org.apache.logging.log4j.message.FormattedMessage
-
- FormatCache<F extends Format> - Class in org.apache.logging.log4j.core.util.datetime
-
FormatCache is a cache and factory for
Format
s.
- FormatCache() - Constructor for class org.apache.logging.log4j.core.util.datetime.FormatCache
-
- FormatCache.MultipartKey - Class in org.apache.logging.log4j.core.util.datetime
-
Helper class to hold multi-part Map keys
- formatCause(StringBuilder, String, ThrowableProxy, List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- formatContentToBytes(LogEvent[], LogEvent, Layout<?>) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- formatDate(long, String) - Method in class org.apache.logging.log4j.core.lookup.DateLookup
-
- formatElements(StringBuilder, String, int, StackTraceElement[], ExtendedStackTraceElement[], List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- formatEntry(ExtendedStackTraceElement, StringBuilder, String, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- formatField - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.CopyQuotedStrategy
-
- formatFileName(StringBuilder, boolean, Object) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Format file name.
- formatFileName(StrSubstitutor, StringBuilder, Object) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Formats file name.
- formatFileName(StrSubstitutor, StringBuilder, boolean, Object) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Formats file name.
- formatFileName(StringBuilder, Object...) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Formats file name.
- formatLock(StringBuilder, LockInfo) - Method in class org.apache.logging.log4j.message.ExtendedThreadInformation
-
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- formatMessage(StringBuilder, String, Object[], int) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Replace placeholders in the given messagePattern with arguments.
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- formatMessage2(StringBuilder, String, Object[], int, int[]) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Replace placeholders in the given messagePattern with arguments.
- formatMessage3(StringBuilder, char[], int, Object[], int, int[]) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Replace placeholders in the given messagePattern with arguments.
- formatOption(Throwable, String, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- formats - Variable in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
- formatState(StringBuilder, ThreadInfo) - Method in class org.apache.logging.log4j.message.ExtendedThreadInformation
-
- formatStructuredElement(String, String, Rfc5424Layout.StructuredDataElement, StringBuilder, Rfc5424Layout.ListChecker) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- formatSubShortOption(Throwable, String, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- formatSuppressed(StringBuilder, String, ThrowableProxy[], List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- formatted - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.CachedTime
-
- FormattedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that contain a format String.
- FormattedMessage(Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and a single parameter.
- FormattedMessage(Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and two parameters.
- FormattedMessage(Locale, String, Object...) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and a parameter array.
- FormattedMessage(Locale, String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern, a parameter array, and a throwable.
- FormattedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and a single parameter.
- FormattedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and two parameters.
- FormattedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and a parameter array.
- FormattedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern, a parameter array, and a throwable.
- formattedMessage - Variable in class org.apache.logging.log4j.message.FormattedMessage
-
- formattedMessage - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- formattedMessage - Variable in class org.apache.logging.log4j.message.MessageFormatMessage
-
- formattedMessage - Variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
- formattedMessage - Variable in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory.StatusMessage
-
- formattedMessage - Variable in class org.apache.logging.log4j.message.StringFormattedMessage
-
- formattedMessage - Variable in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- FormattedMessageFactory - Class in org.apache.logging.log4j.message
-
- FormattedMessageFactory() - Constructor for class org.apache.logging.log4j.message.FormattedMessageFactory
-
Constructs a message factory with default flow strings.
- formattedMsg - Variable in class org.apache.logging.log4j.message.ThreadDumpMessage.ThreadDumpMessageProxy
-
- formatter - Variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Wrapped formatter.
- formatter - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- Formatter() - Constructor for class org.apache.logging.log4j.core.pattern.DatePatternConverter.Formatter
-
- formatterMap - Variable in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
- formatterMap - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- formatters - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSerializer
-
- formatters - Variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter
-
- formatters - Variable in class org.apache.logging.log4j.core.pattern.EncodingPatternConverter
-
- formatters - Variable in class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
- formatters - Variable in class org.apache.logging.log4j.core.pattern.MaxLengthConverter
-
- formatters - Variable in class org.apache.logging.log4j.core.pattern.RegexReplacementConverter
-
- formatters - Variable in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- formatters - Variable in class org.apache.logging.log4j.core.pattern.VariablesNotEmptyReplacementConverter
-
- formatThrowableProxy(StringBuilder, String, String, ThrowableProxy, List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- FormattingInfo - Class in org.apache.logging.log4j.core.pattern
-
Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.
- FormattingInfo(boolean, int, int, boolean) - Constructor for class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Creates new instance.
- formatTo(LogEvent, StringBuilder) - Method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.StructuredDataId
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- formatTo(StringBuilder) - Method in interface org.apache.logging.log4j.util.StringBuilderFormattable
-
Writes a text representation of this object into the specified StringBuilder
, ideally without allocating
temporary objects.
- formatToBuffer(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.FixedFormatter
-
- formatToBuffer(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.Formatter
-
- formatToBuffer(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.PatternFormatter
-
- formatToBuffer(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.UnixFormatter
-
- formatToBuffer(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.UnixMillisFormatter
-
- formatWithInfo(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- formatWithoutAllocation(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- formatWithoutThreadLocals(long, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- formatWrapper(StringBuilder, ThrowableProxy, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the specified Throwable.
- formatWrapper(StringBuilder, ThrowableProxy, List<String>, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the specified Throwable.
- formatWrapper(StringBuilder, ThrowableProxy, List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the specified Throwable.
- forName(String, int) - Static method in class org.apache.logging.log4j.Level
-
Retrieves an existing Level or creates on if it didn't previously exist.
- FQCN - Static variable in class org.apache.log4j.Category
-
- FQCN - Static variable in class org.apache.log4j.Category.PrivateManager
-
- FQCN - Static variable in class org.apache.log4j.Logger.PrivateManager
-
- FQCN - Static variable in class org.apache.log4j.LogManager.PrivateManager
-
- fqcn - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- fqcn - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- FQCN - Static variable in class org.apache.logging.log4j.core.config.Configurator
-
- FQCN - Static variable in class org.apache.logging.log4j.EventLogger
-
- FQCN - Static variable in class org.apache.logging.log4j.LogManager
-
- FQCN - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- FQCN - Static variable in class org.apache.logging.slf4j.Log4jLogger
-
- FQCN - Static variable in class org.apache.logging.slf4j.Log4jLoggerFactory
-
- FQCN_FIELD - Static variable in class org.apache.logging.log4j.core.tools.Generate
-
- fragments - Variable in class org.apache.logging.log4j.core.pattern.NameAbbreviator.PatternAbbreviator
-
Element abbreviation patterns.
- freeze() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- freeze() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
"Freezes" this context stack so it becomes immutable: all mutator methods will throw an exception from now on.
- freeze() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- freeze() - Method in interface org.apache.logging.log4j.util.StringMap
-
Makes this collection immutable.
- frequency - Variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- from - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- fromMillis(long, Class<D>) - Static method in class org.apache.logging.log4j.core.config.plugins.convert.DateTypeConverter
-
Create a Date-related object from a timestamp in millis.
- FROZEN - Static variable in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- frozen - Variable in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- FROZEN - Static variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- frozenStringMap(Map<String, String>) - Static method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForDefaultThreadContextMap
-
- FULL - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Format the whole stack trace.
- full - Variable in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
- FULL - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
FULL locale dependent date or time style.
- FULL - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
FULL locale dependent date or time style.
- FullLocationPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Format the event's line location information.
- FullLocationPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.FullLocationPatternConverter
-
Private constructor.
- future - Variable in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- future - Variable in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- future - Variable in class org.apache.logging.log4j.core.util.WatchManager
-
- futureData - Variable in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- FutureData(ScheduledFuture<?>, Date) - Constructor for class org.apache.logging.log4j.core.config.CronScheduledFuture.FutureData
-
- GarbageFreeSortedArrayThreadContextMap - Class in org.apache.logging.log4j.spi
-
SortedArrayStringMap
-based implementation of the ThreadContextMap
interface that attempts not to
create temporary objects.
- GarbageFreeSortedArrayThreadContextMap() - Constructor for class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- GB - Static variable in class org.apache.logging.log4j.core.appender.rolling.FileSize
-
- GC_FREE_THREAD_CONTEXT_KEY - Static variable in class org.apache.logging.log4j.spi.ThreadContextMapFactory
-
- Generate - Class in org.apache.logging.log4j.core.tools
-
Generates source code for custom or extended logger wrappers.
- Generate() - Constructor for class org.apache.logging.log4j.core.tools.Generate
-
- generate(String[], Generate.Type) - Static method in class org.apache.logging.log4j.core.tools.Generate
-
- generate(String[], Generate.Type, PrintStream) - Static method in class org.apache.logging.log4j.core.tools.Generate
-
- Generate.CustomLogger - Class in org.apache.logging.log4j.core.tools
-
Generates source code for custom logger wrappers that only provide convenience methods for the specified custom
levels, not for the standard built-in levels.
- Generate.ExtendedLogger - Class in org.apache.logging.log4j.core.tools
-
Generates source code for extended logger wrappers that provide convenience methods for the specified custom
levels, and by extending org.apache.logging.log4j.spi.ExtendedLoggerWrapper
, inherit the convenience
methods for the built-in levels provided by the Logger
interface.
- Generate.LevelInfo - Class in org.apache.logging.log4j.core.tools
-
- Generate.Type - Enum in org.apache.logging.log4j.core.tools
-
- generateParameters(Method) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- generateSource(String, List<Generate.LevelInfo>, Generate.Type) - Static method in class org.apache.logging.log4j.core.tools.Generate
-
- generator() - Method in enum org.apache.logging.log4j.core.tools.Generate.Type
-
- get(String) - Static method in class org.apache.log4j.MDC
-
- get() - Static method in class org.apache.log4j.NDC
-
Never use this method directly.
- get() - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
Returns the underlying array.
- get() - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- get(long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- get() - Method in class org.apache.logging.log4j.core.Logger
-
- get(String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Retrieve the value of the element with the specified key or null if the key is not present.
- get(String) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- get(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- get(String) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- get(String) - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- get(String) - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Gets the context identified by the key
parameter.
- get(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Gets the context identified by the key
parameter.
- get(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets the context value identified by the key
parameter.
- get(Supplier<?>) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns the result of evaluating the specified function.
- get(MessageSupplier) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns the Message supplied by the specified function.
- get() - Method in interface org.apache.logging.log4j.util.MessageSupplier
-
Gets a Message.
- get() - Method in interface org.apache.logging.log4j.util.Supplier
-
Gets a value.
- get(String) - Method in class org.apache.logging.slf4j.Log4jMDCAdapter
-
- get(String) - Method in class org.apache.logging.slf4j.MDCContextMap
-
- GET_CALLER_CLASS - Static variable in class org.apache.logging.log4j.util.ReflectionUtil
-
- GET_CLASS_LOADER_DISABLED - Static variable in class org.apache.logging.log4j.util.LoaderUtil
-
- getAbbreviator(String) - Static method in class org.apache.logging.log4j.core.pattern.NameAbbreviator
-
Gets an abbreviator.
- getActions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
-
- getActiveFileName() - Method in interface org.apache.logging.log4j.core.appender.rolling.RolloverDescription
-
Active log file name after rollover.
- getActiveFileName() - Method in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Active log file name after rollover.
- getActiveLoggerConfig(Supplier<LoggerConfig>) - Method in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- getActiveLoggerConfig(Supplier<LoggerConfig>) - Method in class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- getActiveLoggerConfig(Supplier<LoggerConfig>) - Method in class org.apache.logging.log4j.core.config.DefaultReliabilityStrategy
-
- getActiveLoggerConfig(Supplier<LoggerConfig>) - Method in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- getActiveLoggerConfig(Supplier<LoggerConfig>) - Method in interface org.apache.logging.log4j.core.config.ReliabilityStrategy
-
For internal use by the ReliabilityStrategy; returns the LoggerConfig to use.
- getActualTrafficClass() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getAdditivity() - Method in class org.apache.log4j.Category
-
- getAddress() - Method in class org.apache.logging.log4j.core.net.SocketAddress
-
- getAdvertise() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getAdvertiser() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getAdvertiser() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getAdvertiseUri() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- getAdvertiseUri() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- getAge() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- getAll(Supplier<?>...) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Converts an array of lambda expressions into an array of their evaluation results.
- getAllAppenders() - Method in class org.apache.log4j.Category
-
- getAllCategories() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginCache
-
Returns all categories of plugins in this cache.
- getAllDeclaredFields(Class<?>) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
Gets all declared fields for the given class (including superclasses).
- getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
-
- getAppend() - Method in interface org.apache.logging.log4j.core.appender.rolling.RolloverDescription
-
Specifies if active file should be opened for appending.
- getAppend() - Method in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Specifies if active file should be opened for appending.
- getAppender(String) - Method in class org.apache.log4j.Category
-
No-op implementation.
- getAppender() - Method in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
- getAppender(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Returns the Appender with the specified name.
- getAppender() - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
Returns the Appender.
- getAppender(String) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the Appender with the specified name.
- getAppenderName() - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
Returns the name the appender had when this AppenderControl was constructed.
- getAppenderRef() - Method in class org.apache.logging.log4j.core.appender.routing.Route
-
Returns the appender reference.
- getAppenderRefs() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the Appender references.
- getAppenderRefs() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- getAppenderRefs() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns a String array with the appender refs configured for the
instrumented AsyncAppender
.
- getAppenderRefs() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- getAppenderRefs() - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Returns a String array with the appender refs configured for the
instrumented LoggerConfig
.
- getAppenderRefStrings() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Returns the names of the appenders that this asyncAppender delegates to as an array of Strings.
- getAppenders() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getAppenders() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Returns a Map containing all the Appenders and their name.
- getAppenders() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns a Map containing all the Appenders and their name.
- getAppenders() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns all Appenders as a Map.
- getAppenders() - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is used primarily for unit testing.
- getAppenderSet() - Method in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- getAppName() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getArray() - Method in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
Gets the array that this iterator is iterating over.
- getAsyncAppenders(Appender[]) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getAsynchronous() - Method in interface org.apache.logging.log4j.core.appender.rolling.RolloverDescription
-
Action to be completed after close of current active log file
and before next rollover attempt, may be executed asynchronously.
- getAsynchronous() - Method in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Action to be completed after close of current active log file
and before next rollover attempt, may be executed asynchronously.
- getAsyncLoggerConfigDelegate() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getAsyncLoggerConfigDelegate() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the AsyncLoggerConfigDelegate
shared by all
AsyncLoggerConfig
instances defined in this Configuration.
- getAsyncLoggerConfigExceptionHandler() - Static method in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- getAsyncLoggerExceptionHandler() - Static method in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- getAttributes() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
Returns the attributes.
- getAttributes() - Method in class org.apache.logging.log4j.core.config.builder.api.Component
-
- getAttributes() - Method in class org.apache.logging.log4j.core.config.Node
-
- getAvailable() - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
Returns the number of available slots.
- getBandwidth() - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- getBaseName() - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
Gets the resource bundle base name if set.
- getBasePath() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Returns the base path from where to start scanning for files to delete.
- getBasePathString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Returns the base path as it was specified in the configuration.
- getBooleanProperty(String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a boolean value.
- getBooleanProperty(String, boolean) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a boolean value.
- getBuffer() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder
-
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the buffer size to use if the appender was configured with BufferedIO=true, otherwise returns a negative
number.
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
Returns the size of the file manager's buffer.
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
Returns the buffer capacity.
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
Returns the buffer capacity.
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
Returns the size of the file manager's buffer.
- getBufferSize() - Method in class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
- getBufferSize() - Method in interface org.apache.logging.log4j.core.jmx.RingBufferAdminMBean
-
Returns the number of slots that the ring buffer was configured with.
- getBuilder() - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Retrieves the ConfigurationBuilder.
- getBuilder() - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- getBuilder() - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Returns the underlying builder.
- getByExtension(String) - Static method in enum org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
- getByLanguage(String) - Static method in enum org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
- getByteBuffer() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- getByteBuffer() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Returns this ByteBufferDestination
's buffer.
- getByteBuffer() - Method in interface org.apache.logging.log4j.core.layout.ByteBufferDestination
-
Returns the buffer to write to.
- getByteBuffer() - Method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- getBytes(String) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getCache(int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Get a cache of Strategies for a particular field
- getCachedTranslator() - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- getCallerClass(int) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCallerClass(String) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCallerClass(String, String) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCallerClass(Class<?>) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCallerClass(String, String) - Method in class org.apache.logging.log4j.util.ReflectionUtil.PrivateSecurityManager
-
- getCallerClass(Class<?>) - Method in class org.apache.logging.log4j.util.ReflectionUtil.PrivateSecurityManager
-
- getCallerClassName(String, String, StackTraceElement...) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCategory(String) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginCache
-
Gets or creates a category of plugins.
- getCategory() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- getCategory() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- getCauseProxy() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- getCauseStackTraceAsString(String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the Throwable that is the cause of this Throwable.
- getCauseStackTraceAsString(List<String>, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the Throwable that is the cause of this Throwable.
- getCauseStackTraceAsString(List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the Throwable that is the cause of this Throwable.
- getChainedPriority() - Method in class org.apache.log4j.Category
-
- getCharBuffer() - Method in class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- getCharBuffer() - Method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- getChars(StringBuilder) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
- getCharset(String) - Method in enum org.apache.logging.log4j.core.appender.ConsoleAppender.Target
-
- getCharset() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- getCharset() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getCharset() - Method in interface org.apache.logging.log4j.core.StringLayout
-
Gets the Charset this layout uses to encode Strings into bytes.
- getCharsetEncoder() - Method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- getCharsetName() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getCharsetProperty(String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a Charset value.
- getCharsetProperty(String, Charset) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a Charset value.
- getChildren() - Method in class org.apache.logging.log4j.core.config.Node
-
- getClassContext() - Method in class org.apache.logging.log4j.util.ReflectionUtil.PrivateSecurityManager
-
- getClasses() - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Provides access to the classes discovered so far.
- getClassLoader() - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Returns the ClassLoader that will be used for scanning for classes.
- getClassLoader() - Static method in class org.apache.logging.log4j.core.util.Loader
-
Returns the ClassLoader to use.
- getClassLoader(Class<?>, Class<?>) - Static method in class org.apache.logging.log4j.core.util.Loader
-
- getClassLoader() - Method in class org.apache.logging.log4j.util.LoaderUtil.UrlResource
-
- getClassName() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- getClassName() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getClassName() - Method in class org.apache.logging.log4j.spi.Provider
-
- getClock() - Static method in class org.apache.logging.log4j.core.util.ClockFactory
-
- getCode() - Method in enum org.apache.logging.log4j.core.net.Facility
-
Retrieve the value of the enumeration.
- getCode() - Method in enum org.apache.logging.log4j.core.net.Severity
-
Returns the severity code.
- getCode() - Method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Gets the escape code.
- getCommonElementCount() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Returns the number of elements that are being omitted because they are common with the parent Throwable's stack
trace.
- getComponent(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getComponent(String) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getComponents() - Method in class org.apache.logging.log4j.core.config.builder.api.Component
-
- getCompressionLevel() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- getCompressionLevel() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- getConfig() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigClassName() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigClassName() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the class name of the Configuration
of the instrumented
LoggerContext.
- getConfigFilter() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigFilter() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns a string description of all Filters configured in the
Configuration
of the instrumented LoggerContext.
- getConfigLocation() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Returns the initial configuration location or null
.
- getConfigLocationUri() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigLocationUri() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the configuration location URI as a String.
- getConfigName() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigName() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the name of the Configuration of the instrumented LoggerContext.
- getConfigProperties() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigProperties() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns a map with configured properties.
- getConfigText() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigText(String) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigText() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the configuration text, which may be the contents of the
configuration file or the text that was last set with a call to
setConfigText
.
- getConfigText(String) - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the configuration text, which may be the contents of the
configuration file or the text that was last set with a call to
setConfigText
.
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.log4j.config.Log4j1ConfigurationFactory
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.appender.AppenderSet.Builder
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.appender.ConfigurationFactoryData
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- getConfiguration(LoggerContext, String, URI) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory.Factory
-
Default Factory Constructor.
- getConfiguration(LoggerContext, String) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory.Factory
-
- getConfiguration(LoggerContext, boolean, String) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory.Factory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory.Factory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- getConfiguration(LoggerContext, String, URI) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Returns the Configuration.
- getConfiguration(LoggerContext, String, URI, ClassLoader) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Returns the Configuration obtained using a given ClassLoader.
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.json.JsonConfigurationFactory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationFactory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory
-
Returns the Configuration.
- getConfiguration() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Returns the current Configuration.
- getConfigurationSource() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getConfigurationSource() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the source of this configuration.
- getConnectionTime() - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- getConnectTimeoutMillis() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getConnectTimeoutMillis() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- getConstraintValidatorAnnotationType(Class<? extends ConstraintValidator<?>>) - Static method in class org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidators
-
- getContentFormat() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
Provide a description of the content format supported by this Manager.
- getContentFormat() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
FileManager's content format is specified by: Key: "fileURI" Value: provided "advertiseURI" param
.
- getContentFormat() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
Gets this FileManager's content format specified by:
- getContentFormat() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
Gets this FileManager's content format specified by:
- getContentFormat() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout
-
- getContentFormat() - Method in interface org.apache.logging.log4j.core.Layout
-
Returns a description of the content format.
- getContentFormat() - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Gets this PatternLayout's content format.
- getContentFormat() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Gets this Rfc5424Layout's content format.
- getContentFormat() - Method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
Gets this SyslogLayout's content format.
- getContentFormat() - Method in class org.apache.logging.log4j.core.net.AbstractSocketManager
-
Gets this AbstractSocketManager's content format.
- getContentFormat() - Method in class org.apache.logging.log4j.core.net.DatagramSocketManager
-
Gets this DatagramSocketManager's content format.
- getContentFormat() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
Gets this TcpSocketManager's content format.
- getContentType() - Method in class org.apache.log4j.Layout
-
Returns the content type output by this layout.
- getContentType() - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- getContentType() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getContentType() - Method in interface org.apache.logging.log4j.core.Layout
-
Returns the content type output by this layout.
- getContentType() - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- getContentType() - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
SerializedLayout returns a binary stream.
- getContext() - Method in class org.apache.log4j.Category.PrivateAdapter
-
- getContext() - Static method in class org.apache.log4j.Category.PrivateManager
-
- getContext() - Static method in class org.apache.log4j.Logger.PrivateManager
-
- getContext() - Static method in class org.apache.log4j.LogManager.PrivateManager
-
- getContext() - Static method in class org.apache.log4j.MDC
-
- getContext(String, ClassLoader, Object, boolean) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Loads the LoggerContext using the ContextSelector.
- getContext(String, ClassLoader, Object, boolean, ConfigurationSource) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Loads the LoggerContext using the ContextSelector.
- getContext(String, ClassLoader, Object, boolean, Configuration) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Loads the LoggerContext using the ContextSelector using the provided Configuration
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Loads the LoggerContext using the ContextSelector.
- getContext(String, ClassLoader, Object, boolean, List<URI>, String) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- getContext() - Method in class org.apache.logging.log4j.core.Logger
-
Returns the LoggerContext this Logger is associated with.
- getContext() - Static method in class org.apache.logging.log4j.core.LoggerContext
-
Returns the current LoggerContext.
- getContext(boolean) - Static method in class org.apache.logging.log4j.core.LoggerContext
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, URI) - Static method in class org.apache.logging.log4j.core.LoggerContext
-
Returns a LoggerContext.
- getContext(String, ClassLoader, boolean, URI) - Method in class org.apache.logging.log4j.core.osgi.BundleContextSelector
-
- getContext(String, ClassLoader, boolean) - Method in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- getContext(String, ClassLoader, boolean, URI) - Method in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- getContext(String, ClassLoader, boolean) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- getContext(String, ClassLoader, boolean, URI) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- getContext(String, ClassLoader, boolean) - Method in interface org.apache.logging.log4j.core.selector.ContextSelector
-
Returns the LoggerContext.
- getContext(String, ClassLoader, boolean, URI) - Method in interface org.apache.logging.log4j.core.selector.ContextSelector
-
Returns the LoggerContext.
- getContext(String, ClassLoader, boolean) - Method in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- getContext(String, ClassLoader, boolean, URI) - Method in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- getContext() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContext.
- getContext(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(String, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, Object, boolean) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
Gets the
LoggerContext
that should be used to look up or create loggers.
- getContext(Class<?>) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- getContext(String, ClassLoader, Object, boolean) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a mutable copy of current thread's context Map.
- getContext() - Method in class org.apache.logging.slf4j.Log4jLoggerFactory
-
- getContext(String, ClassLoader, Object, boolean) - Method in class org.apache.logging.slf4j.SLF4JLoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.apache.logging.slf4j.SLF4JLoggerContextFactory
-
- getContextData() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getContextData() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getContextData() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the ReadOnlyStringMap
containing context data key-value pairs.
- getContextData() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getContextData() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Returns the ReadOnlyStringMap
object holding context data key-value pairs.
- getContextMap() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
Returns Collections.emptyMap()
.
- getContextMap() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getContextMap() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the immutable copy of the ThreadContext Map.
- getContextMap() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getContextMap() - Method in interface org.apache.logging.log4j.core.LogEvent
-
- getContextName() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- getContextName() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- getContextName() - Method in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Returns the name of the LoggerContext that the StatusLogger
is associated with.
- getContextSelector() - Static method in class org.apache.logging.log4j.core.jmx.Server
-
Returns the ContextSelector
of the current Log4jContextFactory
.
- getContextStack() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getContextStack() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getContextStack() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns an immutable copy of the ThreadContext stack.
- getContextStack() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getContextStack() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the context stack (also known as Nested Diagnostic Context or NDC).
- getControl(String, LogEvent) - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getConversionPattern() - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Gets the conversion pattern.
- getConverter() - Method in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- getCopy() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- getCopy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getCopy() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- getCopy() - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- getCopy() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Gets a non-null
mutable copy of current thread's context Map.
- getCopy() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Gets a non-null
mutable copy of current thread's context Map.
- getCopy() - Method in class org.apache.logging.slf4j.MDCContextMap
-
- getCopyOfContextMap() - Method in class org.apache.logging.slf4j.Log4jMDCAdapter
-
- getCount() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- getCount() - Method in class org.apache.logging.log4j.core.appender.CountingNoOpAppender
-
- getCronExpression() - Method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- getCronExpression() - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getCurrentCategories() - Static method in class org.apache.log4j.Category
-
- getCurrentCategories() - Method in class org.apache.log4j.LogManager.Repository
-
- getCurrentCategories() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Deprecated.
- getCurrentFileName(RollingFileManager) - Method in interface org.apache.logging.log4j.core.appender.rolling.DirectFileRolloverStrategy
-
- getCurrentFileName(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- getCurrentFileTime() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- getCurrentLoggers() - Static method in class org.apache.log4j.LogManager
-
- getCurrentLoggers() - Method in class org.apache.log4j.LogManager.Repository
-
- getCurrentLoggers() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getCurrentStackTrace() - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCustomActions() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- getCustomActions() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- getCustomLevels() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getCustomLevels() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns a list of descriptors of the custom levels defined in the current configuration.
- getCustomLevels() - Method in class org.apache.logging.log4j.core.config.CustomLevels
-
Returns a list of the CustomLevelConfig
objects created during configuration.
- getData() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the message data as an unmodifiable Map.
- getDateInstance(int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date formatter instance using the specified style in the
default time zone and locale.
- getDateInstance(int, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date formatter instance using the specified style and
locale in the default time zone.
- getDateInstance(int, TimeZone) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date formatter instance using the specified style and
time zone in the default locale.
- getDateInstance(int, TimeZone, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date formatter instance using the specified style, time
zone and locale.
- getDateInstance(int, TimeZone, Locale) - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Gets a date formatter instance using the specified style,
time zone and locale.
- getDatePattern() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the date part of the pattern.
- getDatePatternLength() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the length of the date part of the resulting formatted string.
- getDateTimeInstance(int, int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date/time formatter instance using the specified style
in the default time zone and locale.
- getDateTimeInstance(int, int, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date/time formatter instance using the specified style and
locale in the default time zone.
- getDateTimeInstance(int, int, TimeZone) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date/time formatter instance using the specified style and
time zone in the default locale.
- getDateTimeInstance(int, int, TimeZone, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a date/time formatter instance using the specified style,
time zone and locale.
- getDateTimeInstance(Integer, Integer, TimeZone, Locale) - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Gets a date/time formatter instance using the specified style,
time zone and locale.
- getDateTimeInstance(int, int, TimeZone, Locale) - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Gets a date/time formatter instance using the specified style,
time zone and locale.
- getDayOfWeekNumber(String) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getDeclaringClass() - Method in class org.apache.logging.log4j.Level
-
- getDefault() - Static method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Gets default instance.
- getDefault() - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- getDefaultAbbreviator() - Static method in class org.apache.logging.log4j.core.pattern.NameAbbreviator
-
Gets default abbreviator.
- getDefaultCharset() - Method in enum org.apache.logging.log4j.core.appender.ConsoleAppender.Target
-
- getDefaultConstructor(Class<T>) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Gets the default (no-arg) constructor for a given class.
- getDefaultManager(ConsoleAppender.Target, boolean, boolean, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- getDefaultManager() - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
Gets the default JndiManager using the default InitialContext
.
- getDefaultManager(String) - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
Gets a named JndiManager using the default InitialContext
.
- getDefaultRoute() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getDefaultRouteScript() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender.Builder
-
- getDefaultRouteScript() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getDefaultStatus() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getDefaultStyle() - Static method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Gets the default style.
- getDelay(TimeUnit) - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- getDelay(TimeUnit) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
-
- getDeleteFilters() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAll
-
- getDeleteFilters() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAny
-
- getDepth() - Static method in class org.apache.log4j.NDC
-
Get the current nesting depth of this diagnostic context.
- getDepth() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- getDepth() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- getDepth() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the number of elements in the stack.
- getDepth() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- getDepth() - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets the current nesting depth of this thread's stack.
- getDestination() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
- getDestination() - Method in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
Gets the destination.
- getDestination() - Method in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
- getDestination() - Method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
- getDetachedMarker(String) - Method in class org.apache.logging.slf4j.Log4jMarkerFactory
-
Log4j does not support detached Markers for performance reasons.
- getDiscardCount(AsyncQueueFullPolicy) - Static method in class org.apache.logging.log4j.core.async.DiscardingAsyncQueueFullPolicy
-
- getDiscardIfAllFieldsAreEmpty() - Method in class org.apache.logging.log4j.core.layout.LoggerFields
-
- getDisruptor() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- getDoubleProperty(String, double) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a double.
- getEffectiveLevel() - Method in class org.apache.log4j.Category
-
- getEffectiveLowerBounds(WildcardType) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
- getEffectiveUpperBounds(WildcardType) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
- getElementName() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- getEligibleFiles(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- getEligibleFiles(RollingFileManager, boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- getEligibleFiles(String, String) - Method in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- getEligibleFiles(String, String, boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- getEncoding(byte[], String) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- getEndIndex() - Method in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
Gets the end index to loop to.
- getEnterpriseNumber() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getEnterpriseNumber() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns the enterprise number.
- getEntryText() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Gets the entry text.
- getEquivalentStackTraceElement(int) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getErrorHandler() - Method in interface org.apache.log4j.Appender
-
- getErrorHandler() - Method in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
- getErrorHandler() - Method in interface org.apache.logging.log4j.core.jmx.AppenderAdminMBean
-
Returns the result of calling toString
on the error handler of
this appender, or "null"
if no error handler was set.
- getErrorHandler() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- getErrorHandler() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns the result of calling toString
on the error handler of
this appender, or "null"
if no error handler was set.
- getErrorRef() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Returns the name of the appender that any errors are logged to or null
.
- getErrorRef() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
Returns the name of the appender that any errors are logged to or null
.
- getErrorRef() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns the name of the appender that any errors are logged to or null
.
- getEscapeChar() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Returns the escape character.
- getEscapeNL() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getEscapeNL() - Method in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- getEventPrefix() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getEventRoute(Level) - Method in interface org.apache.logging.log4j.core.async.AsyncLoggerConfigDelegate
-
Returns the EventRoute
for the event with the specified level.
- getEventRoute(Level) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- getEventRoute(Level) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- getExact() - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- getExact() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getExceptionPattern() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getExcludes() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getExecutorService() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- getExecutorThreadId(ExecutorService) - Static method in class org.apache.logging.log4j.core.async.DisruptorUtil
-
Returns the thread ID of the background appender thread.
- getExitText() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Gets the exit text.
- getExpressionSetSummary(Set<Integer>) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getExpressionSetSummary(ArrayList<Integer>) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getExpressionSummary() - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getExtendedStackTrace() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Gets the stack trace including packaging information.
- getExtendedStackTraceAsString(String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the stack trace including packaging information.
- getExtendedStackTraceAsString(List<String>, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the stack trace including packaging information.
- getExtendedStackTraceAsString(List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the stack trace including packaging information.
- getExtension() - Method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- getExtension() - Method in enum org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
- getExternalContext() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Returns the external context.
- getExternalContext() - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getExternalContext() - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
An anchor for some other context, such as a ClassLoader or ServletContext.
- getExternalContext() - Method in class org.apache.logging.slf4j.SLF4JLoggerContext
-
- getExtraClassInfo() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getFacility() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getFacility() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getFacility() - Method in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- getFacility() - Method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
Gets the facility.
- getFacility() - Method in class org.apache.logging.log4j.core.net.Priority
-
Returns the Facility.
- getFactories() - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- getFactory() - Static method in class org.apache.logging.log4j.core.config.Configurator
-
- getFactory() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContextFactory.
- getFastDateFormat() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the FastDateFormat
object for formatting the date part of the pattern or null
if the
pattern does not have a date part.
- getFastDateFormat(TimeZone) - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the FastDateFormat
object for formatting the date part of the pattern or null
if the
pattern does not have a date part.
- getFields() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout.StructuredDataElement
-
- getFieldValue(Field, Object) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Gets the value of a Field
, making it accessible if required.
- getFile() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns the file configuration source, or null
if this configuration source is based on an URL or has
neither a file nor an URL.
- getFileExtension() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- getFileExtension(File) - Static method in class org.apache.logging.log4j.core.util.FileUtils
-
- getFileManager(String, boolean, boolean, boolean, boolean, String, Layout<? extends Serializable>, int, Configuration) - Static method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the FileManager.
- getFileManager(String, boolean, boolean, int, String, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
Returns the MemoryMappedFileManager.
- getFileManager(String, boolean, boolean, int, String, Layout<? extends Serializable>, Configuration) - Static method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
Returns the RandomAccessFileManager.
- getFileManager(String, String, boolean, boolean, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, int, boolean, boolean, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns a RollingFileManager.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- getFileName() - Method in class org.apache.logging.log4j.core.appender.FileAppender
-
Returns the file name this appender is associated with.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the name of the File being managed.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
Returns the file name this appender is associated with.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
Returns the name of the File being managed.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
Returns the file name this appender is associated with.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
Returns the name of the File being managed.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the name of the File being managed.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- getFileName() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Returns the File name for the Appender.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
Returns the File name for the Appender.
- getFileName() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getFilePattern() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- getFilePattern() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Returns the file pattern used when rolling over.
- getFilePattern() - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
Returns the file pattern used when rolling over.
- getFileSize() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the current size of the file.
- getFileTime() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the time the file was created.
- getFilter() - Method in interface org.apache.log4j.Appender
-
Returns the head Filter.
- getFilter() - Method in class org.apache.logging.log4j.core.config.AppenderRef
-
- getFilter() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- getFilter() - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable.Builder
-
- getFilter() - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Returns the Filter.
- getFilter() - Method in interface org.apache.logging.log4j.core.filter.Filterable
-
Returns an Iterator for all the Filters.
- getFilter() - Method in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
- getFilter() - Method in interface org.apache.logging.log4j.core.jmx.AppenderAdminMBean
-
Returns a string description of all filters configured for the
instrumented Appender
.
- getFilter() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- getFilter() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns a string description of all filters configured for the
instrumented AsyncAppender
.
- getFilter() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- getFilter() - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Returns a string description of all filters configured for the
instrumented LoggerConfig
.
- getFilters() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- getFilters() - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is used primarily for unit testing.
- getFiltersArray() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- getFinalFireTime() - Method in class org.apache.logging.log4j.core.util.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the
CronExpression
will match.
- getFireTime() - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- getFontSize() - Method in enum org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
- getFontSize(String) - Static method in enum org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
- getFooter() - Method in class org.apache.log4j.Layout
-
Returns the footer for the layout format.
- getFooter() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- getFooter() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout
-
Returns the footer, if one is available.
- getFooter() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
Returns the footer, if one is available.
- getFooter() - Method in interface org.apache.logging.log4j.core.Layout
-
Returns the format for the layout format.
- getFooter() - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
Returns the appropriate HTML footers.
- getFooterSerializer() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- getFooterSerializer() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getFormat() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getFormat() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getFormat() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getFormat() - Method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Returns the full pattern of the selected fixed format.
- getFormat() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the message.
- getFormat() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the format portion of the Message.
- getFormat() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory.StatusMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns the message.
- getFormat() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns the message.
- getFormat() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns the title.
- getFormats() - Method in class org.apache.logging.log4j.message.MapMessage
-
- getFormats() - Method in interface org.apache.logging.log4j.message.MultiformatMessage
-
Returns the supported formats.
- getFormats() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns the supported formats.
- getFormattedMessage() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleExitMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Returns the formatted message after looking up the format in the resource bundle.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.MapMessage
-
Format the message and return it.
- getFormattedMessage(String[]) - Method in class org.apache.logging.log4j.message.MapMessage
-
- getFormattedMessage() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the Message formatted as a String.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the formatted message.
- getFormattedMessage(String[]) - Method in interface org.apache.logging.log4j.message.MultiformatMessage
-
Returns the Message formatted as a String.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory.StatusMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns the message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the message and return it.
- getFormattedMessage(String[]) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the message according the the specified format.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns the ThreadDump in printable format.
- getFormattedStatus() - Method in class org.apache.logging.log4j.status.StatusData
-
Formats the StatusData for viewing.
- getFormatterLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the calling Class as the Logger name.
- getFormatterLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the Class as the Logger name.
- getFormatterLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.
- getFormatterLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger with the specified name.
- getFormatters(LogEvent) - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
- getFormatters(LogEvent) - Method in interface org.apache.logging.log4j.core.layout.PatternSelector
-
- getFormatters(LogEvent) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- getFormattingInfo() - Method in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- getFrequency() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- getHandler() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Returns the ErrorHandler, if any.
- getHandler() - Method in interface org.apache.logging.log4j.core.Appender
-
- getHardware() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key hw
.
- getHeader() - Method in class org.apache.log4j.Layout
-
Returns the header for the layout format.
- getHeader() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- getHeader() - Method in class org.apache.logging.log4j.core.layout.AbstractLayout
-
Returns the header, if one is available.
- getHeader() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
Returns the header, if one is available.
- getHeader() - Method in interface org.apache.logging.log4j.core.Layout
-
Returns the header for the layout format.
- getHeader() - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
Returns appropriate HTML headers.
- getHeader() - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
- getHeaders(String, String) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- getHeaderSerializer() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- getHeaderSerializer() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getHost() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getHostName() - Method in class org.apache.logging.log4j.core.net.SocketAddress
-
- getId() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getId(StructuredDataId) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getId() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns this message id.
- getIgnorePackages() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Returns the list of packages to ignore (filter out).
- getImmediateFail() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getImmediateFlush() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
Gets the immediate flush setting.
- getImmutableContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns an immutable view of the current thread's context Map.
- getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- getImmutableMapOrNull() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Returns an immutable view on the context Map or null
if the context map is empty.
- getImmutableMapOrNull() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Returns an immutable view on the context Map or null
if the context map is empty.
- getImmutableMapOrNull() - Method in class org.apache.logging.slf4j.MDCContextMap
-
- getImmutableStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets an immutable copy of this current thread's context stack.
- getImmutableStackOrNull() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- getImmutableStackOrNull() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- getImmutableStackOrNull() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns a ContextStack with the same contents as this ContextStack or null
.
- getImmutableStackOrNull() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- getImplementationClassName() - Method in class org.apache.logging.log4j.core.jmx.ContextSelectorAdmin
-
- getImplementationClassName() - Method in interface org.apache.logging.log4j.core.jmx.ContextSelectorAdminMBean
-
Returns the name of the class implementing the ContextSelector
interface.
- getIncludes() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getIndexedReadOnlyStringMap() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns a read-only view of the message data.
- getInputFromResource(String, ClassLoader) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Retrieves the configuration via the ClassLoader.
- getInputFromString(String, ClassLoader) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Loads the configuration from the location represented by the String.
- getInputFromUri(URI) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Loads the configuration from a URI.
- getInputStream() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- getInputStream() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns the input stream that this configuration source was constructed with.
- getInstance(String) - Static method in class org.apache.log4j.Category
-
- getInstance(LoggerContext, String) - Static method in class org.apache.log4j.Category
-
- getInstance(LoggerContext, String, LoggerFactory) - Static method in class org.apache.log4j.Category
-
- getInstance(LoggerContext, String, Category.PrivateAdapter) - Static method in class org.apache.log4j.Category
-
- getInstance(Class) - Static method in class org.apache.log4j.Category
-
- getInstance(LoggerContext, Class) - Static method in class org.apache.log4j.Category
-
- getInstance() - Static method in class org.apache.log4j.helpers.NullEnumeration
-
- getInstance() - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Returns the ConfigurationFactory.
- getInstance() - Static method in class org.apache.logging.log4j.core.config.OrderComparator
-
Returns a singleton instance of this class.
- getInstance() - Static method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
Gets the singleton instance of the TypeConverterRegistry.
- getInstance() - Static method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
Returns the global PluginRegistry instance.
- getInstance() - Static method in class org.apache.logging.log4j.core.impl.DefaultLogEventFactory
-
- getInstance() - Static method in class org.apache.logging.log4j.core.pattern.PlainTextRenderer
-
- getInstance() - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a formatter instance using the default pattern in the
default locale.
- getInstance(String) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a formatter instance using the specified pattern in the
default locale.
- getInstance(String, TimeZone) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a formatter instance using the specified pattern and
time zone.
- getInstance(String, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a formatter instance using the specified pattern and
locale.
- getInstance(String, TimeZone, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a formatter instance using the specified pattern, time zone
and locale.
- getInstance() - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Gets a formatter instance using the default pattern in the
default timezone and locale.
- getInstance(String, TimeZone, Locale) - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Gets a formatter instance using the specified pattern, time zone
and locale.
- getInstance() - Static method in class org.apache.logging.log4j.core.util.NullOutputStream
-
Gets the singleton instance.
- getIntegerProperty(String, int) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as an integer.
- getInterval() - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- getIntervalSeconds() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- getIntLevel() - Method in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
Returns the custom level intLevel that determines the strength of the custom level relative to the built-in
levels.
- getJndiManager(String, String, String, String, String, Properties) - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
Gets a JndiManager with the provided configuration information.
- getKey() - Method in class org.apache.logging.log4j.core.appender.routing.Route
-
Returns the key for this Route.
- getKey() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- getKey() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- getKey() - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- getKey() - Method in class org.apache.logging.log4j.core.layout.PatternMatch
-
Returns the key.
- getKey() - Method in class org.apache.logging.log4j.core.util.KeyValuePair
-
Returns the key.
- getKeyAt(int) - Method in interface org.apache.logging.log4j.util.IndexedReadOnlyStringMap
-
Viewing all key-value pairs as a sequence sorted by key, this method returns the key at the specified index,
or null
if the specified index is less than zero or greater or equal to the size of this collection.
- getKeyAt(int) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- getKeyStore() - Method in class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- getLanguage() - Method in class org.apache.logging.log4j.core.script.AbstractScript
-
- getLanguage() - Method in class org.apache.logging.log4j.core.script.ScriptRef
-
- getLanguage() - Method in enum org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
- getLastDayOfMonth(int, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getLatency() - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- getLayout() - Method in interface org.apache.log4j.Appender
-
Returns this appenders layout.
- getLayout() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- getLayout() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Returns the Layout for the appender.
- getLayout() - Method in interface org.apache.logging.log4j.core.Appender
-
Returns the Layout used by this Appender if applicable.
- getLayout() - Method in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
- getLayout() - Method in interface org.apache.logging.log4j.core.jmx.AppenderAdminMBean
-
Returns the result of calling toString
on the Layout
object of the instrumented Appender
.
- getLayout() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- getLayout() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns the result of calling toString
on the Layout
object of the instrumented AsyncAppender
.
- getLength(Object) - Static method in class org.apache.logging.log4j.core.util.ArrayUtils
-
Returns the length of the specified array.
- getLength() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the length of the resulting formatted date and time strings.
- getLevel() - Method in class org.apache.log4j.Category
-
- getLevel() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getLevel(String) - Static method in class org.apache.logging.log4j.core.appender.rewrite.LoggerNameLevelRewritePolicy
-
- getLevel() - Method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
- getLevel() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getLevel() - Method in class org.apache.logging.log4j.core.config.AppenderRef
-
- getLevel() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the logging Level.
- getLevel() - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- getLevel() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the logging Level.
- getLevel() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getLevel() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- getLevel() - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Returns the LoggerConfig
level as a String.
- getLevel() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- getLevel() - Method in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Returns the StatusLogger
level as a String.
- getLevel() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the level.
- getLevel() - Method in class org.apache.logging.log4j.core.Logger
-
Gets the Level associated with the Logger.
- getLevel(String) - Static method in class org.apache.logging.log4j.Level
-
Return the Level associated with the name or null if the Level cannot be found.
- getLevel() - Method in interface org.apache.logging.log4j.Logger
-
Gets the Level associated with the Logger.
- getLevel() - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- getLevel() - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- getLevel() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the logging level for the event.
- getLevel() - Method in class org.apache.logging.log4j.status.StatusLogger
-
- getLevel(int) - Static method in class org.apache.logging.slf4j.Log4jLogger
-
- getLevel() - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- getLevelMap() - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- getLevelName() - Method in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
Returns the custom level name.
- getLevelString(String[], String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- getLineNumber() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getLines() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Returns the number of lines to write.
- getListeners() - Method in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher
-
- getListeners() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Returns a thread safe Iterable for the StatusListener.
- getLiteral() - Method in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
- getLocale() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key locale
.
- getLocale() - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Gets the locale used by this parser.
- getLocale() - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Gets the locale used by this printer.
- getLocale() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets the locale used by this formatter.
- getLocale() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- getLocale() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- getLocaleSpecificStrategy(int, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Construct a Strategy that parses a Text field
- getLocalHostname() - Static method in class org.apache.logging.log4j.core.util.NetUtils
-
This method gets the network name of the machine we are running on.
- getLocalizedMessage() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- getLocalMacAddress() - Static method in class org.apache.logging.log4j.core.util.UuidUtil
-
Returns the local network interface's MAC address if possible.
- getLocation() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns a string describing the configuration source file or URL, or null
if this configuration source
has neither a file nor an URL.
- getLocation() - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- getLocation() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getLocation() - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- getLog4jAppenderValue(String, String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- getLog4jAppenderValue(String, String, String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- getLog4jMarker() - Method in class org.apache.logging.slf4j.Log4jMarker
-
- getLog4jValue(String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- getLogEventFactory() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the LogEventFactory.
- getLogEventFactory() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getLogger() - Method in class org.apache.log4j.Category
-
- getLogger(String) - Static method in class org.apache.log4j.Category.PrivateManager
-
- getLogger(String) - Static method in class org.apache.log4j.Logger
-
- getLogger(Class<?>) - Static method in class org.apache.log4j.Logger
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
-
- getLogger(String) - Static method in class org.apache.log4j.Logger.PrivateManager
-
- getLogger(String) - Static method in class org.apache.log4j.LogManager
-
- getLogger(Class<?>) - Static method in class org.apache.log4j.LogManager
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.LogManager
-
- getLogger(String) - Static method in class org.apache.log4j.LogManager.PrivateManager
-
- getLogger(String) - Method in class org.apache.log4j.LogManager.Repository
-
- getLogger(String, LoggerFactory) - Method in class org.apache.log4j.LogManager.Repository
-
- getLogger(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getLogger(String, LoggerFactory) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getLogger(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Returns the LoggerConfig with the specified name.
- getLogger(String) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Gets a Logger from the Context.
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Obtains a Logger from the Context.
- getLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(Class<?>, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(Object, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getLogger(String) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- getLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerAdapter
-
Gets a named logger.
- getLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Returns an ExtendedLogger.
- getLogger(String, MessageFactory) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Returns an ExtendedLogger.
- getLogger(String) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
Returns an ExtendedLogger.
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
Returns an ExtendedLogger.
- getLogger() - Static method in class org.apache.logging.log4j.status.StatusLogger
-
Retrieve the StatusLogger.
- getLogger() - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- getLogger(String) - Method in class org.apache.logging.slf4j.SLF4JLoggerContext
-
- getLogger(String, MessageFactory) - Method in class org.apache.logging.slf4j.SLF4JLoggerContext
-
- getLoggerConfig(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Locates the appropriate LoggerConfig for a Logger name.
- getLoggerConfig(String) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Locates the appropriate LoggerConfig for a Logger name.
- getLoggerContext() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
Gets the logger context used to create this instance or null.
- getLoggerContext() - Method in class org.apache.logging.log4j.core.appender.ConfigurationFactoryData
-
Gets the LoggerContext from the Configuration or null.
- getLoggerContext() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getLoggerContext() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Gets the logger context.
- getLoggerContext() - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- getLoggerContexts() - Method in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- getLoggerContexts() - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- getLoggerContexts() - Method in interface org.apache.logging.log4j.core.selector.ContextSelector
-
Returns a List of all the available LoggerContexts.
- getLoggerContexts() - Method in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
-
Returns the factory.
- getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
-
Returns the class name.
- getLoggerFields() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getLoggerFqcn() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getLoggerFqcn() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getLoggerFqcn() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
The fully qualified class name of the class that was called by the caller.
- getLoggerFqcn() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getLoggerFqcn() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Returns the fully qualified class name of the caller of the logging API.
- getLoggerName() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getLoggerName() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getLoggerName() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the name of the Logger used to generate the event.
- getLoggerName() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getLoggerName() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the logger name.
- getLoggerName() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Returns the name of the Logger.
- getLoggerName() - Method in interface org.apache.logging.log4j.message.LoggerNameAwareMessage
-
Returns the name of the Logger.
- getLoggerNode(Node, String) - Method in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- getLoggerRepository() - Static method in class org.apache.log4j.LogManager
-
- getLoggerRepository() - Method in interface org.apache.log4j.spi.RepositorySelector
-
- getLoggers() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Returns a Map of all the LoggerConfigs.
- getLoggers() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getLoggers() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Gets a collection of the current loggers.
- getLoggers() - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- getLoggers(Collection<T>) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- getLoggersInContext(LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
Gets or creates the ConcurrentMap of named loggers for a given LoggerContext.
- getLoggersMap(LoggerContext) - Static method in class org.apache.log4j.Category
-
- getLongProperty(String, long) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a long.
- getLoopback() - Static method in class org.apache.logging.log4j.core.net.SocketAddress
-
Creates a SocketAddress corresponding to localhost:0
.
- getLowerCaseAlphaDigit(int) - Static method in class org.apache.logging.log4j.util.Chars
-
- getLowerCaseHex(int) - Static method in class org.apache.logging.log4j.util.Chars
-
Converts a digit into an lowercase hexadecimal character or the null character if invalid.
- getMajorVersion() - Static method in class org.apache.logging.log4j.util.Constants
-
- getManager(String, ManagerFactory<M, T>, T) - Static method in class org.apache.logging.log4j.core.appender.AbstractManager
-
Retrieves a Manager if it has been previously created or creates a new Manager.
- getManager() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
Gets the manager.
- getManager() - Method in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
Gets the manager.
- getManager(ConsoleAppender.Target, boolean, boolean, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- getManager(OutputStream, boolean, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.appender.OutputStreamAppender
-
- getManager(String, T, ManagerFactory<? extends OutputStreamManager, T>) - Static method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Creates a Manager.
- getManager(Writer, boolean, StringLayout) - Static method in class org.apache.logging.log4j.core.appender.WriterAppender
-
- getManager(String, T, ManagerFactory<? extends WriterManager, T>) - Static method in class org.apache.logging.log4j.core.appender.WriterManager
-
Creates a Manager.
- getMap() - Method in class org.apache.logging.log4j.core.config.Loggers
-
- getMap() - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- getMap() - Method in class org.apache.logging.log4j.core.layout.LoggerFields
-
- getMap() - Method in class org.apache.logging.log4j.core.lookup.MapLookup
-
- getMarker() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getMarker() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getMarker() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the Marker associated with the event, or null.
- getMarker() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getMarker() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the Marker associated with the event.
- getMarker(String) - Static method in class org.apache.logging.log4j.MarkerManager
-
Retrieves a Marker or create a Marker that has no parent.
- getMarker(String, String) - Static method in class org.apache.logging.log4j.MarkerManager
-
- getMarker(String, Marker) - Static method in class org.apache.logging.log4j.MarkerManager
-
- getMarker(Marker) - Static method in class org.apache.logging.slf4j.Log4jLogger
-
- getMarker(String) - Method in class org.apache.logging.slf4j.Log4jMarkerFactory
-
Returns a Log4j Marker that is compatible with SLF4J.
- getMarker(Marker) - Method in class org.apache.logging.slf4j.Log4jMarkerFactory
-
Returns a Log4j Marker converted from an existing custom SLF4J Marker.
- getMarker(Marker) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMaxDepth() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Returns the the maximum number of directory levels to visit.
- getMaxFiles() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- getMaxFileSize() - Method in class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
- getMaximumCacheValidity(String) - Static method in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Gets maximum cache validity for the specified SimpleDateTime
conversion pattern.
- getMaxIndex() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- getMaxLength() - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Get maximum length.
- getMaxLengthEstimate() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets an estimate for the maximum string length that the
formatter will produce.
- getMaxLengthEstimate() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Gets an estimate for the maximum string length that the
formatter will produce.
- getMaxWidth(ListIterator<FastDateParser.StrategyAndWidth>) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyAndWidth
-
- getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
-
- getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
-
Retrieve the adapter class name.
- getMdcExcludes() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getMdcId() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getMdcIncludes() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getMdcPrefix() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getMessage() - Method in exception org.apache.log4j.config.PropertySetterException
-
Returns descriptive text on the cause of this exception.
- getMessage() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getMessage() - Method in class org.apache.logging.log4j.core.appender.TlsSyslogFrame
-
- getMessage() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getMessage() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the Message associated with the event.
- getMessage() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getMessage() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- getMessage() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the message associated with the event.
- getMessage() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- getMessage() - Method in interface org.apache.logging.log4j.message.FlowMessage
-
The wrapped message
- getMessage(String, Object[], Throwable) - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- getMessage() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the message associated with the event.
- getMessage(Supplier<?>, MessageFactory) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns a Message, either the value supplied by the specified function, or a new Message created by the specified
Factory.
- getMessageFactory() - Method in interface org.apache.logging.log4j.Logger
-
Gets the message factory used to convert message Objects and Strings/CharSequences into actual log Messages.
- getMessageFactory() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- getMessageTextForWriting() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getMessageTextForWriting() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getMethodName() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getMimeMessage() - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- getMimeMultipart(byte[], InternetHeaders) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- getMinIndex() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- getMinLength() - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Get minimum length.
- getMinLevel() - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- getMonthNumber(String) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getMsgId() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getName() - Method in interface org.apache.log4j.Appender
-
Get the name of this appender.
- getName() - Method in class org.apache.log4j.Category
-
- getName() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- getName() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Returns the name of the Appender.
- getName() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
Returns the name of the Manager.
- getName() - Method in interface org.apache.logging.log4j.core.Appender
-
Gets the name of this Appender.
- getName() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
- getName() - Method in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- getName() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Returns the name of the configuration.
- getName() - Method in interface org.apache.logging.log4j.core.config.builder.api.AppenderComponentBuilder
-
Returns the name of the Appender.
- getName() - Method in interface org.apache.logging.log4j.core.config.builder.api.ComponentBuilder
-
Returns the name of the component, if any.
- getName() - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- getName() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the configuration name.
- getName() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the name of the LoggerConfig.
- getName() - Method in class org.apache.logging.log4j.core.config.Node
-
- getName() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- getName() - Method in class org.apache.logging.log4j.core.config.Property
-
Returns the property name.
- getName() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Return the FQCN of the Throwable.
- getName() - Method in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
- getName() - Method in interface org.apache.logging.log4j.core.jmx.AppenderAdminMBean
-
Returns the name of the instrumented Appender
.
- getName() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- getName() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns the name of the instrumented AsyncAppender
.
- getName() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- getName() - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Returns the name of the instrumented LoggerConfig
.
- getName() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getName() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the name of the instrumented LoggerContext
.
- getName() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Gets the name.
- getName() - Method in class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
-
This method returns the name of the conversion pattern.
- getName() - Method in interface org.apache.logging.log4j.core.pattern.PatternConverter
-
Returns the name of the converter.
- getName() - Method in class org.apache.logging.log4j.core.script.AbstractScript
-
- getName() - Method in interface org.apache.logging.log4j.Logger
-
Gets the logger name.
- getName() - Method in interface org.apache.logging.log4j.Marker
-
Returns the name of this Marker.
- getName() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- getName() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns the StructuredDataId name.
- getName() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- getName() - Method in class org.apache.logging.slf4j.Log4jLogger
-
- getName() - Method in class org.apache.logging.slf4j.Log4jMarker
-
- getNanoClock() - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- getNanoClock() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getNanoClock() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the
NanoClock
instance for this configuration.
- getNanoClock() - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the NanoClock
to use for creating the nanoTime timestamp of log events.
- getNanoTime() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getNanoTime() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getNanoTime() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- getNanoTime() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getNanoTime() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Returns the value of the running Java Virtual Machine's high-resolution time source when this event was created,
or a dummy value if it is known that this value will not be used downstream.
- getNestedConditions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- getNestedConditions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- getNestedConditions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- getNestedConditions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- getNext() - Method in class org.apache.log4j.spi.Filter
-
Return the pointer to the next filter.
- getNextFileTime() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- getNextInvalidTimeAfter(Date) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextRolloverMillis() - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- getNextStrategy() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyParser
-
- getNextTime(long, int, boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Returns the next potential rollover time.
- getNextValidTimeAfter(Date) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
Returns the next date/time after the given date/time which
satisfies the cron expression.
- getNode() - Method in class org.apache.logging.log4j.core.appender.AppenderSet.Builder
-
- getNode() - Method in class org.apache.logging.log4j.core.appender.routing.Route
-
Returns the Dynamic Appender Node.
- getNonNullImmutableMessage() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getNonNullImmutableMessage() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getNonNullStackCopy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- getNumberFormat() - Method in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Gets number formatter.
- getNumericalDigit(int) - Static method in class org.apache.logging.log4j.util.Chars
-
- getNumericValue(String, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getObject() - Method in class org.apache.logging.log4j.core.config.Node
-
- getObject(Class<T>) - Method in class org.apache.logging.log4j.core.config.Node
-
Returns this node's object cast to the given class.
- getObject() - Static method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- getObjectMapper() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.ContextSelectorAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the ObjectName
that this MBean is registered with in the
MBean server.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Returns the ObjectName
that this status logger mbean is registered with.
- getOnMatch() - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Returns the Result to be returned when a match occurs.
- getOnMatch() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Returns the result that should be returned when the filter matches the event.
- getOnMatch() - Method in interface org.apache.logging.log4j.core.Filter
-
Returns the result that should be returned when the filter matches the event.
- getOnMismatch() - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Returns the Result to be returned when a match does not occur.
- getOnMismatch() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Returns the result that should be returned when the filter does not match the event.
- getOnMismatch() - Method in interface org.apache.logging.log4j.core.Filter
-
Returns the result that should be returned when the filter does not match the event.
- getOperatingSystem() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key os
.
- getOptional() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns a list of optional keys.
- getOptions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Returns whether to follow symbolic links or not.
- getOrCreateInnerMap(String) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- getOrCreateLayout() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- getOrCreateLayout(Charset) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- getOriginal() - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- getOutputStream() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- getOutputStream(boolean, boolean, ConsoleAppender.Target) - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- getOutputStream() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- getParameter() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object parameter.
- getParameter() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object parameter.
- getParameterCount() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getParameterCount() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getParameterCount() - Method in interface org.apache.logging.log4j.message.ReusableMessage
-
Returns the number of parameters that was used to initialize this reusable message for the current content.
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
This message does not have any parameters so this method always returns zero.
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
This message does not have any parameters so this method always returns zero.
- getParameterized() - Static method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- getParameters() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getParameters() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getParameters() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the data elements as if they were parameters on the logging event.
- getParameters() - Method in interface org.apache.logging.log4j.message.Message
-
Gets parameter values, if any.
- getParameters() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory.StatusMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns null since there are no parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns an array with a single element, a Map containing the ThreadInformation as the key.
- getParams() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- getParent() - Method in class org.apache.log4j.Category
-
- getParent() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the parent of this LoggerConfig.
- getParent() - Method in class org.apache.logging.log4j.core.config.Node
-
- getParent() - Method in class org.apache.logging.log4j.core.Logger
-
This method is only used for 1.x compatibility.
- getParent(URI) - Static method in class org.apache.logging.log4j.core.lookup.Log4jLookup
-
- getParents() - Method in interface org.apache.logging.log4j.Marker
-
Returns a list of parents of this Marker.
- getParents() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- getPassword() - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- getPasswordAsCharArray() - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- getPath() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
Returns the path.
- getPath() - Method in class org.apache.logging.log4j.core.script.ScriptFile
-
- getPathConditions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Returns the list of PathCondition objects.
- getPathIn() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- getPathOut() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- getPattern() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- getPattern() - Method in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- getPattern(LogEvent, ConcurrentMap<Object, Object>) - Method in class org.apache.logging.log4j.core.appender.routing.Routes
-
Returns the pattern.
- getPattern() - Method in class org.apache.logging.log4j.core.layout.PatternMatch
-
Returns the pattern.
- getPattern() - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
Gets the pattern string describing this date format.
- getPattern() - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Gets the pattern used by this parser.
- getPattern() - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Gets the pattern used by this printer.
- getPattern() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets the pattern used by this formatter.
- getPattern() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- getPattern() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- getPattern() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the full pattern.
- getPatternForStyle(Integer, Integer, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Gets a date/time format for the specified styles and locale.
- getPatternProcessor() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the pattern processor.
- getPatternScript() - Method in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- getPatternScript() - Method in class org.apache.logging.log4j.core.appender.routing.Routes
-
Gets the optional script that decides which route to pick.
- getPerformancePreferences() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getPluginClass() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- getPluginManager() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getPluginManager() - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- getPluginPackages() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getPluginPackages() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the list of packages to scan for plugins for this Configuration.
- getPlugins() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Returns all the matching plugins.
- getPluginsByCategoryByBundleId() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- getPluginType() - Method in class org.apache.logging.log4j.core.config.builder.api.Component
-
- getPluginType(String) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Returns the type of a specified plugin.
- getPolicy() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- getPort() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getPort() - Method in class org.apache.logging.log4j.core.net.SocketAddress
-
- getPrevFileTime() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- getPrevFireTime(Date) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getPriority() - Method in class org.apache.log4j.Category
-
- getPriority(Facility, Level) - Static method in class org.apache.logging.log4j.core.net.Priority
-
Returns the priority value based on the Facility and Log Level.
- getPriority() - Method in class org.apache.logging.log4j.spi.Provider
-
Gets the priority (natural ordering) of this Provider.
- getProcId() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getProperties() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getProperties() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getProperties() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- getProperties() - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Returns the PropertiesUtil used by Log4j.
- getProperty(String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- getProperty(String, String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- getPropertyList() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns an unmodifiable list with the configuration properties, or null
if this LoggerConfig
does
not have any configuration properties.
- getProtocol() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getProviders() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- getPurgePolicy() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender.Builder
-
- getPurgePolicy() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getQBuf() - Static method in class org.apache.logging.log4j.core.util.JsonUtils
-
- getQueueCapacity() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- getQueueCapacity() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- getQueueCapacity() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
- getQueueRemainingCapacity() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- getQueueRemainingCapacity() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- getQueueRemainingCapacity() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
- getReadOnlyContextData() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
Returns the context data for reading.
- getReadOnlyContextData() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
Returns the context data for reading.
- getReadOnlyContextData() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Returns the context data for reading.
- getReadOnlyContextData() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap2
-
Returns the context data for reading.
- getReadOnlyContextData() - Method in class org.apache.logging.slf4j.MDCContextMap
-
- getReceiveBufferSize() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getReconnectDelayMillis() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getRecurseIntoPath() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- getRef() - Method in class org.apache.logging.log4j.core.config.AppenderRef
-
- getRegionLength() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
Returns the length of the memory mapped region.
- getRegionLength() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
Returns the length of the memory mapped region.
- getReliabilityStrategy(LoggerConfig) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getReliabilityStrategy(LoggerConfig) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getReliabilityStrategy() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the object responsible for ensuring log events are delivered to a working appender, even during or after
a reconfiguration.
- getReliabilityStrategy(LoggerConfig) - Static method in class org.apache.logging.log4j.core.config.ReliabilityStrategyFactory
-
Returns a new ReliabilityStrategy
instance based on the value of system property
log4j.ReliabilityStrategy
.
- getRemainingCapacity() - Method in class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
- getRemainingCapacity() - Method in interface org.apache.logging.log4j.core.jmx.RingBufferAdminMBean
-
Returns the number of available slots in the ring buffer.
- getRequired() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getRequired() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns a list of required keys.
- getResource(String, ClassLoader) - Static method in class org.apache.logging.log4j.core.util.Loader
-
This method will search for resource
in different
places.
- getResourceAsStream(String, ClassLoader) - Static method in class org.apache.logging.log4j.core.util.Loader
-
This method will search for resource
in different
places.
- getResourceBundle() - Method in class org.apache.log4j.Category
-
- getResourceBundle(String, Locale, boolean) - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Override this to use a ResourceBundle.Control in Java 6
- getResourceBundle() - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
Gets the resource bundle if set.
- getResources() - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Returns the matching resources.
- getRewritePolicy() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender.Builder
-
- getRewritePolicy() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getRfc1349TrafficClass() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getRingbufferSize() - Static method in class org.apache.logging.log4j.util.Unbox
-
For testing.
- getRollingRandomAccessFileManager(String, String, boolean, boolean, int, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- getRolloverStrategy() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- getRolloverStrategy() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the rollover strategy.
- getRolloverStrategy() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- getRoot() - Static method in class org.apache.log4j.Category
-
- getRoot(LoggerContext) - Static method in class org.apache.log4j.Category
-
- getRoot() - Method in class org.apache.logging.log4j.core.config.Loggers
-
- getRootCause(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
Returns the deepest cause of the given throwable
.
- getRootLogger() - Static method in class org.apache.log4j.Logger
-
- getRootLogger() - Static method in class org.apache.log4j.LogManager
-
- getRootLogger() - Method in class org.apache.log4j.LogManager.Repository
-
- getRootLogger() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getRootLogger() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Returns the root Logger.
- getRootLogger() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the root Logger.
- getRootLogger() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Gets the root logger.
- getRootLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the root logger.
- getRootNode() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getRoute(String) - Method in class org.apache.logging.log4j.core.appender.routing.Routes
-
- getRoute(long, Level) - Method in interface org.apache.logging.log4j.core.async.AsyncQueueFullPolicy
-
Returns the appropriate route for the current log event, given the specified parameters.
- getRoute(long, Level) - Method in class org.apache.logging.log4j.core.async.DefaultAsyncQueueFullPolicy
-
- getRoute(long, Level) - Method in class org.apache.logging.log4j.core.async.DiscardingAsyncQueueFullPolicy
-
- getRoutes() - Method in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- getRoutes() - Method in class org.apache.logging.log4j.core.appender.routing.Routes
-
Returns the array of Route elements.
- getRoutes() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender.Builder
-
- getRoutes() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getRule(int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
Factory method for Iso8601_Rules.
- getRuntime() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key runtime
.
- getSB() - Static method in class org.apache.logging.log4j.util.Unbox
-
- getSchedule(String) - Static method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- getScheduler() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getScheduler() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getScript() - Method in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- getScript(String) - Method in class org.apache.logging.log4j.core.script.ScriptManager
-
- getScript() - Method in class org.apache.logging.log4j.core.script.ScriptManager.MainScriptRunner
-
- getScript() - Method in interface org.apache.logging.log4j.core.script.ScriptManager.ScriptRunner
-
- getScript() - Method in class org.apache.logging.log4j.core.script.ScriptManager.ThreadLocalScriptRunner
-
- getScriptEngine() - Method in class org.apache.logging.log4j.core.script.ScriptManager.MainScriptRunner
-
- getScriptEngine() - Method in interface org.apache.logging.log4j.core.script.ScriptManager.ScriptRunner
-
- getScriptEngine() - Method in class org.apache.logging.log4j.core.script.ScriptManager.ThreadLocalScriptRunner
-
- getScriptManager() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getScriptManager() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getScriptRunner(AbstractScript) - Method in class org.apache.logging.log4j.core.script.ScriptManager
-
- getScriptStaticVariables() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- getScriptText() - Method in class org.apache.logging.log4j.core.script.AbstractScript
-
- getScriptText() - Method in class org.apache.logging.log4j.core.script.ScriptRef
-
- getSdId() - Method in class org.apache.logging.log4j.core.layout.LoggerFields
-
- getSecretKey() - Method in interface org.apache.logging.log4j.core.util.SecretKeyProvider
-
Returns this SecretKey.
- getSelector() - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Returns the ContextSelector.
- getSendBufferSize() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getSeparator() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Returns the stack trace separator.
- getSet(int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getSeverity() - Method in class org.apache.logging.log4j.core.net.Priority
-
Returns the Severity.
- getSeverity(Level) - Static method in enum org.apache.logging.log4j.core.net.Severity
-
Returns the Severity for the specified Level.
- getShutdownCallbackRegistry() - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Returns the ShutdownCallbackRegistry
- getShutdownTimeoutMillis() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getShutdownTimeoutMillis() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getSimple() - Static method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- getSimpleDateFormat() - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
Returns the singleton of this class.
- getSmtpManager(Configuration, String, String, String, String, String, String, String, String, int, String, String, boolean, String, int) - Static method in class org.apache.logging.log4j.core.net.SmtpManager
-
- getSocket() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
USE AT YOUR OWN RISK, method is public for testing purpose only for now.
- getSocketAddress() - Method in class org.apache.logging.log4j.core.net.SocketAddress
-
- getSocketManager(String, int, Layout<? extends Serializable>, int) - Static method in class org.apache.logging.log4j.core.net.DatagramSocketManager
-
Obtain a SocketManager.
- getSocketManager(SslConfiguration, String, int, int, int, boolean, Layout<? extends Serializable>, int) - Static method in class org.apache.logging.log4j.core.net.SslSocketManager
-
- getSocketManager(SslConfiguration, String, int, int, int, boolean, Layout<? extends Serializable>, int, SocketOptions) - Static method in class org.apache.logging.log4j.core.net.SslSocketManager
-
- getSocketManager(String, int, int, int, boolean, Layout<? extends Serializable>, int) - Static method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- getSocketManager(String, int, int, int, boolean, Layout<? extends Serializable>, int, SocketOptions) - Static method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
Obtains a TcpSocketManager.
- getSocketOptions() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getSocketOptions() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
USE AT YOUR OWN RISK, method is public for testing purpose only for now.
- getSoLinger() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getSortedKeys() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- getSortedPaths() - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
Returns a sorted list of all files up to maxDepth under the basePath.
- getSortedPaths() - Method in class org.apache.logging.log4j.core.appender.rolling.action.SortingVisitor
-
- getSoTimeout() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getSource() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getSource() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
- getSource() - Method in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
Gets the source.
- getSource() - Method in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
- getSource() - Method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
- getSource() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getSource() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the StackTraceElement for the caller.
- getSource() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Returns the StackTraceElement for the caller.
- getSource() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the source of logging request.
- getSslConfiguration() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getSslServerSocketFactory() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- getSslSocketFactory() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- getStackTrace() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- getStackTraceElement() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getStackTraceElement() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the StackTraceElement for the method that created the event.
- getStackTraceElement(String, StackTraceElement[]) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- getStandardLevel() - Method in class org.apache.logging.log4j.Level
-
Gets the standard Level values as an enum.
- getStandardLevel(int) - Static method in enum org.apache.logging.log4j.spi.StandardLevel
-
Method to convert custom Levels into a StandardLevel for conversion to other systems.
- getStartIndex() - Method in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
Gets the start index to loop from.
- getState() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- getState() - Method in interface org.apache.logging.log4j.core.LifeCycle
-
Gets the life-cycle state.
- getState() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- getState() - Static method in class org.apache.logging.log4j.util.Unbox
-
- getStaticFieldValue(Field) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Gets the value of a static Field
, making it accessible if required.
- getStatus() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getStatus() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the status of the instrumented LoggerContext
.
- getStatusConfiguration() - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- getStatusData() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- getStatusData() - Method in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Returns a list with the most recent StatusData
objects in the
status history.
- getStatusData() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Returns a List of all events as StatusData objects.
- getStatusDataHistory() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- getStatusDataHistory() - Method in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Returns a string array with the most recent messages in the status
history.
- getStatusLevel() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- getStatusLevel() - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Return the Log Level for which the Listener should receive events.
- getStatusLevel() - Method in interface org.apache.logging.log4j.status.StatusListener
-
Return the Log Level that this listener wants included.
- getStatusLogger() - Static method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
Gets the status logger.
- getStrategy() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- getStrategy(char, int, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Obtain a Strategy given a field from a SimpleDateFormat pattern
- getStrategy(int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.ISO8601TimeZoneStrategy
-
Factory method for ISO8601TimeZoneStrategies.
- getStringBuilder() - Method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- getStringBuilder() - Static method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
Returns a StringBuilder
that this Layout implementation can use to write the formatted log event to.
- getStringBuilder() - Static method in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
- getStringBuilder() - Method in class org.apache.logging.log4j.util.Unbox.State
-
- getStringBuilder() - Method in class org.apache.logging.log4j.util.Unbox.WebSafeState
-
- getStringBuilderEncoder() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
Returns a Encoder<StringBuilder>
that this Layout implementation can use for encoding log events.
- getStringLayout() - Method in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
- getStringMap() - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
Returns the IndexedStringMap with List<String>
values that this MapFilter was constructed with.
- getStringProperty(String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a String.
- getStringProperty(String, String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a String.
- getStrSubstitutor() - Method in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- getStrSubstitutor() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
- getStrSubstitutor() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getStrSubstitutor() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getStyleClass(Object) - Method in class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
-
This method returns the CSS style class that should be applied to the LoggingEvent passed as parameter, which can
be null.
- getStyleClass(Object) - Method in class org.apache.logging.log4j.core.pattern.LevelPatternConverter
-
This method returns the CSS style class that should be applied to the LoggingEvent passed as parameter, which can
be null.
- getStyleClass(Object) - Method in interface org.apache.logging.log4j.core.pattern.PatternConverter
-
This method returns the CSS style class that should be applied to
the LoggingEvent passed as parameter, which can be null.
- getStyleMap() - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- getSubName(String) - Static method in class org.apache.logging.log4j.core.util.NameUtil
-
- getSuffix() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- getSuffix(LogEvent) - Method in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- getSupportedSourceVersion() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- getSupportedTypes() - Method in class org.apache.log4j.config.Log4j1ConfigurationFactory
-
- getSupportedTypes() - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory.Factory
-
- getSupportedTypes() - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- getSupportedTypes() - Method in class org.apache.logging.log4j.core.config.json.JsonConfigurationFactory
-
- getSupportedTypes() - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationFactory
-
- getSupportedTypes() - Method in class org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory
-
Returns the file suffixes for XML files.
- getSuppressedProxies() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Gets proxies for suppressed exceptions.
- getSuppressedStackTrace(String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the suppressed Throwables.
- getSynchronous() - Method in interface org.apache.logging.log4j.core.appender.rolling.RolloverDescription
-
Action to be completed after close of current active log file
before returning control to caller.
- getSynchronous() - Method in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Action to be completed after close of current active log file
before returning control to caller.
- getSyntaxAndPattern() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
Returns the baseDir-relative path pattern of the files to delete.
- getSyslogEquivalent() - Method in class org.apache.log4j.Priority
-
Returns the syslog equivalent of this priority as an integer.
- getSystemProperties() - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Return the system properties or an empty Properties object if an error occurs.
- getSystemProperty(String) - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
- getSystemProperty(String, String) - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
- getTarget() - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- getText() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- getText() - Method in interface org.apache.logging.log4j.message.FlowMessage
-
The message text like "Enter" or "Exit" used to prefix the actual Message.
- getTextRenderer() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Returns the message rendered.
- getThreadContextClassLoader() - Static method in class org.apache.logging.log4j.core.util.Loader
-
Returns the ClassLoader of current thread if possible, or falls back to the system ClassLoader if none is
available.
- getThreadContextClassLoader() - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Gets the current Thread ClassLoader.
- getThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
-
- getThreadContextMap() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a read-only view of the internal data structure used to store thread context key-value pairs,
or null
if the internal data structure does not implement the
ReadOnlyThreadContextMap
interface.
- getThreadId() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThreadId() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getThreadId() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
Returns the thread ID of the background consumer thread, or -1
if the background thread has not started
yet.
- getThreadId() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- getThreadId() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getThreadId() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the thread ID.
- getThreadLocalFormatter() - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- getThreadLocalMap() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- getThreadLocalStringBuilder() - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- getThreadName() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThreadName() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getThreadName() - Method in enum org.apache.logging.log4j.core.async.ThreadNameCachingStrategy
-
- getThreadName() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the name of the Thread on which the event was generated.
- getThreadName() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getThreadName() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the thread name.
- getThreadName() - Method in class org.apache.logging.log4j.status.StatusData
-
- getThreadPriority() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThreadPriority() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getThreadPriority() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- getThreadPriority() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getThreadPriority() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the thread priority.
- getThreshold() - Method in class org.apache.log4j.LogManager.Repository
-
- getThreshold() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Get the repository-wide threshold.
- getThresholdBytes() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- getThresholdCount() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- getThresholdLevel() - Method in class org.apache.logging.log4j.core.async.DiscardingAsyncQueueFullPolicy
-
- getThrowable() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getThrowable() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getThrowable() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
The throwable or null if this object is deserialized from XML or JSON.
- getThrowable() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.MapMessage
-
Always returns null.
- getThrowable() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the throwable, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Return the throwable passed to the Message.
- getThrowable() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns null.
- getThrowable() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Gets the message if it is a throwable.
- getThrowable() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the Throwable that was given as the last argument, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory.StatusMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Gets the message if it is a throwable.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the Throwable that was given as the last argument, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Always returns null.
- getThrowable() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Return the throwable passed to the Message.
- getThrowable() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Always returns null.
- getThrowable() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the Throwable associated with the event.
- getThrown() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThrown() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getThrown() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the Throwable associated with the event, or null.
- getThrown() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getThrown() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets throwable associated with logging request.
- getThrownProxy() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThrownProxy() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getThrownProxy() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the ThrowableProxy associated with the event, or null.
- getThrownProxy() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Returns the ThrowableProxy associated with the event, or null.
- getThrownProxy() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets throwable proxy associated with logging request.
- getTimeAfter(Date) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getTimeBasedUuid() - Static method in class org.apache.logging.log4j.core.util.UuidUtil
-
Generates Type 1 UUID.
- getTimeBefore(Date) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getTimeInstance(int) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a time formatter instance using the specified style in the
default time zone and locale.
- getTimeInstance(int, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a time formatter instance using the specified style and
locale in the default time zone.
- getTimeInstance(int, TimeZone) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a time formatter instance using the specified style and
time zone in the default locale.
- getTimeInstance(int, TimeZone, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a time formatter instance using the specified style, time
zone and locale.
- getTimeInstance(int, TimeZone, Locale) - Method in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
Gets a time formatter instance using the specified style,
time zone and locale.
- getTimeMillis() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getTimeMillis() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getTimeMillis() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the time in milliseconds from the epoch when the event occurred.
- getTimeMillis() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getTimeMillis() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets event time in milliseconds since midnight, January 1, 1970 UTC.
- getTimeout(String, long) - Static method in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- getTimestamp() - Method in interface org.apache.logging.log4j.message.TimestampMessage
-
Returns the timestamp.
- getTimestamp() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the event's timestamp.
- getTimeZone() - Method in class org.apache.logging.log4j.core.util.CronExpression
-
Returns the time zone for which this CronExpression
will be resolved.
- getTimeZone() - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Gets the time zone used by this parser.
- getTimeZone() - Method in interface org.apache.logging.log4j.core.util.datetime.DatePrinter
-
Gets the time zone used by this printer.
- getTimeZone() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets the time zone used by this formatter.
- getTimeZone() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- getTimeZone() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- getTimeZone() - Method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Returns the time zone.
- getTimeZoneDisplay(TimeZone, boolean, int, Locale) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Gets the time zone display name, using a cache for performance.
- getTitle() - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
For testing purposes.
- getTrafficClass() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getTriggeringPolicies() - Method in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
- getTriggeringPolicy() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- getTriggeringPolicy() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the triggering policy.
- getTriggeringPolicy() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- getTriggeringPolicy() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Returns the triggering policy.
- getTrimmedParams() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- getType(JsonNode, String) - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- getType() - Method in class org.apache.logging.log4j.core.config.Node
-
- getType(Element) - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- getType() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns this message type.
- getTypeConverterSupportedType(Class<? extends TypeConverter>) - Static method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- getUpperCaseAlphaDigit(int) - Static method in class org.apache.logging.log4j.util.Chars
-
- getUpperCaseHex(int) - Static method in class org.apache.logging.log4j.util.Chars
-
Converts a digit into an uppercase hexadecimal character or the null character if invalid.
- getURI() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns a URI representing the configuration resource or null if it cannot be determined.
- getURL() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns the configuration source URL, or null
if this configuration source is based on a file or has
neither a file nor an URL.
- getUrl() - Method in class org.apache.logging.log4j.spi.Provider
-
Gets the URL containing this Provider's Log4j details.
- getUrl() - Method in class org.apache.logging.log4j.util.LoaderUtil.UrlResource
-
- getValidator(A, Class<? extends A>) - Static method in class org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidators
-
- getValue() - Method in class org.apache.logging.log4j.core.config.builder.api.Component
-
- getValue() - Method in class org.apache.logging.log4j.core.config.Node
-
- getValue() - Method in class org.apache.logging.log4j.core.config.Property
-
Returns the property value.
- getValue(StructuredDataMessage, String) - Method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- getValue(String) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- getValue() - Method in class org.apache.logging.log4j.core.net.Priority
-
Returns the value of this Priority.
- getValue(int, String, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getValue() - Method in class org.apache.logging.log4j.core.util.KeyValuePair
-
Returns the value.
- getValue(String) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- getValue(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getValue(String) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- getValue(String) - Method in interface org.apache.logging.log4j.spi.ObjectThreadContextMap
-
Returns the Object value for the specified key, or null
if the specified key does not exist in this
collection.
- getValue(String) - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns the value for the specified key, or null
if the specified key does not exist in this collection.
- getValue(String) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- getValueAt(int) - Method in interface org.apache.logging.log4j.util.IndexedReadOnlyStringMap
-
Viewing all key-value pairs as a sequence sorted by key, this method returns the value at the specified index,
or null
if the specified index is less than zero or greater or equal to the size of this collection.
- getValueAt(int) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- getValueDelimiterMatcher() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the variable default value delimiter matcher currently in use.
- getVariablePrefixMatcher() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the variable prefix matcher currently in use.
- getVariableResolver() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the VariableResolver that is used to lookup variables.
- getVariableSuffixMatcher() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the variable suffix matcher currently in use.
- getVersion() - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- getVersion() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getVirtualMachine() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key vm
.
- getWatchers() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- getWatchManager() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getWatchManager() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Return the WatchManager.
- getWrappedFilter() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
- getWriter() - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
- GMT_OPTION - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy
-
- Green(List<PatternFormatter>, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Green
-
Constructs the converter.
- group - Variable in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- GzCompressAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Compresses a file using GZ compression.
- GzCompressAction(File, File, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
Create new instance of GzCompressAction.
- id - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- ID - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy
-
Index of zone id
- id - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- id - Variable in class org.apache.logging.log4j.message.StructuredDataMessage
-
- identityToString(Object) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
This method returns the same as if Object.toString() would not have been
overridden in obj.
- identityToString(Object) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
This method returns the same as if Object.toString() would not have been
overridden in obj.
- idle(int) - Method in interface org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.Idle
-
- idle - Variable in enum org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.WaitStrategy
-
- idle(int) - Method in enum org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.WaitStrategy
-
- IdlePurgePolicy - Class in org.apache.logging.log4j.core.appender.routing
-
Policy is purging appenders that were not in use specified time in minutes
- IdlePurgePolicy(long, long, ConfigurationScheduler) - Constructor for class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- IfAccumulatedFileCount - Class in org.apache.logging.log4j.core.appender.rolling.action
-
PathCondition that accepts paths after some count threshold is exceeded during the file tree walk.
- IfAccumulatedFileCount(int, PathCondition[]) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- IfAccumulatedFileSize - Class in org.apache.logging.log4j.core.appender.rolling.action
-
PathCondition that accepts paths after the accumulated file size threshold is exceeded during the file tree walk.
- IfAccumulatedFileSize(long, PathCondition[]) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- IfAll - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Composite PathCondition
that only accepts objects that are accepted by all component conditions.
- IfAll(PathCondition...) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.IfAll
-
- IfAny - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Composite PathCondition
that accepts objects that are accepted by any component conditions.
- IfAny(PathCondition...) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.IfAny
-
- IfFileName - Class in org.apache.logging.log4j.core.appender.rolling.action
-
PathCondition that accepts files for deletion if their relative path matches either a glob pattern or a regular
expression.
- IfFileName(String, String, PathCondition[]) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
Constructs a FileNameFilter filter.
- IfLastModified - Class in org.apache.logging.log4j.core.appender.rolling.action
-
PathCondition that accepts paths that are older than the specified duration.
- IfLastModified(Duration, PathCondition[]) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- IfNot - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Wrapper PathCondition
that accepts objects that are rejected by the wrapped component filter.
- IfNot(PathCondition) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
- IGNORE_TCCL_PROPERTY - Static variable in class org.apache.logging.log4j.util.LoaderUtil
-
System property to set to ignore the thread context ClassLoader.
- ignoreElement(StackTraceElement, List<String>) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- ignoreExceptions - Variable in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- ignoreExceptions - Variable in class org.apache.logging.log4j.core.appender.AbstractAppender
-
- ignoreExceptions() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Some appenders need to propagate exceptions back to the application.
- ignoreExceptions - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- ignoreExceptions() - Method in interface org.apache.logging.log4j.core.Appender
-
Some Appenders need to propagate exceptions back to the application.
- ignoreExceptions - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- ignoreExceptions - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- ignorePackages - Variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
The list of packages to filter.
- ignoresThrowable() - Method in class org.apache.log4j.Layout
-
If the layout handles the throwable object contained within
LoggingEvent
, then the layout should return
false
.
- ignoresThrowable() - Method in class org.apache.log4j.PatternLayout
-
- ignoreTCCL - Static variable in class org.apache.logging.log4j.util.LoaderUtil
-
- immediateFail - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- immediateFail - Variable in class org.apache.logging.log4j.core.net.SslSocketManager.SslFactoryData
-
- immediateFail - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData
-
- immediateFail - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder
-
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
Immediate flush means that the underlying writer or output stream will be flushed at the end of each append
operation.
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
Immediate flush means that the underlying writer will be flushed at the
end of each append operation.
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager.FactoryData
-
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager.FactoryData
-
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- immutable - Variable in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- immutable - Variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- imports() - Method in enum org.apache.logging.log4j.core.tools.Generate.Type
-
- IncludeChecker() - Constructor for class org.apache.logging.log4j.core.layout.Rfc5424Layout.IncludeChecker
-
- includeLocation - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- includeLocation - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- includeLocation - Variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- includeLocation(String) - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- includeLocation - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- includeLocation - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- includeLocation(String) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- includeLocation - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- includeLocation - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- includeLocation - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- includeMdc - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- includeMdc - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- includeNewLine - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- includeNewLine - Variable in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- includeNewLine - Variable in class org.apache.logging.log4j.core.layout.SyslogLayout
-
- includes - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- increment(Calendar, int, int, boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- incrementScheduledItems() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Increment the number of threads in the pool.
- INDENT - Static variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- index - Variable in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
The current iterator index
- IndexedReadOnlyStringMap - Interface in org.apache.logging.log4j.util
-
An extension of ReadOnlyStringMap
that imposes a total ordering on its keys.
- IndexedStringMap - Interface in org.apache.logging.log4j.util
-
An extension of StringMap
that imposes a total ordering on its keys.
- indexOfKey(String) - Method in interface org.apache.logging.log4j.util.IndexedReadOnlyStringMap
-
Viewing all key-value pairs as a sequence sorted by key, this method returns the index of the specified key in
that sequence.
- indexOfKey(String) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- indices - Variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
- indices - Variable in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- inetAddress - Variable in class org.apache.logging.log4j.core.net.AbstractSocketManager
-
The Internet address of the host.
- inetAddress - Variable in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- InetAddressConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.InetAddressConverter
-
- InetAddressConverter - Class in org.apache.logging.log4j.core.util
-
- InetAddressConverter() - Constructor for class org.apache.logging.log4j.core.util.InetAddressConverter
-
- inflateTable(int) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
Inflates the table.
- info(Object) - Method in class org.apache.log4j.Category
-
- info(Object, Throwable) - Method in class org.apache.log4j.Category
-
- INFO - Static variable in class org.apache.log4j.Level
-
The INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
- INFO - Static variable in class org.apache.log4j.Priority
-
- INFO - Static variable in class org.apache.logging.log4j.Level
-
An event for informational purposes.
- info(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO
level with the
specified Marker.
- info(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
INFO
level.
- info(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
INFO
level.
- info(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
INFO
level.
- info(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO
level with the
specified Marker.
- info(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- info(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO
level.
- info(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO
level) including the
stack trace of the
Throwable
t
passed as parameter.
- info(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
INFO
level.
- info(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
INFO
level.
- info(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
INFO
level.
- info(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO
level.
- info(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO
level) including the
stack trace of the
Throwable
t
passed as parameter.
- info(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(String, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(String, Object, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(String, Object...) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(String, Throwable) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(Marker, String) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(Marker, String, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(Marker, String, Object, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(Marker, String, Object...) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- info(Marker, String, Throwable) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- INFO_INT - Static variable in class org.apache.log4j.Priority
-
The INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
- inherit(Stack<String>) - Static method in class org.apache.log4j.NDC
-
Inherit the diagnostic context of another thread.
- INHERITABLE_MAP - Static variable in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
Property name ("isThreadContextMapInheritable" ) for selecting InheritableThreadLocal
(value "true") or plain
ThreadLocal
(value is not "true") in the implementation.
- INHERITABLE_MAP - Static variable in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
Property name ("isThreadContextMapInheritable" ) for selecting InheritableThreadLocal
(value "true") or plain
ThreadLocal
(value is not "true") in the implementation.
- INHERITABLE_MAP - Static variable in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
Property name ("isThreadContextMapInheritable" ) for selecting InheritableThreadLocal
(value "true") or plain
ThreadLocal
(value is not "true") in the implementation.
- init(Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Initialize derived fields from defining fields.
- init() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Initializes the instance for first use.
- init(String) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- init(String, int, Object[]) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- init() - Static method in class org.apache.logging.log4j.ThreadContext
-
Consider private, used for testing.
- initFrom(LogEvent) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Initialize the fields of this MutableLogEvent
from another event.
- initFrom0(SortedArrayStringMap) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- INITIAL_CAPACITY_CONSTRUCTOR - Static variable in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- INITIAL_REUSABLE_MESSAGE_SIZE - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Initial StringBuilder size used in RingBuffer LogEvents to store the contents of reusable Messages.
- INITIAL_UUID_SEQNO - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- initialize() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- initialize(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
Initializes the policy.
- initialize(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
Initializes the policy.
- initialize(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.OnStartupTriggeringPolicy
-
Provide the RollingFileManager to the policy.
- initialize() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- initialize(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
Initialize the TriggeringPolicy.
- initialize(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
Initializes the policy.
- initialize(RollingFileManager) - Method in interface org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy
-
Initializes this triggering policy.
- initialize(RoutingAppender) - Method in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- initialize(RoutingAppender) - Method in interface org.apache.logging.log4j.core.appender.routing.PurgePolicy
-
Initializes with routing appender
- initialize() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Initialize the configuration.
- initialize(ClassLoader, ConfigurationSource) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(ClassLoader, ConfigurationSource, Object) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(String, ClassLoader, String) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(String, ClassLoader, String, Object) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(String, ClassLoader, URI) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(String, ClassLoader, URI, Object) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(String, ClassLoader, List<URI>, Object) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
- initialize(String, String) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(Configuration) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(ClassLoader, Configuration) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(ClassLoader, Configuration, Object) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Initializes the Logging Context.
- initialize(A) - Method in interface org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidator
-
Called before this validator is used with the constraint annotation value.
- initialize(Required) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.RequiredValidator
-
- initialize(ValidHost) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidHostValidator
-
- initialize(ValidPort) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidPortValidator
-
- initialize() - Method in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
Configures and initializes the StatusLogger using the configured options in this instance.
- initialize() - Method in interface org.apache.logging.log4j.core.LifeCycle
-
- initialize() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- initializeBuilder(Log4jLogEvent.Builder) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Initializes the specified Log4jLogEvent.Builder
from this RingBufferLogEvent
.
- initializeBuilder(Log4jLogEvent.Builder) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Initializes the specified Log4jLogEvent.Builder
from this MutableLogEvent
.
- initializeClass(String, ClassLoader) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Loads and initializes a named Class using a given ClassLoader.
- initialized - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- initialized - Variable in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- initializeJmDns() - Static method in class org.apache.logging.log4j.core.net.MulticastDnsAdvertiser
-
- initializeShutdownCallbackRegistry() - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- initialTime - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- initKeyManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
- initMap(String[], Map<String, String>) - Static method in class org.apache.logging.log4j.core.lookup.MapLookup
-
- initMidnight(long) - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
Initializes the midnight boundaries to midnight in the specified time zone.
- initStartTime() - Static method in class org.apache.logging.log4j.core.appender.rolling.OnStartupTriggeringPolicy
-
Returns the result of ManagementFactory.getRuntimeMXBean().getStartTime()
,
or the current system time if JMX is not available.
- initThrowable(Object[], int) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- initThrowable(Object[], int, int) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- initTranslator(RingBufferLogEventTranslator, String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- initTranslatorThreadValues(RingBufferLogEventTranslator) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- initTrustManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- injectContextData(List<Property>, StringMap) - Method in interface org.apache.logging.log4j.core.ContextDataInjector
-
Returns a StringMap
object initialized with the specified properties and the appropriate
context data.
- injectContextData(List<Property>, StringMap) - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForCopyOnWriteThreadContextMap
-
If there are no configuration properties, this injector will return the thread context's internal data
structure.
- injectContextData(List<Property>, StringMap) - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForDefaultThreadContextMap
-
Puts key-value pairs from both the specified list of properties as well as the thread context into the
specified reusable StringMap.
- injectContextData(List<Property>, StringMap) - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForGarbageFreeThreadContextMap
-
Puts key-value pairs from both the specified list of properties as well as the thread context into the
specified reusable StringMap.
- injectFields(Builder<?>) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- injector - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- injector - Variable in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- injector - Variable in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- injector - Variable in class org.apache.logging.log4j.core.impl.ReusableLogEventFactory
-
- injector - Variable in class org.apache.logging.log4j.core.lookup.ContextMapLookup
-
- input - Variable in class org.apache.log4j.config.InputStreamWrapper
-
- InputStreamWrapper - Class in org.apache.log4j.config
-
- InputStreamWrapper(InputStream, String) - Constructor for class org.apache.log4j.config.InputStreamWrapper
-
- insertAt(int, String, Object) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- INSTANCE - Static variable in class org.apache.log4j.helpers.NullEnumeration
-
- INSTANCE - Static variable in class org.apache.log4j.pattern.Log4j1NdcPatternConverter
-
Singleton.
- Instance() - Constructor for class org.apache.logging.log4j.CloseableThreadContext.Instance
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.config.OrderComparator
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- instance - Static variable in class org.apache.logging.log4j.core.impl.DefaultLogEventFactory
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.FileLocationPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.FullLocationPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.IntegerPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.LevelPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.LineLocationPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.LineSeparatorPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.LoggerPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.MethodLocationPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.NdcPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.PlainTextRenderer
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.SequenceNumberPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.ThreadIdPatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.ThreadNamePatternConverter
-
Singleton.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.pattern.ThreadPriorityPatternConverter
-
Singleton.
- instance - Static variable in class org.apache.logging.log4j.core.util.CachedClock
-
- instance() - Static method in class org.apache.logging.log4j.core.util.CachedClock
-
- instance - Static variable in class org.apache.logging.log4j.core.util.CoarseCachedClock
-
- instance() - Static method in class org.apache.logging.log4j.core.util.CoarseCachedClock
-
Returns the singleton instance.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitMonthField
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitYearField
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.UnpaddedMonthField
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.util.NullOutputStream
-
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
Instance of ParameterizedMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
Instance of ParameterizedStatusMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ReusableMessageFactory
-
Instance of ReusableMessageFactory..
- INSTANCE - Static variable in class org.apache.logging.log4j.message.SimpleMessageFactory
-
Instance of StringFormatterMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
Instance of StringFormatterMessageFactory.
- instance - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
- INSTANCE_COLON - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNumberRule
-
- INSTANCE_LOCK - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- INSTANCE_LOCK - Static variable in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- INSTANCE_LOCK - Static variable in class org.apache.logging.log4j.core.util.CachedClock
-
- INSTANCE_LOCK - Static variable in class org.apache.logging.log4j.core.util.CoarseCachedClock
-
- INSTANCE_NO_COLON - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNumberRule
-
- instantiate(Class<T>) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Constructs a new T
object using the default constructor of its class.
- instantiateByClassName(String, Class<?>, Object) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
Instantiate an object given a class name.
- instantiateByKey(Properties, String, Class<?>, Object) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- IntegerConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.IntegerConverter
-
- IntegerPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats an integer.
- IntegerPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.IntegerPatternConverter
-
Private constructor.
- Integers - Class in org.apache.logging.log4j.core.util
-
Helps deal with integers.
- Integers() - Constructor for class org.apache.logging.log4j.core.util.Integers
-
- Interpolator - Class in org.apache.logging.log4j.core.lookup
-
- Interpolator(StrLookup) - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
- Interpolator(StrLookup, List<String>) - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
Constructs an Interpolator using a given StrLookup and a list of packages to find Lookup plugins in.
- Interpolator() - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
Create the default Interpolator using only Lookups that work without an event.
- Interpolator(Map<String, String>) - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
Creates the Interpolator using only Lookups that work without an event and initial properties.
- interrupted - Variable in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Is action interrupted.
- interval - Variable in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- intervalNanos - Variable in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- intervalSeconds - Variable in class org.apache.logging.log4j.core.util.WatchManager
-
- intLevel - Variable in class org.apache.logging.log4j.core.config.AppenderControl
-
- intLevel - Variable in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
- intLevel - Variable in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- intLevel - Variable in class org.apache.logging.log4j.core.tools.Generate.LevelInfo
-
- intLevel - Variable in class org.apache.logging.log4j.Level
-
- intLevel() - Method in class org.apache.logging.log4j.Level
-
Gets the integral value of this Level.
- intLevel - Variable in enum org.apache.logging.log4j.spi.StandardLevel
-
- intLevel() - Method in enum org.apache.logging.log4j.spi.StandardLevel
-
Returns the integer value of the Level.
- IOUtils - Class in org.apache.logging.log4j.core.util
-
Copied from Apache Commons IO revision 1686747.
- IOUtils() - Constructor for class org.apache.logging.log4j.core.util.IOUtils
-
- IS_WEB_APP - Static variable in class org.apache.logging.log4j.core.util.Constants
-
true
if we think we are running in a web container, based on the boolean value of system property
"log4j2.is.webapp", or (if this system property is not set) whether the javax.servlet.Servlet
class
is present in the classpath.
- IS_WEB_APP - Static variable in class org.apache.logging.log4j.util.Constants
-
true
if we think we are running in a web container, based on the boolean value of system property
"log4j2.is.webapp", or (if this system property is not set) whether the javax.servlet.Servlet
class
is present in the classpath.
- isAccessible(T) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Indicates whether or not a Member
is both public and is contained in a public class.
- isActive() - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- isActive - Variable in class org.apache.logging.log4j.core.config.json.JsonConfigurationFactory
-
- isActive() - Method in class org.apache.logging.log4j.core.config.json.JsonConfigurationFactory
-
- isAdditive() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the valid of the additive flag.
- isAdditive() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- isAdditive() - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Returns whether the instrumented LoggerConfig
is additive.
- isAdditive() - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is present only to support the Log4j 1.2 compatibility
bridge.
- isAdvertise() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- isAdvertise() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- isAlive - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- isAllowedByDefault(String) - Static method in class org.apache.logging.log4j.core.util.FilteredObjectInputStream
-
- isAnd - Variable in class org.apache.logging.log4j.core.filter.MapFilter
-
- isAnd() - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- isAppend() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- isAppend - Variable in class org.apache.logging.log4j.core.appender.FileManager
-
- isAppend() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the append status.
- isAppend() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- isAssignable(Type, Type) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
Indicates if two Type
s are assignment compatible.
- isAttached(Appender) - Method in class org.apache.log4j.Category
-
Is the appender passed as parameter attached to this category?
- isBlank(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a String is blank.
- isBlocking() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Returns true
if this AsyncAppender will block when the queue is full, or false
if events are
dropped when the queue is full.
- isBlocking() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
Returns true
if this AsyncAppender will block when the queue is full,
or false
if events are dropped when the queue is full.
- isBlocking() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns true
if this AsyncAppender will block when the queue is
full, or false
if events are dropped when the queue is full.
- isBoundAssignable(Type, Type) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
- isBoxedPrimitive(StringBuilder) - Method in class org.apache.logging.log4j.util.Unbox.State
-
- isBoxedPrimitive(StringBuilder) - Method in class org.apache.logging.log4j.util.Unbox.WebSafeState
-
- isBufferedIo() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder
-
- isCancelled() - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- isChild(ClassLoader, ClassLoader) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Determines if one ClassLoader is a child of another ClassLoader.
- isClassAvailable(String) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Determines if a named Class can be loaded or not.
- isClassAvailable(String) - Static method in class org.apache.logging.log4j.util.Constants
-
Determines if a named Class can be loaded or not.
- isClassAvailable(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Determines if a named Class can be loaded or not.
- isClassLoaderUri(URI) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- isComplete() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Tests if the action is complete.
- isComplete() - Method in interface org.apache.logging.log4j.core.appender.rolling.action.Action
-
Determines if action has been completed.
- isComplete() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.AsyncAction
-
Determines if action has been completed.
- isCreateOnDemand() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- isCreateOnDemand() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the lazy-create.
- isCreateOnDemand() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- isDaemon - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- isDebug - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- isDebugEnabled() - Method in class org.apache.log4j.Category
-
- isDebugEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
DEBUG
Level.
- isDebugEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
DEBUG
Level.
- isDebugEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isDebugEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isDebugEnabled() - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isDebugEnabled(Marker) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isDefer() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- isDeferChildren() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- isDeleteSource() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
- isDeleteSource() - Method in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
- isDeleteSource() - Method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
- isDelimPair(char, String, int) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Returns true
if the specified char and the char at curCharIndex + 1
in the specified message
pattern together form a "{}" delimiter pair, returns false
otherwise.
- isDisabled(int) - Method in class org.apache.log4j.LogManager.Repository
-
- isDisabled(int) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Returns whether this repository is disabled for a given
level.
- isDone() - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- isEmpty() - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
- isEmpty() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Returns whether this composite contains any filters.
- isEmpty() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- isEmpty(Object) - Static method in class org.apache.logging.log4j.core.util.Assert
-
Checks if an object has empty semantics.
- isEmpty() - Method in class org.apache.logging.log4j.core.util.CyclicBuffer
-
Determines if the buffer contains elements.
- isEmpty() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- isEmpty() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Returns true if the Map is empty.
- isEmpty() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Returns true if the Map is empty.
- isEmpty() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns true if the Map is empty.
- isEmpty() - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns true
if this collection is empty (size is zero), false
otherwise.
- isEmpty() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- isEmpty(CharSequence) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a CharSequence is empty ("") or null.
- isEmpty() - Method in class org.apache.logging.slf4j.MDCContextMap
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.Logger
-
- isEnabled(Level) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the given Level.
- isEnabled(Level, Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the given Level and Marker.
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnabledFor(Priority) - Method in class org.apache.log4j.Category
-
- isEnabledFor(Level) - Method in class org.apache.log4j.Category
-
- isEnabledFor(Level, Marker) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- isEnableSubstitutionInVariables() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Returns a flag whether substitution is done in variable names.
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- isEndOfBatch - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- isEndOfBatch - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- isEndOfBatch - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Returns true
if this event is the end of a batch, false
otherwise.
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- isEndOfBatch - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- isEndOfBatch() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Returns true
if this event is the last one in a batch, false
otherwise.
- isEqual(String) - Method in enum org.apache.logging.log4j.core.net.Facility
-
Determine if this enumeration matches the specified name (ignoring case).
- isEqual(String) - Method in enum org.apache.logging.log4j.core.net.Protocol
-
Determines if the String matches this enum.
- isEqual(String) - Method in enum org.apache.logging.log4j.core.net.Severity
-
Determine if the name matches this Severity.
- isErrorEnabled() - Method in class org.apache.log4j.Category
-
- isErrorEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
ERROR
Level.
- isErrorEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
ERROR
Level.
- isErrorEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isErrorEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isErrorEnabled() - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isErrorEnabled(Marker) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isExecutorServiceSet() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- isExtensionFor(String) - Method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- isFailFast() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- isFatalEnabled() - Method in class org.apache.log4j.Category
-
- isFatalEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
FATAL
Level.
- isFatalEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
FATAL
Level.
- isFatalEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isFatalEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isFile(URL) - Static method in class org.apache.logging.log4j.core.util.FileUtils
-
- isFiltered(LogEvent) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender
-
Capture all events in CyclicBuffer.
- isFiltered(LogEvent) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Determine if the LogEvent should be processed or ignored.
- isFiltered(LogEvent) - Method in interface org.apache.logging.log4j.core.filter.Filterable
-
Determines if the event should be filtered.
- isFilteredByAppender(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- isFilteredByAppenderControl(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- isFilteredByLevel(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- isFilterNode(Node) - Method in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- isFollowSymbolicLinks() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Returns whether to follow symbolic links or not.
- isFormatLetter(char) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- isFrozen() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- isFrozen() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
Returns whether this context stack is frozen.
- isFrozen() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- isFrozen() - Method in interface org.apache.logging.log4j.util.StringMap
-
Returns
true
if this object has been
frozen,
false
otherwise.
- isGreaterOrEqual(Priority) - Method in class org.apache.log4j.Priority
-
Returns true
if this level has a higher or equal
level than the level passed as argument, false
otherwise.
- isHelp() - Method in class org.apache.logging.log4j.core.util.BasicCommandLineArguments
-
- isIgnoreExceptions() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- isIgnoreExceptions() - Method in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
- isIgnoreExceptions() - Method in interface org.apache.logging.log4j.core.jmx.AppenderAdminMBean
-
Returns how exceptions thrown on the instrumented Appender
are
handled.
- isIgnoreExceptions() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
- isIgnoreExceptions() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns how exceptions thrown on the instrumented AsyncAppender
are handled.
- isIgnoreTccl() - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
- isImmediateFlush() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder
-
- isImmediateFlush() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
Returns true
if the content of the buffer should be forced to the storage device on every write,
false
otherwise.
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Returns true
if this AsyncAppender will take a snapshot of the stack with every log event to determine
the class and method where the logging call was made.
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the value of logger configuration attribute includeLocation
, or, if no such attribute was
configured, true
if logging is synchronous or false
if logging is asynchronous.
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
Returns true
if this AsyncAppender will take a snapshot of the stack with
every log event to determine the class and method where the logging call
was made.
- isIncludeLocation() - Method in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
Returns true
if this AsyncAppender will take a snapshot of the
stack with every log event to determine the class and method where the
logging call was made.
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- isIncludeLocation() - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Returns whether the instrumented LoggerConfig
is configured to
include location.
- isIncludeLocation() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Returns whether the source of the logging request is required downstream.
- isIncludeMdc() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- isIncludeNewLine() - Method in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- isInfoEnabled() - Method in class org.apache.log4j.Category
-
- isInfoEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
INFO
Level.
- isInfoEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
INFO
Level.
- isInfoEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isInfoEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isInfoEnabled() - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isInfoEnabled(Marker) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isInitialized() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- isInRange(Level, Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the levels passed as arguments and returns true if this level is in between the given
levels.
- isInstanceOf(Class<?>) - Method in class org.apache.logging.log4j.core.config.Node
-
Determines if this node's object is an instance of the given class.
- isInstanceOf(Marker) - Method in interface org.apache.logging.log4j.Marker
-
Checks whether this Marker is an instance of the specified Marker.
- isInstanceOf(String) - Method in interface org.apache.logging.log4j.Marker
-
Checks whether this Marker is an instance of the specified Marker.
- isInstanceOf(Marker) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- isInstanceOf(String) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- isInterrupted() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
- isJansiAvailable() - Static method in class org.apache.logging.log4j.core.util.Loader
-
- isJmxDisabled() - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- isKeepAlive() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- isLeapYear(int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- isLeftAligned() - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Determine if left aligned.
- isLeftTruncate() - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Determine if left truncated.
- isLessSpecificThan(Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the level passed as an argument and returns true if this level is the same or is less
specific.
- isLocationInfo() - Method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- isLocationInfo() - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
For testing purposes.
- isLocationRequired - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- isLocking() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- isLocking - Variable in class org.apache.logging.log4j.core.appender.FileManager
-
- isLocking() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the lock status.
- isLocking() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- isMatch(char[], int, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrMatcher.CharMatcher
-
Returns whether or not the given character matches.
- isMatch(char[], int, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrMatcher.CharSetMatcher
-
Returns whether or not the given character matches.
- isMatch(char[], int, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns the number of matching characters, zero for no match.
- isMatch(char[], int) - Method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns the number of matching characters, zero for no match.
- isMatch(char[], int, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrMatcher.NoMatcher
-
Always returns false
.
- isMatch(char[], int, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrMatcher.StringMatcher
-
Returns whether or not the given text matches the stored string.
- isMatch(char[], int, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrMatcher.TrimMatcher
-
Returns whether or not the given character matches.
- isMaybeRecursive(Object) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Returns true
if the specified object is an array, a Map or a Collection.
- isMoreSpecificThan(Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the level passed as an argument and returns true if this level is the same or is more
specific.
- isNativeMethod() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- isNewLine() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- isNonEmpty(Object) - Static method in class org.apache.logging.log4j.core.util.Assert
-
- isNotBlank(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a String is not blank.
- isNotEmpty(CharSequence) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a CharSequence is not empty ("") and not null.
- isNumber() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.CopyQuotedStrategy
-
Is this field a number?
The default implementation returns false.
- isNumber() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.NumberStrategy
-
Is this field a number?
The default implementation returns false.
- isNumber() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.PatternStrategy
-
Is this field a number?
The default implementation returns false.
- isNumber() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.Strategy
-
Is this field a number?
The default implementation returns false.
- ISO8601_HOURS - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
- ISO8601_HOURS_COLON_MINUTES - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
- ISO8601_HOURS_MINUTES - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
- Iso8601_Rule(int) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
Constructs an instance of Iso8601_Rule
with the specified properties.
- ISO8601TimeZoneStrategy(String) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.ISO8601TimeZoneStrategy
-
Construct a Strategy that parses a TimeZone
- ISO_8601_1_STRATEGY - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.ISO8601TimeZoneStrategy
-
- ISO_8601_2_STRATEGY - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.ISO8601TimeZoneStrategy
-
- ISO_8601_3_STRATEGY - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.ISO8601TimeZoneStrategy
-
- isObjectPrintable() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- isOdd(int) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
Returns true
if the specified parameter is odd.
- isOobInline() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- isOpen() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Returns the status of the stream.
- isOpen() - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
Returns the status of the stream.
- isOsWindows() - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Returns true if system properties tell us we are running on Windows.
- isParameterizedAssignable(ParameterizedType, ParameterizedType) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
- isPreJava8() - Static method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- isPrintable() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- isProperties() - Method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- isPropertiesRequireLookup() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- isRandom - Variable in class org.apache.logging.log4j.core.pattern.UuidPatternConverter
-
- isRecentFirst() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime
-
Returns whether this sorter sorts recent files first.
- isRecursiveCall() - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- isRenameEmptyFiles() - Method in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
Whether to rename empty files.
- isRenameEmptyFiles() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- isReserved() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Indicates if the id is reserved.
- isReuseAddress() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- isReused(Message) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- isRoot() - Method in class org.apache.logging.log4j.core.config.Node
-
- isSameName(Node, Node) - Method in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- isSameReference(Node, Node) - Method in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- isSatisfiedBy(Date) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
Indicates whether the given date satisfies the cron expression.
- isSelected() - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
Returns true
if the user specified this selector as the Log4jContextSelector, to make all loggers
asynchronous.
- isShutdownHookEnabled - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Shutdown hook is enabled by default.
- isShutdownHookEnabled() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- isShutdownHookEnabled() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- isStarted() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- isStarted() - Method in interface org.apache.logging.log4j.core.LifeCycle
-
- isStarted() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Indicates if this can accept shutdown hooks.
- isStarting() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- isStopCustomActionsOnError() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- isStopCustomActionsOnError() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- isStopOnError() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
-
- isStopped() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- isStopped() - Method in interface org.apache.logging.log4j.core.LifeCycle
-
- isStopped() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- isStopping() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- isStopping - Variable in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- isSubShortOption() - Method in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- isTcpNoDelay() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- isTestApplicable(ResolverUtil.Test, String) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
- isTestMode() - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
Returns true
if files are not deleted even when all conditions accept a path, false
otherwise.
- isTestMode() - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeletingVisitor
-
Returns true
if files are not deleted even when all conditions accept a path, false
otherwise.
- isTraceEnabled() - Method in class org.apache.log4j.Category
-
- isTraceEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
TRACE
level.
- isTraceEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
TRACE
level.
- isTraceEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isTraceEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isTraceEnabled() - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isTraceEnabled(Marker) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isTriggeringEvent(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
Determines if a rollover should occur.
- isTriggeringEvent(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
Determines whether a rollover should occur.
- isTriggeringEvent(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.OnStartupTriggeringPolicy
-
Determine if a rollover should be triggered.
- isTriggeringEvent(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
Returns true if a rollover should occur.
- isTriggeringEvent(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
Determines whether a rollover should occur.
- isTriggeringEvent(LogEvent) - Method in interface org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy
-
Determines if a rollover may be appropriate at this time.
- isUpAndNotLoopback(NetworkInterface) - Static method in class org.apache.logging.log4j.core.util.UuidUtil
-
- isUseMax() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- isUseThreadLocals() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
Returns whether it is allowed to store non-JDK classes in ThreadLocal objects for efficiency.
- isValid(String, Object) - Method in interface org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidator
-
Indicates if the given value is valid.
- isValid(String, Object) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.RequiredValidator
-
- isValid(String, Object) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidHostValidator
-
- isValid(String, Object) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidPortValidator
-
- isValid(StackTraceElement) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- isValidExpression(String) - Static method in class org.apache.logging.log4j.core.util.CronExpression
-
Indicates whether the specified cron expression can be parsed into a
valid cron expression
- isValueNeedsLookup() - Method in class org.apache.logging.log4j.core.config.Property
-
Returns true
if the value contains a substitutable property that requires a lookup to be resolved.
- isVariable() - Method in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
- isVariable() - Method in class org.apache.logging.log4j.core.pattern.LogEventPatternConverter
-
- isVerbose() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- isVoid - Variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleExitMessage
-
- isWarnEnabled() - Method in class org.apache.log4j.Category
-
- isWarnEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
WARN
Level.
- isWarnEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
WARN
Level.
- isWarnEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isWarnEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isWarnEnabled() - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isWarnEnabled(Marker) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- isWatched - Variable in class org.apache.logging.log4j.core.script.ScriptFile
-
- isWatched() - Method in class org.apache.logging.log4j.core.script.ScriptFile
-
- isWildcardAssignable(WildcardType, Type) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
- iterating - Variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- iterator() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- iterator() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- iterator() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- iterator() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- iterator() - Method in class org.apache.logging.slf4j.Log4jMarker
-
- l7dlog(Priority, String, Throwable) - Method in class org.apache.log4j.Category
-
- l7dlog(Priority, String, Object[], Throwable) - Method in class org.apache.log4j.Category
-
- LambdaUtil - Class in org.apache.logging.log4j.util
-
Utility class for lambda support.
- LambdaUtil() - Constructor for class org.apache.logging.log4j.util.LambdaUtil
-
Private constructor: this class is not intended to be instantiated.
- language - Variable in class org.apache.logging.log4j.core.script.AbstractScript
-
- language - Variable in enum org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
- languages - Variable in class org.apache.logging.log4j.core.script.ScriptManager
-
- larger() - Method in enum org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
- last - Variable in class org.apache.logging.log4j.core.util.CyclicBuffer
-
- lastdayOffset - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- lastdayOfMonth - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- lastdayOfWeek - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- lastException - Variable in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
- lastModified - Variable in class org.apache.logging.log4j.core.util.WatchManager.FileMonitor
-
- lastRollDate - Variable in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- lastTimestamp - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- latch - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.Reconnector
-
- latch() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager.Reconnector
-
- latency - Variable in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- Layout - Class in org.apache.log4j
-
- Layout() - Constructor for class org.apache.log4j.Layout
-
- layout - Variable in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- layout - Variable in class org.apache.logging.log4j.core.appender.AbstractAppender
-
- layout - Variable in class org.apache.logging.log4j.core.appender.ConsoleAppender.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.FileManager.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- layout - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- layout - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- layout - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.appender.WriterManager
-
- Layout<T extends java.io.Serializable> - Interface in org.apache.logging.log4j.core
-
Lays out a
LogEvent in different formats.
- layout - Variable in class org.apache.logging.log4j.core.net.DatagramSocketManager.FactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.net.SslSocketManager.SslFactoryData
-
- layout - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData
-
- LayoutComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing Layout Components.
- lazyInit() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Lazily initializes the ProviderUtil singleton.
- LEAST - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- left(Level, int) - Static method in class org.apache.logging.log4j.core.pattern.LevelPatternConverter
-
Returns the leftmost chars of the level name for the given level.
- leftAlign - Variable in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Alignment.
- leftTruncate - Variable in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Left vs.
- length() - Method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- length() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- length - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.FixedFormatter
-
- length - Variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Iso8601_Rule
-
- length - Variable in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- length() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- length() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- letterPattern(char) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyParser
-
- Level - Class in org.apache.log4j
-
Defines the minimum set of levels recognized by the system, that is
OFF
, FATAL
, ERROR
,
WARN
, INFO
, DEBUG
and ALL
.
- Level(int, String, int) - Constructor for class org.apache.log4j.Level
-
Instantiate a Level object.
- level - Variable in class org.apache.log4j.Priority
-
- level - Variable in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
Compression level.
- level - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- level - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- level - Variable in class org.apache.logging.log4j.core.config.AppenderControl
-
- level - Variable in class org.apache.logging.log4j.core.config.AppenderRef
-
- level - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- level - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- level - Variable in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
- level - Variable in class org.apache.logging.log4j.core.filter.BurstFilter
-
Level of messages to be filtered.
- level - Variable in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- level - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- level - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- level - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- level - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- level - Variable in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- Level - Class in org.apache.logging.log4j
-
Levels used for identifying the severity of an event.
- Level(String, int) - Constructor for class org.apache.logging.log4j.Level
-
- level - Variable in class org.apache.logging.log4j.simple.SimpleLogger
-
- level - Variable in class org.apache.logging.log4j.status.StatusConsoleListener
-
- level - Variable in class org.apache.logging.log4j.status.StatusData
-
- LEVEL_FIELD - Static variable in class org.apache.logging.log4j.core.tools.Generate
-
- LevelConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.LevelConverter
-
- LevelInfo(String) - Constructor for class org.apache.logging.log4j.core.tools.Generate.LevelInfo
-
- levelMap - Variable in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- levelMap - Variable in class org.apache.logging.log4j.core.pattern.LevelPatternConverter
-
- levelName - Variable in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
- LevelPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the event's level in a StringBuilder.
- LevelPatternConverter(Map<Level, String>) - Constructor for class org.apache.logging.log4j.core.pattern.LevelPatternConverter
-
Private constructor.
- LevelRangeFilter - Class in org.apache.logging.log4j.core.filter
-
This filter returns the onMatch
result if the level in the LogEvent
is in the range of the configured
min and max levels, otherwise it returns onMismatch
value .
- LevelRangeFilter(Level, Level, Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- LEVELS - Static variable in class org.apache.logging.log4j.Level
-
- LEVELSET - Static variable in enum org.apache.logging.log4j.spi.StandardLevel
-
- levelStr - Variable in class org.apache.log4j.Priority
-
- levelStyles - Variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- LF - Static variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- LF - Static variable in class org.apache.logging.log4j.util.Chars
-
Line Feed.
- LifeCycle - Interface in org.apache.logging.log4j.core
-
All proper Java frameworks implement some sort of object life cycle.
- LifeCycle.State - Enum in org.apache.logging.log4j.core
-
- LifeCycle2 - Interface in org.apache.logging.log4j.core
-
Extends the LifeCycle interface.
- LINE_NUMBER - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- LINE_SEP_LEN - Static variable in class org.apache.log4j.Layout
-
Note that the line.separator property can be looked up even by applets.
- LINE_SEPARATOR - Static variable in class org.apache.logging.log4j.util.Strings
-
OS-dependent line separator, defaults to "\n"
if the system property ""line.separator"
cannot be
read.
- LineLocationPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the event's line location information in a StringBuilder.
- LineLocationPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.LineLocationPatternConverter
-
Private constructor.
- lines - Variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
The number of lines to write.
- lineSep - Variable in class org.apache.logging.log4j.core.pattern.LineSeparatorPatternConverter
-
Line separator.
- LineSeparatorPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats a line separator.
- LineSeparatorPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.LineSeparatorPatternConverter
-
Private constructor.
- LinkedTransferQueueFactory<E> - Class in org.apache.logging.log4j.core.async
-
Factory for creating instances of LinkedTransferQueue
.
- LinkedTransferQueueFactory() - Constructor for class org.apache.logging.log4j.core.async.LinkedTransferQueueFactory
-
- list - Variable in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
The underlying list (never null).
- listChecker - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- listContainsValue(List<String>, StringBuilder) - Method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- listeners - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Listeners for configuration changes.
- listeners - Variable in class org.apache.logging.log4j.status.StatusLogger
-
- listenersLevel - Variable in class org.apache.logging.log4j.status.StatusLogger
-
- listenersLock - Variable in class org.apache.logging.log4j.status.StatusLogger
-
- literal - Variable in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
String literal.
- literal() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyParser
-
- LITERAL_YEAR_STRATEGY - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- LiteralPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats a string literal.
- LiteralPatternConverter(Configuration, String, boolean) - Constructor for class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
Create a new instance.
- lKeyValues - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.CaseInsensitiveTextStrategy
-
- load() - Method in class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- load() - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- loadCacheFiles(Enumeration<URL>) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginCache
-
Loads and merges all the Log4j plugin cache files specified.
- loadClass(ClassLoader, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Loads classes not located via Reflection.getCallerClass.
- loadClass(String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- loadClass(String, ClassLoader) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Loads a named Class using a given ClassLoader.
- loadClass(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Loads a class by name.
- loadClose(InputStream, Object) - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Loads and closes the given property input stream.
- loader - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy.CacheEntry
-
- Loader - Class in org.apache.logging.log4j.core.util
-
Load resources (or images) from various sources.
- Loader() - Constructor for class org.apache.logging.log4j.core.util.Loader
-
- LoaderUtil - Class in org.apache.logging.log4j.util
-
Consider this class private. Utility class for ClassLoaders.
- LoaderUtil() - Constructor for class org.apache.logging.log4j.util.LoaderUtil
-
- LoaderUtil.ThreadContextClassLoaderGetter - Class in org.apache.logging.log4j.util
-
- LoaderUtil.UrlResource - Class in org.apache.logging.log4j.util
-
URL
and ClassLoader
pair.
- loadFromBundle(long, ClassLoader) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- loadFromMainClassLoader() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- loadFromPackage(String) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- loadImplementationsInBundle(ResolverUtil.Test, String) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
- loadImplementationsInDirectory(ResolverUtil.Test, String, File) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Finds matches in a physical directory on a file system.
- loadImplementationsInJar(ResolverUtil.Test, String, File) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Finds matching classes within a jar files that contains a folder structure matching the package structure.
- loadImplementationsInJar(ResolverUtil.Test, String, String, JarInputStream) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Finds matching classes within a jar files that contains a folder structure matching the package structure.
- loadKeyManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- loadKnownTypeConverters(Collection<PluginType<?>>) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- loadLoggerContextFactory() - Method in class org.apache.logging.log4j.spi.Provider
-
- loadMessageRenderer(String[]) - Method in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
- loadNoLookups(String[]) - Method in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
- loadProvider(URL, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Loads an individual Provider implementation.
- loadProviders(Enumeration<URL>, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- loadSystemClass(String) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Load a Class in the java.*
namespace by name.
- loadThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
-
- loadTrustManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- locale - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.CaseInsensitiveTextStrategy
-
- locale - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- locale - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy
-
- locale - Variable in class org.apache.logging.log4j.message.FormattedMessage
-
- locale - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- locale - Variable in class org.apache.logging.log4j.message.MessageFormatMessage
-
- locale - Variable in class org.apache.logging.log4j.message.StringFormattedMessage
-
- localHostName - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- localHostname - Variable in class org.apache.logging.log4j.core.layout.SyslogLayout
-
Host name used to identify messages from this appender.
- LOCALIZED_MESSAGE - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- localizedMessage - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- LocalizedMessage - Class in org.apache.logging.log4j.message
-
Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize
messages.
- LocalizedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
Constructor with message pattern and arguments.
- LocalizedMessage(String, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessageFactory - Class in org.apache.logging.log4j.message
-
- LocalizedMessageFactory(ResourceBundle) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- LocalizedMessageFactory(String) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- localMap - Static variable in class org.apache.log4j.MDC
-
- localMap - Variable in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- localMap - Variable in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- localMap - Variable in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- locateContext(Bundle, URI) - Static method in class org.apache.logging.log4j.core.osgi.BundleContextSelector
-
- locateContext(String, String) - Method in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- locateContext(ClassLoader, URI) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- locateContext(String, Object, URI) - Method in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- locateContext(String, Object, URI) - Method in interface org.apache.logging.log4j.core.selector.NamedContextSelector
-
Locate the LoggerContext with the specified name.
- location - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- location - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- location - Variable in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- location - Variable in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- location - Variable in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- locationAwareLogger - Variable in class org.apache.logging.slf4j.SLF4JLogger
-
- locationInfo - Variable in class org.apache.log4j.layout.Log4j1XmlLayout
-
- locationInfo - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout.Builder
-
- locationInfo - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- LOCK - Static variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
- LOCK - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- lock - Variable in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- locking - Variable in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- locking - Variable in class org.apache.logging.log4j.core.appender.FileManager.FactoryData
-
- locking - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- LockingReliabilityStrategy - Class in org.apache.logging.log4j.core.config
-
ReliabilityStrategy that uses read/write locks to prevent the LoggerConfig from stopping while it is in use.
- LockingReliabilityStrategy(LoggerConfig) - Constructor for class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- LockingStringBuilderEncoder - Class in org.apache.logging.log4j.core.layout
-
Encoder for StringBuilders that locks on the ByteBufferDestination.
- LockingStringBuilderEncoder(Charset) - Constructor for class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- LockingStringBuilderEncoder(Charset, int) - Constructor for class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- log(Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
- log(Priority, Object) - Method in class org.apache.log4j.Category
-
- log(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
- log(Level, String, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- log(Supplier<LoggerConfig>, String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- log(Supplier<LoggerConfig>, LogEvent) - Method in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- log(Supplier<LoggerConfig>, String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- log(Supplier<LoggerConfig>, LogEvent) - Method in class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- log(Supplier<LoggerConfig>, String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.DefaultReliabilityStrategy
-
- log(Supplier<LoggerConfig>, LogEvent) - Method in class org.apache.logging.log4j.core.config.DefaultReliabilityStrategy
-
- log(Supplier<LoggerConfig>, String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- log(Supplier<LoggerConfig>, LogEvent) - Method in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- log(String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Logs an event.
- log(LogEvent) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Logs an event.
- log(Supplier<LoggerConfig>, String, String, Marker, Level, Message, Throwable) - Method in interface org.apache.logging.log4j.core.config.ReliabilityStrategy
-
Logs an event.
- log(Supplier<LoggerConfig>, LogEvent) - Method in interface org.apache.logging.log4j.core.config.ReliabilityStrategy
-
Logs an event.
- log(StatusData) - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- log(LogEvent) - Method in class org.apache.logging.log4j.core.LogEventListener
-
- log(Level, Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the specified level with the specified
Marker.
- log(Level, Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the Throwable
t
passed as parameter.
- log(Level, Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the given level.
- log(Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the given level including the stack trace of the Throwable
t
passed as
parameter.
- log(Level, Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the Throwable
t
passed as
parameter.
- log(Level, Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the given level.
- log(Level, Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
- log(Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the Throwable
t
passed as
parameter.
- log(Level, Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker.
- log(Level, Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the Throwable
t
passed as parameter.
- log(Level, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the specified level.
- log(Level, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the Throwable
t
passed as parameter.
- log(Level, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the given level.
- log(Level, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the given level including the stack trace of the Throwable
t
passed as
parameter.
- log(Level, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the Throwable
t
passed as
parameter.
- log(Level, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the given level.
- log(Level, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
- log(Level, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the Throwable
t
passed as
parameter.
- log(Level, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the specified level.
- log(Level, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the Throwable
t
passed as parameter.
- log(Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(StatusData) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Writes status messages to the console.
- log(StatusData) - Method in interface org.apache.logging.log4j.status.StatusListener
-
Called as events occur to process the StatusData.
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- Log4j1ConfigurationConverter - Class in org.apache.log4j.config
-
Tool for converting a Log4j 1.x properties configuration file to Log4j 2.x XML configuration file.
- Log4j1ConfigurationConverter(Log4j1ConfigurationConverter.CommandLineArguments) - Constructor for class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- Log4j1ConfigurationConverter.CommandLineArguments - Class in org.apache.log4j.config
-
- Log4j1ConfigurationFactory - Class in org.apache.log4j.config
-
Experimental ConfigurationFactory for Log4j 1.2 properties configuration files.
- Log4j1ConfigurationFactory() - Constructor for class org.apache.log4j.config.Log4j1ConfigurationFactory
-
- Log4j1ConfigurationParser - Class in org.apache.log4j.config
-
Experimental parser for Log4j 1.2 properties configuration files.
- Log4j1ConfigurationParser() - Constructor for class org.apache.log4j.config.Log4j1ConfigurationParser
-
- Log4j1MdcPatternConverter - Class in org.apache.log4j.pattern
-
Able to handle the contents of the LogEvent's MDC and either
output the entire contents of the properties, or to output the value of a specific key
within the property bundle when this pattern converter has the option set.
- Log4j1MdcPatternConverter(String[]) - Constructor for class org.apache.log4j.pattern.Log4j1MdcPatternConverter
-
Private constructor.
- Log4j1NdcPatternConverter - Class in org.apache.log4j.pattern
-
Returns the event's NDC in a StringBuilder.
- Log4j1NdcPatternConverter() - Constructor for class org.apache.log4j.pattern.Log4j1NdcPatternConverter
-
Private constructor.
- Log4j1XmlLayout - Class in org.apache.log4j.layout
-
Port of XMLLayout in Log4j 1.x.
- Log4j1XmlLayout(boolean, boolean) - Constructor for class org.apache.log4j.layout.Log4j1XmlLayout
-
- LOG4J_CONTEXT_SELECTOR - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Name of the system property to use to identify the ContextSelector Class.
- LOG4J_DEFAULT_STATUS_LEVEL - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Property name for the default status (internal log4j logging) level to use if not specified in configuration.
- LOG4J_LOG_EVENT_FACTORY - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Name of the system property to use to identify the LogEvent factory.
- LOG4J_PACKAGES - Static variable in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
- LOG4J_PROPERTIES - Static variable in class org.apache.logging.log4j.util.PropertiesUtil
-
- LOG4J_XSD - Static variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- Log4jContextFactory - Class in org.apache.logging.log4j.core.impl
-
Factory to locate a ContextSelector and then load a LoggerContext.
- Log4jContextFactory() - Constructor for class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- Log4jContextFactory(ContextSelector) - Constructor for class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Initializes this factory's ContextSelector with the specified selector.
- Log4jContextFactory(ShutdownCallbackRegistry) - Constructor for class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- Log4jContextFactory(ContextSelector, ShutdownCallbackRegistry) - Constructor for class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Constructs a Log4jContextFactory using the provided ContextSelector and ShutdownRegistrationStrategy.
- Log4jEventWrapper() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
-
- Log4jEventWrapper(MutableLogEvent) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
-
- Log4jEventWrapperHandler() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler
-
- Log4jLogEvent - Class in org.apache.logging.log4j.core.impl
-
Implementation of a LogEvent.
- Log4jLogEvent() - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- Log4jLogEvent(long) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- Log4jLogEvent(String, Marker, String, Level, Message, Throwable) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- Log4jLogEvent(String, Marker, String, Level, Message, List<Property>, Throwable) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Constructor.
- Log4jLogEvent(String, Marker, String, Level, Message, Throwable, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- Log4jLogEvent(String, Marker, String, Level, Message, Throwable, ThrowableProxy, StringMap, ThreadContext.ContextStack, long, String, int, StackTraceElement, long, long) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Constructor.
- Log4jLogEvent.Builder - Class in org.apache.logging.log4j.core.impl
-
LogEvent Builder helper class.
- Log4jLogEvent.LogEventProxy - Class in org.apache.logging.log4j.core.impl
-
Proxy pattern used to serialize the LogEvent.
- Log4jLogger - Class in org.apache.logging.slf4j
-
SLF4J logger implementation that uses Log4j.
- Log4jLogger(ExtendedLogger, String) - Constructor for class org.apache.logging.slf4j.Log4jLogger
-
- Log4jLoggerFactory - Class in org.apache.logging.slf4j
-
Log4j implementation of SLF4J ILoggerFactory interface.
- Log4jLoggerFactory() - Constructor for class org.apache.logging.slf4j.Log4jLoggerFactory
-
- Log4jLookup - Class in org.apache.logging.log4j.core.lookup
-
Lookup properties of Log4j
- Log4jLookup() - Constructor for class org.apache.logging.log4j.core.lookup.Log4jLookup
-
- Log4jMarker() - Constructor for class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
Required by JAXB and Jackson for XML and JSON IO.
- Log4jMarker(String) - Constructor for class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
Constructs a new Marker.
- Log4jMarker - Class in org.apache.logging.slf4j
-
Log4j/SLF4J Marker
type bridge.
- Log4jMarker(Marker) - Constructor for class org.apache.logging.slf4j.Log4jMarker
-
Constructs a Log4jMarker using an existing Log4j
Marker
.
- Log4jMarkerFactory - Class in org.apache.logging.slf4j
-
Log4j/SLF4J bridge to create SLF4J Markers based on name or based on existing SLF4J Markers.
- Log4jMarkerFactory() - Constructor for class org.apache.logging.slf4j.Log4jMarkerFactory
-
- Log4jMDCAdapter - Class in org.apache.logging.slf4j
-
- Log4jMDCAdapter() - Constructor for class org.apache.logging.slf4j.Log4jMDCAdapter
-
- Log4jThread - Class in org.apache.logging.log4j.core.util
-
Prefixes thread names with "Log4j2-"
.
- Log4jThread() - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThread(Runnable) - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThread(Runnable, String) - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThread(String) - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThread(ThreadGroup, Runnable) - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThread(ThreadGroup, Runnable, String) - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThread(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThread(ThreadGroup, String) - Constructor for class org.apache.logging.log4j.core.util.Log4jThread
-
- Log4jThreadFactory - Class in org.apache.logging.log4j.core.util
-
- Log4jThreadFactory(String, boolean, int) - Constructor for class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
Constructs an initialized thread factory.
- LOG_EVENT_FACTORY - Static variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- LOG_EVENT_KEY - Static variable in class org.apache.logging.log4j.core.appender.routing.Routes
-
- LOGBACK_STYLES - Static variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- logDebug(String, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- LogDelay(long) - Constructor for class org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
-
- logEncodeTextException(Exception, StringBuilder, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
- logEncodeTextException(Exception, StringBuilder, ByteBufferDestination) - Method in class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- logError(String, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- LogEvent - Interface in org.apache.logging.log4j.core
-
Provides contextual information about a logged message.
- logEvent(LogEvent) - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- logEvent(StructuredDataMessage) - Static method in class org.apache.logging.log4j.EventLogger
-
Logs events with a level of ALL.
- logEvent(StructuredDataMessage, Level) - Static method in class org.apache.logging.log4j.EventLogger
-
Logs events and specify the logging level.
- logEventFactory - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- LogEventFactory - Interface in org.apache.logging.log4j.core.impl
-
- LogEventListener - Class in org.apache.logging.log4j.core
-
Base class for server classes that listen to
LogEvent
s.
- LogEventListener() - Constructor for class org.apache.logging.log4j.core.LogEventListener
-
- LogEventPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
LoggingEventPatternConverter is a base class for pattern converters
that can format information from instances of LoggingEvent.
- LogEventPatternConverter(String, String) - Constructor for class org.apache.logging.log4j.core.pattern.LogEventPatternConverter
-
Constructs an instance of LoggingEventPatternConverter.
- LogEventProxy(Log4jLogEvent, boolean) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- LogEventProxy(LogEvent, boolean) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- logException(Throwable) - Static method in class org.apache.logging.log4j.util.LowLevelLogUtil
-
- logException(String, Throwable) - Static method in class org.apache.logging.log4j.util.LowLevelLogUtil
-
- LoggableComponentBuilder<T extends ComponentBuilder<T>> - Interface in org.apache.logging.log4j.core.config.builder.api
-
Common component builder for Logger and RootLogger elements.
- logger - Variable in class org.apache.log4j.Category
-
- Logger - Class in org.apache.log4j
-
- Logger(String) - Constructor for class org.apache.log4j.Logger
-
- Logger(LoggerContext, String) - Constructor for class org.apache.log4j.Logger
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.AbstractLifeCycle
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.AppenderSet
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.DefaultErrorHandler
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.FailoversPlugin
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Allows subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.DeletingVisitor
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.ScriptCondition
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.FileSize
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.routing.Route
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.routing.Routes
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.async.DiscardingAsyncQueueFullPolicy
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- LOGGER - Static variable in enum org.apache.logging.log4j.core.async.ThreadNameCachingStrategy
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.AppenderRef
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Allows subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.Configurator
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
An instance of Log to use for logging in this class.
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.validation.validators.RequiredValidator
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidHostValidator
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.validation.validators.ValidPortValidator
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
Status logger.
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitors
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.Property
-
- logger - Variable in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- logger - Static variable in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.jmx.Server
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.layout.AbstractLayout
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.LogEventListener
-
- Logger - Class in org.apache.logging.log4j.core
-
The core implementation of the
Logger
interface.
- Logger(LoggerContext, String, MessageFactory) - Constructor for class org.apache.logging.log4j.core.Logger
-
The constructor.
- logger - Variable in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.lookup.DateLookup
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.lookup.Interpolator
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.lookup.JndiLookup
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.lookup.Log4jLookup
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.lookup.ResourceBundleLookup
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.lookup.SystemPropertiesLookup
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.net.MulticastDnsAdvertiser
-
Status logger.
- LOGGER - Static variable in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.osgi.Activator
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
-
Allow subclasses access to the status logger.
- LOGGER - Static variable in class org.apache.logging.log4j.core.pattern.PatternParser
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.pattern.RegexReplacement
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.script.AbstractScript
-
- logger - Static variable in class org.apache.logging.log4j.core.script.ScriptManager
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.ClockFactory
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Status logger.
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.ExecutorServices
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.FileUtils
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.Loader
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.NetUtils
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.OptionConverter
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- logger - Static variable in class org.apache.logging.log4j.core.util.WatchManager
-
- LOGGER - Static variable in class org.apache.logging.log4j.EventLogger
-
- Logger - Interface in org.apache.logging.log4j
-
This is the central interface in the log4j package.
- LOGGER - Static variable in class org.apache.logging.log4j.LogManager
-
- logger - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- LOGGER - Static variable in class org.apache.logging.log4j.message.MessageFormatMessage
-
- LOGGER - Static variable in class org.apache.logging.log4j.message.StringFormattedMessage
-
- logger - Variable in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
The wrapped Logger.
- LOGGER - Static variable in class org.apache.logging.log4j.spi.Provider
-
- LOGGER - Static variable in class org.apache.logging.log4j.spi.ThreadContextMapFactory
-
- logger - Variable in class org.apache.logging.log4j.status.StatusLogger
-
- LOGGER - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
- LOGGER - Static variable in class org.apache.logging.log4j.util.ReflectionUtil
-
- LOGGER - Static variable in class org.apache.logging.log4j.util.Unbox
-
- logger - Variable in class org.apache.logging.slf4j.Log4jLogger
-
- LOGGER - Static variable in class org.apache.logging.slf4j.Log4jMarkerFactory
-
- logger - Variable in class org.apache.logging.slf4j.SLF4JLogger
-
- LOGGER - Static variable in class org.apache.logging.slf4j.SLF4JLoggerContextFactory
-
- Logger.LoggerProxy - Class in org.apache.logging.log4j.core
-
Serialization proxy class for Logger.
- Logger.PrivateConfig - Class in org.apache.logging.log4j.core
-
The binding between a Logger and its configuration.
- Logger.PrivateManager - Class in org.apache.log4j
-
Internal Log Manager.
- LOGGER_CONTEXT_FACTORY - Static variable in class org.apache.logging.log4j.spi.Provider
-
- LOGGER_FACTORY_CLASS_STR - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
- LoggerAdapter<L> - Interface in org.apache.logging.log4j.spi
-
A basic registry for
LoggerContext
objects and their associated external
Logger classes.
- LoggerComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing Logger Components.
- loggerConfig - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
-
- loggerConfig - Variable in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- loggerConfig - Variable in class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- loggerConfig - Variable in class org.apache.logging.log4j.core.config.DefaultReliabilityStrategy
-
- loggerConfig - Variable in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- LoggerConfig - Class in org.apache.logging.log4j.core.config
-
Logger object that is created via configuration.
- LoggerConfig() - Constructor for class org.apache.logging.log4j.core.config.LoggerConfig
-
Default constructor.
- LoggerConfig(String, Level, boolean) - Constructor for class org.apache.logging.log4j.core.config.LoggerConfig
-
Constructor that sets the name, level and additive values.
- LoggerConfig(String, List<AppenderRef>, Filter, Level, boolean, Property[], Configuration, boolean) - Constructor for class org.apache.logging.log4j.core.config.LoggerConfig
-
- loggerConfig - Variable in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- loggerConfig - Variable in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
LoggerConfig to delegate the actual logging to.
- LoggerConfig.RootLogger - Class in org.apache.logging.log4j.core.config
-
The root Logger.
- LoggerConfigAdmin - Class in org.apache.logging.log4j.core.jmx
-
Implementation of the LoggerConfigAdminMBean
interface.
- LoggerConfigAdmin(LoggerContext, LoggerConfig) - Constructor for class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
Constructs a new LoggerConfigAdmin
with the specified LoggerContext
and logger config.
- LoggerConfigAdminMBean - Interface in org.apache.logging.log4j.core.jmx
-
The MBean interface for monitoring and managing a LoggerConfig
.
- loggerConfigLevel - Variable in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- loggerConfigs - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- loggerContext - Variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
- loggerContext - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- loggerContext - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- loggerContext - Variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- loggerContext - Variable in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- loggerContext - Variable in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- LoggerContext - Class in org.apache.logging.log4j.core
-
The LoggerContext is the anchor for the logging system.
- LoggerContext(String) - Constructor for class org.apache.logging.log4j.core.LoggerContext
-
Constructor taking only a name.
- LoggerContext(String, Object) - Constructor for class org.apache.logging.log4j.core.LoggerContext
-
Constructor taking a name and a reference to an external context.
- LoggerContext(String, Object, URI) - Constructor for class org.apache.logging.log4j.core.LoggerContext
-
Constructor taking a name, external context and a configuration URI.
- LoggerContext(String, Object, String) - Constructor for class org.apache.logging.log4j.core.LoggerContext
-
Constructor taking a name external context and a configuration location String.
- LoggerContext - Interface in org.apache.logging.log4j.spi
-
Anchor point for logging implementations.
- LoggerContextAdmin - Class in org.apache.logging.log4j.core.jmx
-
Implementation of the LoggerContextAdminMBean
interface.
- LoggerContextAdmin(LoggerContext, Executor) - Constructor for class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
Constructs a new LoggerContextAdmin
with the Executor
to be used for sending Notification
s asynchronously to listeners.
- LoggerContextAdminMBean - Interface in org.apache.logging.log4j.core.jmx
-
The MBean interface for monitoring and managing a LoggerContext
.
- LoggerContextFactory - Interface in org.apache.logging.log4j.spi
-
- LoggerContextKey - Class in org.apache.logging.log4j.spi
-
- LoggerContextKey() - Constructor for class org.apache.logging.log4j.spi.LoggerContextKey
-
Deprecated.
- loggerDisruptor - Variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- loggerDisruptor - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- LoggerFactory - Interface in org.apache.log4j.spi
-
Implement this interface to create new instances of Logger or a sub-class of Logger.
- loggerFactory - Variable in class org.slf4j.impl.StaticLoggerBinder
-
- loggerFields - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- LoggerFields - Class in org.apache.logging.log4j.core.layout
-
A LoggerFields container.
- LoggerFields(Map<String, String>, String, String, boolean) - Constructor for class org.apache.logging.log4j.core.layout.LoggerFields
-
- loggerFqcn - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- loggerFQCN - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- loggerFqcn - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- loggerFqcn - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- loggerName - Variable in class org.apache.logging.log4j.core.appender.rewrite.LoggerNameLevelRewritePolicy
-
- loggerName - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- loggerName - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- loggerName - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- loggerName - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- loggerName - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- loggerName - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- loggerName - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- LoggerNameAwareMessage - Interface in org.apache.logging.log4j.message
-
Message that is interested in the name of the Logger.
- LoggerNameLevelRewritePolicy - Class in org.apache.logging.log4j.core.appender.rewrite
-
Rewrites log event levels for a given logger name.
- LoggerNameLevelRewritePolicy(String, Map<Level, Level>) - Constructor for class org.apache.logging.log4j.core.appender.rewrite.LoggerNameLevelRewritePolicy
-
- LoggerPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats a logger name.
- LoggerPatternConverter(String[]) - Constructor for class org.apache.logging.log4j.core.pattern.LoggerPatternConverter
-
Private constructor.
- LoggerProxy(String, MessageFactory) - Constructor for class org.apache.logging.log4j.core.Logger.LoggerProxy
-
- loggerRegistry - Variable in class org.apache.logging.log4j.core.LoggerContext
-
- loggerRegistry - Variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- LoggerRegistry<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Convenience class to be used by LoggerContext
implementations.
- LoggerRegistry() - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry
-
- LoggerRegistry(LoggerRegistry.MapFactory<T>) - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry
-
- loggerRegistry - Variable in class org.apache.logging.slf4j.SLF4JLoggerContext
-
- LoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Generates ConcurrentHashMaps for use by the registry to store the Loggers.
- LoggerRegistry.MapFactory<T extends ExtendedLogger> - Interface in org.apache.logging.log4j.spi
-
Interface to control the data structure used by the registry to store the Loggers.
- LoggerRegistry.WeakMapFactory<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Generates WeakHashMaps for use by the registry to store the Loggers.
- LoggerRepository - Interface in org.apache.log4j.spi
-
A LoggerRepository
is used to create and retrieve Loggers
.
- loggers - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- LOGGERS - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- Loggers - Class in org.apache.logging.log4j.core.config
-
- Loggers(ConcurrentMap<String, LoggerConfig>, LoggerConfig) - Constructor for class org.apache.logging.log4j.core.config.Loggers
-
- loggersComponent - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- LoggersPlugin - Class in org.apache.logging.log4j.core.config
-
Container of Logger objects.
- LoggersPlugin() - Constructor for class org.apache.logging.log4j.core.config.LoggersPlugin
-
- LoggingEvent - Class in org.apache.log4j.spi
-
No-op version of Log4j 1.2 LoggingEvent.
- LoggingEvent() - Constructor for class org.apache.log4j.spi.LoggingEvent
-
- LoggingException - Exception in org.apache.logging.log4j
-
Exception thrown when an error occurs while logging.
- LoggingException(String) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with a message.
- LoggingException(String, Throwable) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with a message and underlying cause.
- LoggingException(Throwable) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with an underlying cause.
- logIfEnabled(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a CharSequence message if the specified level is active.
- logIfEnabled(String, Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message which is only to be constructed if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message whose parameters are only to be constructed if the specified level is active.
- logIfEnabled(String, Level, Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message which is only to be constructed if the specified level is active.
- LogManager - Class in org.apache.log4j
-
- LogManager() - Constructor for class org.apache.log4j.LogManager
-
- LogManager - Class in org.apache.logging.log4j
-
The anchor point for the logging system.
- LogManager() - Constructor for class org.apache.logging.log4j.LogManager
-
Prevents instantiation
- LogManager.PrivateManager - Class in org.apache.log4j
-
Internal LogManager.
- LogManager.Repository - Class in org.apache.log4j
-
The Repository.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- logMessage(AsyncLogger, String, Level, Marker, Message, Throwable) - Method in enum org.apache.logging.log4j.core.async.EventRoute
-
- logMessage(AsyncLoggerConfig, LogEvent) - Method in enum org.apache.logging.log4j.core.async.EventRoute
-
- logMessage(AsyncAppender, LogEvent) - Method in enum org.apache.logging.log4j.core.async.EventRoute
-
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.Logger
-
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- logMessage(String, Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Always logs a message at the specified level.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Always log an event.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Adds an event.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.slf4j.SLF4JLogger
-
- logMessageInBackgroundThread(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
FOR INTERNAL USE ONLY.
- logMessageInCurrentThread(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
FOR INTERNAL USE ONLY.
- logMessageInCurrentThread(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
LOG4J2-471: prevent deadlock when RingBuffer is full and object being logged calls Logger.log() from its
toString() method
- logMessageSafely(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logName - Variable in class org.apache.logging.log4j.simple.SimpleLogger
-
- logParent(LogEvent) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- logToErrorAppenderIfNecessary(boolean, LogEvent) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- logWarn(String, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- logWithThreadLocalTranslator(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
Enqueues the specified log event data for logging in a background thread.
- logWithVarargTranslator(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
Enqueues the specified log event data for logging in a background thread.
- LONG - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
LONG locale dependent date or time style.
- LONG - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
LONG locale dependent date or time style.
- LongConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.LongConverter
-
- LONGER_FIRST_LOWERCASE - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- longName - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- lookup(String) - Static method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- LOOKUP - Static variable in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.AbstractLookup
-
Calls lookup(null, key)
in the super class.
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.ContextMapLookup
-
Looks up the value from the ThreadContext Map.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.ContextMapLookup
-
Looks up the value from the ThreadContext Map.
- LOOKUP - Static variable in class org.apache.logging.log4j.core.lookup.DateLookup
-
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.DateLookup
-
Looks up the value of the environment variable.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.DateLookup
-
Looks up the value of the environment variable.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.EnvironmentLookup
-
Looks up the value of the environment variable.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.Interpolator
-
Resolves the specified variable.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Looks up the value of the environment variable.
- LOOKUP - Static variable in class org.apache.logging.log4j.core.lookup.JndiLookup
-
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.JndiLookup
-
Looks up the value of the JNDI resource.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.Log4jLookup
-
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.MainMapLookup
-
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.MainMapLookup
-
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.MapLookup
-
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.MapLookup
-
Looks up a String key to a String value using the map.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.MarkerLookup
-
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.MarkerLookup
-
- LOOKUP - Static variable in class org.apache.logging.log4j.core.lookup.ResourceBundleLookup
-
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.ResourceBundleLookup
-
Looks up the value for the key in the format "BundleName:BundleKey".
- lookup(String) - Method in interface org.apache.logging.log4j.core.lookup.StrLookup
-
Looks up a String key to a String value.
- lookup(LogEvent, String) - Method in interface org.apache.logging.log4j.core.lookup.StrLookup
-
Looks up a String key to a String value possibly using the current LogEvent.
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.StructuredDataLookup
-
Returns null
.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.StructuredDataLookup
-
Looks up the value for the key using the data in the LogEvent.
- LOOKUP - Static variable in class org.apache.logging.log4j.core.lookup.SystemPropertiesLookup
-
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.SystemPropertiesLookup
-
Looks up the value for the key using the data in the LogEvent.
- lookup(String) - Method in class org.apache.logging.log4j.core.net.JndiManager
-
Looks up a named object through this JNDI context.
- lookup(String) - Static method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the FixedFormat with the name or pattern matching the specified string or null
if not found.
- LOOKUP_KEY_JNDI - Static variable in class org.apache.logging.log4j.core.lookup.Interpolator
-
- LOOKUP_KEY_JVMRUNARGS - Static variable in class org.apache.logging.log4j.core.lookup.Interpolator
-
- LOOKUP_KEY_WEB - Static variable in class org.apache.logging.log4j.core.lookup.Interpolator
-
- lookupForFile(String) - Static method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- lookupIgnoreCase(String) - Static method in enum org.apache.logging.log4j.message.MapMessage.MapFormat
-
- lookups - Variable in class org.apache.logging.log4j.core.lookup.Interpolator
-
- LOW_MASK - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- LowLevelLogUtil - Class in org.apache.logging.log4j.util
-
PrintWriter-based logging utility for classes too low level to use
StatusLogger
.
- LowLevelLogUtil() - Constructor for class org.apache.logging.log4j.util.LowLevelLogUtil
-
- NA - Static variable in class org.apache.logging.log4j.core.pattern.ClassNamePatternConverter
-
- name - Variable in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- name - Variable in class org.apache.logging.log4j.core.appender.AbstractAppender
-
- name - Variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
- name - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- name - Variable in class org.apache.logging.log4j.core.appender.ConsoleAppender.FactoryData
-
- name - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- name - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.FactoryData
-
- name - Variable in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
Compressor name.
- name - Variable in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- name - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- name - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.FactoryData
-
- name - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- name - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- name - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- NAME - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- name - Variable in class org.apache.logging.log4j.core.config.json.JsonConfiguration.Status
-
- name - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- name - Variable in class org.apache.logging.log4j.core.config.Node
-
- name - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- name - Variable in class org.apache.logging.log4j.core.config.Property
-
- name - Variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration.Status
-
- name - Variable in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- name - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- name - Variable in class org.apache.logging.log4j.core.Logger.LoggerProxy
-
- name - Variable in class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
-
Converter name.
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Black
-
Black
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Blue
-
Blue
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Cyan
-
Cyan
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Green
-
Green
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Magenta
-
Magenta
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Red
-
Red
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.White
-
White
- NAME - Static variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Yellow
-
Yellow
- name - Variable in class org.apache.logging.log4j.core.script.AbstractScript
-
- name - Variable in class org.apache.logging.log4j.core.tools.Generate.LevelInfo
-
- NAME - Static variable in class org.apache.logging.log4j.EventLogger
-
- name - Variable in class org.apache.logging.log4j.Level
-
- name() - Method in class org.apache.logging.log4j.Level
-
Gets the symbolic name of this Level.
- name - Variable in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- name - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- name - Variable in class org.apache.logging.log4j.message.StructuredDataId
-
- name - Variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- name - Variable in class org.apache.logging.slf4j.Log4jLogger
-
- NameAbbreviator - Class in org.apache.logging.log4j.core.pattern
-
NameAbbreviator generates abbreviated logger and class names.
- NameAbbreviator() - Constructor for class org.apache.logging.log4j.core.pattern.NameAbbreviator
-
- NameAbbreviator.MaxElementAbbreviator - Class in org.apache.logging.log4j.core.pattern
-
Abbreviator that drops starting path elements.
- NameAbbreviator.MaxElementAbbreviator.Strategy - Enum in org.apache.logging.log4j.core.pattern
-
When the name is reduced in length by cutting parts, there can be two ways to do it.
- NameAbbreviator.NOPAbbreviator - Class in org.apache.logging.log4j.core.pattern
-
Abbreviator that simply appends full name to buffer.
- NameAbbreviator.PatternAbbreviator - Class in org.apache.logging.log4j.core.pattern
-
Pattern abbreviator.
- NameAbbreviator.PatternAbbreviatorFragment - Class in org.apache.logging.log4j.core.pattern
-
Fragment of an pattern abbreviator.
- NamedContextSelector - Interface in org.apache.logging.log4j.core.selector
-
ContextSelectors that have a name.
- NamePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Abstract base class for other pattern converters which can return only parts of their name.
- NamePatternConverter(String, String, String[]) - Constructor for class org.apache.logging.log4j.core.pattern.NamePatternConverter
-
Constructor.
- names() - Static method in enum org.apache.logging.log4j.message.MapMessage.MapFormat
-
- NameUtil - Class in org.apache.logging.log4j.core.util
-
- NameUtil() - Constructor for class org.apache.logging.log4j.core.util.NameUtil
-
- NAN - Static variable in class org.apache.logging.log4j.core.pattern.NotANumber
-
- nanoClock - Variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- nanoClock - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- nanoClock - Static variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- NanoClock - Interface in org.apache.logging.log4j.core.util
-
Provides the high-resolution time stamp used in log events.
- NANOS_IN_SECONDS - Static variable in class org.apache.logging.log4j.core.filter.BurstFilter
-
- NANOS_PER_MILLISEC - Static variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- nanoTime - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- nanoTime - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- nanoTime - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- nanoTime - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- nanoTime - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- nanoTime - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- nanoTime() - Method in class org.apache.logging.log4j.core.util.DummyNanoClock
-
Returns the constructor value.
- nanoTime() - Method in interface org.apache.logging.log4j.core.util.NanoClock
-
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
- nanoTime() - Method in class org.apache.logging.log4j.core.util.SystemNanoClock
-
Returns the system high-resolution time.
- NanoTimePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Converts and formats the event's nanoTime in a StringBuilder.
- NanoTimePatternConverter(String[]) - Constructor for class org.apache.logging.log4j.core.pattern.NanoTimePatternConverter
-
Private constructor.
- narrow(MessageFactory) - Static method in class org.apache.logging.log4j.spi.AbstractLogger
-
- NDC - Class in org.apache.log4j
-
- NDC() - Constructor for class org.apache.log4j.NDC
-
- NdcPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the event's NDC in a StringBuilder.
- NdcPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.NdcPatternConverter
-
Private constructor.
- nearestWeekday - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- negate - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
- nestedConditions - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- nestedConditions - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- nestedConditions - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- nestedConditions - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- NetUtils - Class in org.apache.logging.log4j.core.util
-
Networking-related convenience methods.
- NetUtils() - Constructor for class org.apache.logging.log4j.core.util.NetUtils
-
- NEUTRAL - Static variable in class org.apache.log4j.spi.Filter
-
This filter is neutral with respect to the log event.
- newAppender(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Appenders.
- newAppender(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAppenderRef(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating AppenderRefs.
- newAppenderRef(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncLogger(String, Level) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newAsyncLogger(String, Level, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newAsyncLogger(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newAsyncLogger(String, String, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newAsyncLogger(String, Level) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncLogger(String, Level, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncLogger(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncLogger(String, String, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncRootLogger(Level) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the async root Logger.
- newAsyncRootLogger(Level, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the async root Logger.
- newAsyncRootLogger(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the async root Logger.
- newAsyncRootLogger(String, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the async root Logger.
- newAsyncRootLogger(Level) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncRootLogger(Level, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncRootLogger(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncRootLogger(String, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.AppenderSet
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.FileAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.OutputStreamAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
Creates a builder for a RandomAccessFileAppender.
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.routing.Routes
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.SocketAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.WriterAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns a new empty Log4jLogEvent.Builder
with all fields empty.
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
Creates a builder for a custom ScriptPatternSelector.
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Creates a builder for a custom PatternLayout.
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.PatternMatch
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
Creates a builder for a custom ScriptPatternSelector.
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.net.SocketAddress
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.net.SocketOptions
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.util.KeyValuePair
-
- newCalendar() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Creation method for new calender instances.
- newCheckedInstanceOf(String, Class<T>) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Loads, instantiates, and casts a Class using the default constructor.
- newCheckedInstanceOf(String, Class<T>) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Loads and instantiates a derived class using its default constructor.
- newCheckedInstanceOfProperty(String, Class<T>) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Loads and instantiates a class given by a property name.
- newComponent(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating generic components.
- newComponent(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating generic components.
- newComponent(String, String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating generic components.
- newComponent(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newComponent(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newComponent(String, String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newConfigurationBuilder() - Static method in class org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
-
Returns a new default ConfigurationBuilder to construct Log4j configurations.
- newConfigurationBuilder(Class<T>) - Static method in class org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
-
- newCustomLevel(String, int) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating CustomLevels
- newCustomLevel(String, int) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newDocumentBuilder(boolean) - Static method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
Creates a new DocumentBuilder suitable for parsing a configuration file.
- newEntryMessage(Message) - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- newEntryMessage(Message) - Method in interface org.apache.logging.log4j.message.FlowMessageFactory
-
Creates a new entry message based on an existing message.
- newExitMessage(EntryMessage) - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- newExitMessage(Object, EntryMessage) - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- newExitMessage(Object, Message) - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- newExitMessage(Object, Message) - Method in interface org.apache.logging.log4j.message.FlowMessageFactory
-
Creates a new exit message based on a return value and an existing message.
- newExitMessage(EntryMessage) - Method in interface org.apache.logging.log4j.message.FlowMessageFactory
-
Creates a new exit message based on no return value and an existing entry message.
- newExitMessage(Object, EntryMessage) - Method in interface org.apache.logging.log4j.message.FlowMessageFactory
-
Creates a new exit message based on a return value and an existing entry message.
- newFilter(String, Filter.Result, Filter.Result) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Filters.
- newFilter(String, String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Filters.
- newFilter(String, Filter.Result, Filter.Result) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newFilter(String, String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newInstance(String[]) - Static method in class org.apache.log4j.pattern.Log4j1MdcPatternConverter
-
Obtains an instance of PropertiesPatternConverter.
- newInstance(String[]) - Static method in class org.apache.log4j.pattern.Log4j1NdcPatternConverter
-
Obtains an instance of NdcPatternConverter.
- newInstance(LoggerContext, String, MessageFactory) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- newInstance() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent.Factory
-
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Creates a new instance based on the array of options.
- newInstance(LoggerContext, String, MessageFactory) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Black
-
Gets an instance of the class (called via reflection).
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Blue
-
Gets an instance of the class (called via reflection).
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Cyan
-
Gets an instance of the class (called via reflection).
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Green
-
Gets an instance of the class (called via reflection).
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Magenta
-
Gets an instance of the class (called via reflection).
- newInstance(Class<T>, String, Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter
-
Gets an instance of the class (called via reflection).
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Red
-
Gets an instance of the class (called via reflection).
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.White
-
Gets an instance of the class (called via reflection).
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Yellow
-
Gets an instance of the class (called via reflection).
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.ClassNamePatternConverter
-
Gets an instance of ClassNamePatternConverter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
Obtains an instance of pattern converter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.EncodingPatternConverter
-
Creates an EncodingPatternConverter using a pattern string and an optional escape format.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.EqualsIgnoreCaseReplacementConverter
-
Gets an instance of the class.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.EqualsReplacementConverter
-
Gets an instance of the class.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.ExtendedThrowablePatternConverter
-
Gets an instance of the class.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.FileDatePatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.FileLocationPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.FullLocationPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
Gets an instance of the class.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.IntegerPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.LevelPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.LineLocationPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.LineSeparatorPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.LoggerPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.MapPatternConverter
-
Obtains an instance of PropertiesPatternConverter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.MarkerPatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.MarkerSimpleNamePatternConverter
-
Obtains an instance of pattern converter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.MaxLengthConverter
-
Gets an instance of the class.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
Obtains an instance of PropertiesPatternConverter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.MethodLocationPatternConverter
-
Obtains an instance of MethodLocationPatternConverter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.NanoTimePatternConverter
-
Obtains an instance of pattern converter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.NdcPatternConverter
-
Obtains an instance of NdcPatternConverter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.RegexReplacementConverter
-
Gets an instance of the class.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.RelativeTimePatternConverter
-
Obtains an instance of RelativeTimePatternConverter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.RootThrowablePatternConverter
-
Gets an instance of the class.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.SequenceNumberPatternConverter
-
Obtains an instance of SequencePatternConverter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.StyleConverter
-
Gets an instance of the class.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.ThreadIdPatternConverter
-
Obtains an instance of ThreadPatternConverter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.ThreadNamePatternConverter
-
Obtains an instance of ThreadPatternConverter.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.ThreadPriorityPatternConverter
-
Obtains an instance of ThreadPatternConverter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
Gets an instance of the class.
- newInstance(String[]) - Static method in class org.apache.logging.log4j.core.pattern.UuidPatternConverter
-
Obtains an instance of SequencePatternConverter.
- newInstance(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.VariablesNotEmptyReplacementConverter
-
Gets an instance of the class.
- newInstance(Map<String, String>) - Method in class org.apache.logging.log4j.message.MapMessage
-
- newInstance(Map<String, String>) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- newInstanceOf(String) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Loads and instantiates a Class using the default constructor.
- newInstanceOf(Class<T>) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Loads and instantiates a Class using the default constructor.
- newInstanceOf(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Loads and instantiates a Class using the default constructor.
- newLayout(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Layouts.
- newLayout(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newLine - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- NEWLINE_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Match newlines in a platform-independent manner.
- NEWLINE_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.SyslogLayout
-
Match newlines in a platform-independent manner.
- newLogger(String, LoggerContext) - Method in class org.apache.log4j.Category.PrivateAdapter
-
- newLogger(String, Level) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Loggers.
- newLogger(String, Level, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Loggers.
- newLogger(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Loggers.
- newLogger(String, String, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Loggers.
- newLogger(String, Level) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newLogger(String, Level, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newLogger(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newLogger(String, String, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newLogger(String, LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- newLogger(String, LoggerContext) - Method in class org.apache.logging.slf4j.Log4jLoggerFactory
-
- newMap(int) - Static method in class org.apache.logging.log4j.core.lookup.MapLookup
-
- newMessage(CharSequence) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- newMessage(String) - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- newMessage(Object) - Method in interface org.apache.logging.log4j.message.MessageFactory
-
Creates a new message based on an Object.
- newMessage(String) - Method in interface org.apache.logging.log4j.message.MessageFactory
-
Creates a new message based on a String.
- newMessage(String, Object...) - Method in interface org.apache.logging.log4j.message.MessageFactory
-
Creates a new parameterized message.
- newMessage(CharSequence) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new message for the specified CharSequence.
- newMessage(String, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.message.MessageFactory2
-
Creates a new parameterized message.
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
Creates
SimpleMessage
instances containing the formatted parameterized message string.
- newMessage(CharSequence) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(Object) - Method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- newMessage(CharSequence) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(Object) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newMessage(String, Object...) - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- newPatternLayout(String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- newRootLogger(Level) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the root Logger.
- newRootLogger(Level, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the root Logger.
- newRootLogger(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the root Logger.
- newRootLogger(String, boolean) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the root Logger.
- newRootLogger(Level) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newRootLogger(Level, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newRootLogger(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newRootLogger(String, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newScript(String, String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newScript(String, String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newScriptFile(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newScriptFile(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newScriptFile(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newScriptFile(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newSerializerBuilder() - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- newSyslogAppenderBuilder() - Static method in class org.apache.logging.log4j.core.appender.SyslogAppender
-
- newThread(Runnable) - Method in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- next - Variable in class org.apache.log4j.spi.Filter
-
- next() - Method in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
Returns the next element in the array.
- next() - Method in class org.apache.logging.log4j.ThreadContext.EmptyIterator
-
- nextCheckNanos - Variable in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- nextElement() - Method in class org.apache.log4j.helpers.NullEnumeration
-
- nextFileTime - Variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- nextFireInterval(Date) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- nextIndex - Variable in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- nextRolloverMillis - Variable in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- nextSeqNo() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- nextSeqNo() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- nextThreadNum() - Static method in class org.apache.logging.log4j.core.util.Log4jThread
-
- NO_CONSOLE_NO_ANSI - Static variable in class org.apache.logging.log4j.core.pattern.PatternParser
-
- NO_MILLISECONDS - Static variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Constant used to represent that there was no change
observed when changing the millisecond count.
- NO_SPEC - Static variable in class org.apache.logging.log4j.core.util.CronExpression
-
- NO_SPEC_INT - Static variable in class org.apache.logging.log4j.core.util.CronExpression
-
- noAnsi - Variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- noAnsi - Variable in class org.apache.logging.log4j.core.pattern.StyleConverter
-
- noConsoleNoAnsi - Variable in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- noConsoleNoAnsi - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- noConsoleNoAnsi - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- noConsoleNoAnsi - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- node - Variable in class org.apache.logging.log4j.core.appender.AppenderSet.Builder
-
- node - Variable in class org.apache.logging.log4j.core.appender.routing.Route
-
- node - Variable in class org.apache.logging.log4j.core.config.json.JsonConfiguration.Status
-
- Node - Class in org.apache.logging.log4j.core.config
-
A Configuration node.
- Node(Node, String, PluginType<?>) - Constructor for class org.apache.logging.log4j.core.config.Node
-
Creates a new instance of Node
and initializes it
with a name and the corresponding XML element.
- Node() - Constructor for class org.apache.logging.log4j.core.config.Node
-
- Node(Node) - Constructor for class org.apache.logging.log4j.core.config.Node
-
- node - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- NODE_SIZE - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- nodeMap - Variable in class org.apache.logging.log4j.core.appender.AppenderSet
-
- noLogEvents - Variable in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- NOLOOKUPS - Static variable in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
- noLookups - Variable in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
- NoMatcher() - Constructor for class org.apache.logging.log4j.core.lookup.StrMatcher.NoMatcher
-
Constructs a new instance of NoMatcher
.
- NONE - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Do not format the exception.
- NONE - Static variable in class org.apache.logging.log4j.core.util.datetime.FormatCache
-
No date or no time.
- NONE_MATCHER - Static variable in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches no characters.
- noneMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches no characters.
- noopChecker - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- NoopChecker() - Constructor for class org.apache.logging.log4j.core.layout.Rfc5424Layout.NoopChecker
-
- NoOpThreadContextMap - Class in org.apache.logging.log4j.spi
-
ThreadContextMap
implementation used when either of system properties disableThreadContextMap
or .
- NoOpThreadContextMap() - Constructor for class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- NOPAbbreviator() - Constructor for class org.apache.logging.log4j.core.pattern.NameAbbreviator.NOPAbbreviator
-
Constructor.
- NOT_AVAIL - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
- NotANumber - Class in org.apache.logging.log4j.core.pattern
-
- NotANumber() - Constructor for class org.apache.logging.log4j.core.pattern.NotANumber
-
- NOTIF_TYPE_DATA - Static variable in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Notifications with this type have a StatusData
userData object
and a null
message.
- NOTIF_TYPE_MESSAGE - Static variable in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Notifications with this type have a formatted status data message string
but no StatusData
in their userData field.
- NOTIF_TYPE_RECONFIGURED - Static variable in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Notification that the Configuration
of the instrumented
LoggerContext
has been reconfigured.
- NOTIFY_PROGRESS_THRESHOLD - Static variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler
-
- NOTIFY_PROGRESS_THRESHOLD - Static variable in class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
- notifyIntermediateProgress(long) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler
-
Notify the BatchEventProcessor that the sequence has progressed.
- now() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- nowMillis() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- nthdayOfWeek - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- NULL_CONFIGURATION - Static variable in class org.apache.logging.log4j.core.LoggerContext
-
- NULL_FIRST_COMPARATOR - Static variable in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- NULL_NAME - Static variable in class org.apache.logging.log4j.core.config.NullConfiguration
-
Name of this configuration.
- NULL_OUTPUT_STREAM - Static variable in class org.apache.logging.log4j.core.util.NullOutputStream
-
- NULL_SOURCE - Static variable in class org.apache.logging.log4j.core.config.ConfigurationSource
-
ConfigurationSource to use with Configurations that do not require a "real" configuration source.
- NullAppender - Class in org.apache.logging.log4j.core.appender
-
An Appender that ignores log events.
- NullAppender(String) - Constructor for class org.apache.logging.log4j.core.appender.NullAppender
-
- NullConfiguration - Class in org.apache.logging.log4j.core.config
-
This configuration defaults to no logging.
- NullConfiguration() - Constructor for class org.apache.logging.log4j.core.config.NullConfiguration
-
- NullEnumeration - Class in org.apache.log4j.helpers
-
An always-empty Enumerator.
- NullEnumeration() - Constructor for class org.apache.log4j.helpers.NullEnumeration
-
- nullKeyIndex() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- NullOutputStream - Class in org.apache.logging.log4j.core.util
-
Writes all data to the famous /dev/null.
- NullOutputStream() - Constructor for class org.apache.logging.log4j.core.util.NullOutputStream
-
- NUM_100NS_INTERVALS_SINCE_UUID_EPOCH - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- NUMBER_MONTH_STRATEGY - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- NumberStrategy(int) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.NumberStrategy
-
Construct a Strategy that parses a Number field
- numElements - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- numElems - Variable in class org.apache.logging.log4j.core.util.CyclicBuffer
-
- PACKAGE - Static variable in class org.apache.logging.slf4j.Log4jLoggerFactory
-
- PACKAGE_DECLARATION - Static variable in class org.apache.logging.log4j.core.tools.Generate
-
- packages - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- PACKAGES - Static variable in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
- PACKAGES - Static variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- pad(int, int, StringBuilder) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- PaddedNumberField(int, int) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.PaddedNumberField
-
Constructs an instance of PaddedNumberField
.
- PAGE - Static variable in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- PARAM_VALUE_ESCAPE_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Match characters which require escaping.
- parameterCount - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- parameterCount - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- ParameterFormatter - Class in org.apache.logging.log4j.message
-
Supports parameter formatting as used in ParameterizedMessage and ReusableParameterizedMessage.
- ParameterFormatter() - Constructor for class org.apache.logging.log4j.message.ParameterFormatter
-
- ParameterizedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that consist of a format string containing '{}' to represent each replaceable token, and
the parameters.
- ParameterizedMessage(String, String[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
- ParameterizedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Creates a parameterized message.
- ParameterizedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructs a ParameterizedMessage which contains the arguments converted to String as well as an optional
Throwable.
- ParameterizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructor with a pattern and a single parameter.
- ParameterizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructor with a pattern and two parameters.
- ParameterizedMessageFactory - Class in org.apache.logging.log4j.message
-
- ParameterizedMessageFactory() - Constructor for class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
Constructs a message factory.
- ParameterizedNoReferenceMessageFactory - Class in org.apache.logging.log4j.message
-
- ParameterizedNoReferenceMessageFactory() - Constructor for class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
Constructs a message factory with default flow strings.
- ParameterizedNoReferenceMessageFactory.StatusMessage - Class in org.apache.logging.log4j.message
-
Message implementation that only keeps a reference to the error text and the error (if any), not to the
message parameters, in order to avoid memory leaks.
- parameters - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- parameters - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- parameters - Variable in class org.apache.logging.log4j.message.MessageFormatMessage
-
- params - Variable in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- parent - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- parent - Variable in class org.apache.logging.log4j.core.config.Node
-
- parents - Variable in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- parse(CharSequence) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
Obtains a Duration
from a text string such as PnDTnHnMnS
.
- parse(String, long) - Static method in class org.apache.logging.log4j.core.appender.rolling.FileSize
-
Converts a string to a number of bytes.
- parse(String, ParsePosition) - Method in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
This method is delegated to the formatter which most
likely returns null.
- parse(String) - Method in class org.apache.logging.log4j.core.pattern.PatternParser
-
- parse(String, boolean, boolean) - Method in class org.apache.logging.log4j.core.pattern.PatternParser
-
- parse(String, boolean, boolean, boolean) - Method in class org.apache.logging.log4j.core.pattern.PatternParser
-
- parse(String, List<PatternConverter>, List<FormattingInfo>, boolean, boolean) - Method in class org.apache.logging.log4j.core.pattern.PatternParser
-
Parse a format specifier.
- parse(String, List<PatternConverter>, List<FormattingInfo>, boolean, boolean, boolean) - Method in class org.apache.logging.log4j.core.pattern.PatternParser
-
Parse a format specifier.
- parse(List<String>, Class<?>) - Static method in class org.apache.logging.log4j.core.tools.Generate.LevelInfo
-
- parse(String) - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Equivalent to DateFormat.parse(String).
- parse(String, ParsePosition) - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Equivalent to DateFormat.parse(String, ParsePosition).
- parse(String, ParsePosition, Calendar) - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Parses a formatted date string according to the format.
- parse(String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
- parse(String, ParsePosition) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
- parse(String, ParsePosition, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
- parse(FastDateParser, Calendar, String, ParsePosition, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.CopyQuotedStrategy
-
- parse(FastDateParser, Calendar, String, ParsePosition, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.NumberStrategy
-
- parse(String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- parse(String, ParsePosition) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
This implementation updates the ParsePosition if the parse succeeds.
- parse(String, ParsePosition, Calendar) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Parse a formatted date string according to the format.
- parse(FastDateParser, Calendar, String, ParsePosition, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.PatternStrategy
-
- parse(FastDateParser, Calendar, String, ParsePosition, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.Strategy
-
- parseAddress(String) - Static method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- parseAddresses(String) - Static method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- parseBoolean(String, boolean) - Static method in class org.apache.logging.log4j.core.util.Booleans
-
Returns true
if s
is "true"
(case-insensitive), false
if s
is
"false"
(case-insensitive), and defaultValue
if s
is anything else (including null or
empty).
- parseCommandLine(String[], Class<?>, T) - Static method in class org.apache.logging.log4j.core.util.BasicCommandLineArguments
-
- parseDefaultValue(TypeConverter<T>, Object) - Static method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters
-
- parseElement(Element, Properties, Class) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- parseInt(String, int) - Static method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
- parseInt(String, int) - Static method in class org.apache.logging.log4j.core.util.Integers
-
Parses the string argument as a signed decimal integer.
- parseInt(String) - Static method in class org.apache.logging.log4j.core.util.Integers
-
Parses the string argument as a signed decimal integer.
- parseNumber(CharSequence, String, int, String) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
- parseObject(String) - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Parses text from a string to produce a Date.
- parseObject(String, ParsePosition) - Method in interface org.apache.logging.log4j.core.util.datetime.DateParser
-
Parses a date/time string according to the given parse position.
- parseObject(String, ParsePosition) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
- parseObject(String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- parseObject(String, ParsePosition) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- parseObject(String, ParsePosition) - Method in class org.apache.logging.log4j.core.util.datetime.Format
-
- parseObject(String) - Method in class org.apache.logging.log4j.core.util.datetime.Format
-
- parsePattern() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Returns a list of Rules given a pattern.
- parser - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
- ParserState() - Constructor for enum org.apache.logging.log4j.core.pattern.PatternParser.ParserState
-
- parseStreamName(String) - Method in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- parseSubstitution(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
Adds the parsed substitution text to the specified buffer.
- parseTimestamp(String, long) - Static method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- parseToken(String, int[]) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Performs the parsing of tokens.
- partitionOnCommonPrefixes(Properties) - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Partitions a properties map based on common key prefixes up to the first period.
- password - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- password - Variable in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- path - Variable in class org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
- PathCondition - Interface in org.apache.logging.log4j.core.appender.rolling.action
-
Filter that accepts or rejects a candidate Path
for deletion.
- pathConditions - Variable in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
- pathConditions - Variable in class org.apache.logging.log4j.core.appender.rolling.action.DeletingVisitor
-
- PathConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.PathConverter
-
- pathIn - Variable in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- pathMatcher - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- pathOut - Variable in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- PathSortByModificationTime - Class in org.apache.logging.log4j.core.appender.rolling.action
-
PathSorter
that sorts path by their LastModified attribute.
- PathSortByModificationTime(boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime
-
Constructs a new SortByModificationTime sorter.
- pathSorter - Variable in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- PathSorter - Interface in org.apache.logging.log4j.core.appender.rolling.action
-
Defines the interface of classes that can sort Paths.
- PathWithAttributes - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Tuple of a Path
and BasicFileAttributes
, used for sorting.
- PathWithAttributes(Path, BasicFileAttributes) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
- PATTERN - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
The pattern for parsing.
- pattern - Variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- pattern - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- pattern - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- pattern - Variable in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- pattern - Variable in class org.apache.logging.log4j.core.appender.routing.Routes
-
- pattern - Variable in class org.apache.logging.log4j.core.filter.RegexFilter
-
- PATTERN - Static variable in interface org.apache.logging.log4j.core.jmx.AppenderAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=Appenders,name=%s") for AppenderAdmin MBeans.
- PATTERN - Static variable in interface org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=AsyncAppenders,name=%s" ) for AsyncAppenderAdmin MBeans.
- PATTERN - Static variable in interface org.apache.logging.log4j.core.jmx.ContextSelectorAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=ContextSelector") for ContextSelectorAdmin MBeans.
- PATTERN - Static variable in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=Loggers,name=%s") for LoggerConfigAdmin MBeans.
- PATTERN - Static variable in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s" ) for LoggerContextAdmin MBeans.
- PATTERN - Static variable in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=StatusLogger") for StatusLoggerAdmin MBeans.
- pattern - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- pattern - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- pattern - Variable in class org.apache.logging.log4j.core.layout.PatternMatch.Builder
-
- pattern - Variable in class org.apache.logging.log4j.core.layout.PatternMatch
-
- pattern - Variable in class org.apache.logging.log4j.core.pattern.RegexReplacement
-
- pattern - Variable in class org.apache.logging.log4j.core.pattern.RegexReplacementConverter
-
- pattern - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- pattern - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.PatternStrategy
-
- pattern - Variable in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
- PATTERN_ASYNC_LOGGER - Static variable in interface org.apache.logging.log4j.core.jmx.RingBufferAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=AsyncLoggerRingBuffer") for the RingBufferAdmin MBean that instruments
the global AsyncLogger
ring buffer.
- PATTERN_ASYNC_LOGGER_CONFIG - Static variable in interface org.apache.logging.log4j.core.jmx.RingBufferAdminMBean
-
ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=Loggers,name=%s,subtype=RingBuffer") for RingBufferAdmin MBeans that instrument
AsyncLoggerConfig
ring buffers.
- PatternAbbreviator(List<NameAbbreviator.PatternAbbreviatorFragment>) - Constructor for class org.apache.logging.log4j.core.pattern.NameAbbreviator.PatternAbbreviator
-
Create PatternAbbreviator.
- PatternAbbreviatorFragment(int, char) - Constructor for class org.apache.logging.log4j.core.pattern.NameAbbreviator.PatternAbbreviatorFragment
-
Creates a PatternAbbreviatorFragment.
- patternContains(String, char...) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- patternContains(String, char) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- PatternConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.PatternConverter
-
- PatternConverter - Interface in org.apache.logging.log4j.core.pattern
-
Interface that all PatternConverters must implement.
- patternConverters - Variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- patternFields - Variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- PatternFormatter(FastDateFormat) - Constructor for class org.apache.logging.log4j.core.pattern.DatePatternConverter.PatternFormatter
-
- PatternFormatter - Class in org.apache.logging.log4j.core.pattern
-
- PatternFormatter(LogEventPatternConverter, FormattingInfo) - Constructor for class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- patternFormatters - Variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- patternFormatters - Variable in class org.apache.logging.log4j.core.pattern.StyleConverter
-
- PatternLayout - Class in org.apache.log4j
-
- PatternLayout(String) - Constructor for class org.apache.log4j.PatternLayout
-
- PatternLayout - Class in org.apache.logging.log4j.core.layout
-
A flexible layout configurable with pattern string.
- PatternLayout(Configuration, RegexReplacement, String, PatternSelector, Charset, boolean, boolean, boolean, String, String) - Constructor for class org.apache.logging.log4j.core.layout.PatternLayout
-
Constructs a PatternLayout using the supplied conversion pattern.
- PatternLayout.Builder - Class in org.apache.logging.log4j.core.layout
-
Custom PatternLayout builder.
- PatternLayout.PatternSelectorSerializer - Class in org.apache.logging.log4j.core.layout
-
- PatternLayout.PatternSerializer - Class in org.apache.logging.log4j.core.layout
-
- PatternLayout.SerializerBuilder - Class in org.apache.logging.log4j.core.layout
-
- patternMap - Variable in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
- patternMap - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- PatternMatch - Class in org.apache.logging.log4j.core.layout
-
PatternMatch configuration item.
- PatternMatch(String, String) - Constructor for class org.apache.logging.log4j.core.layout.PatternMatch
-
Constructs a key/value pair.
- PatternMatch.Builder - Class in org.apache.logging.log4j.core.layout
-
- PatternParser - Class in org.apache.logging.log4j.core.pattern
-
Most of the work of the
PatternLayout
class is delegated to the
PatternParser class.
- PatternParser(String) - Constructor for class org.apache.logging.log4j.core.pattern.PatternParser
-
Constructor.
- PatternParser(Configuration, String, Class<?>) - Constructor for class org.apache.logging.log4j.core.pattern.PatternParser
-
Constructor.
- PatternParser(Configuration, String, Class<?>, Class<?>) - Constructor for class org.apache.logging.log4j.core.pattern.PatternParser
-
Constructor.
- PatternParser.ParserState - Enum in org.apache.logging.log4j.core.pattern
-
The states the parser can be in while parsing the pattern.
- PatternProcessor - Class in org.apache.logging.log4j.core.appender.rolling
-
Parses the rollover pattern.
- PatternProcessor(String) - Constructor for class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Constructor.
- patternProcessor - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- patterns - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- Patterns - Class in org.apache.logging.log4j.core.util
-
Pattern strings used throughout Log4j.
- Patterns() - Constructor for class org.apache.logging.log4j.core.util.Patterns
-
- patternScript - Variable in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- patternScript - Variable in class org.apache.logging.log4j.core.appender.routing.Routes
-
- patternSelector - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- patternSelector - Variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
- patternSelector - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSelectorSerializer
-
- patternSelector - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- PatternSelector - Interface in org.apache.logging.log4j.core.layout
-
Allows different patterns to be used with the PatternLayout based on some selection criteria.
- PatternSelectorSerializer(PatternSelector, RegexReplacement) - Constructor for class org.apache.logging.log4j.core.layout.PatternLayout.PatternSelectorSerializer
-
- PatternSerializer(PatternFormatter[], RegexReplacement) - Constructor for class org.apache.logging.log4j.core.layout.PatternLayout.PatternSerializer
-
- PatternStrategy() - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.PatternStrategy
-
- peek() - Static method in class org.apache.log4j.NDC
-
Looks at the last diagnostic context at the top of this NDC
without removing it.
- peek() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- peek() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- peek() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the element at the top of the stack without removing it or null if the stack is empty.
- peek() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- peek() - Static method in class org.apache.logging.log4j.ThreadContext
-
Looks at the last diagnostic context at the top of this NDC without removing it.
- performancePreferences - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- PerformanceSensitive - Annotation Type in org.apache.logging.log4j.util
-
Indicates that a particular annotated construct was written with certain performance constraints in mind that
should be considered when modifying or testing.
- PlainTextRenderer - Class in org.apache.logging.log4j.core.pattern
-
Renders input unchanged.
- PlainTextRenderer() - Constructor for class org.apache.logging.log4j.core.pattern.PlainTextRenderer
-
- Plugin - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Annotation that identifies a Class as a Plugin.
- PLUGIN_CACHE_FILE - Static variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
The location of the plugin cache data file.
- PLUGIN_NAME - Static variable in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- PLUGIN_NAME - Static variable in class org.apache.logging.log4j.core.appender.FileAppender
-
- PLUGIN_NAME - Static variable in class org.apache.logging.log4j.core.appender.NullAppender
-
- PLUGIN_NAME - Static variable in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- PluginAliases - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
- PluginAliasesElementVisitor(Elements) - Constructor for class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor.PluginAliasesElementVisitor
-
- PluginAttribute - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Identifies a Plugin Attribute and its default value.
- PluginAttributeVisitor - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
- PluginAttributeVisitor() - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.PluginAttributeVisitor
-
- PluginBuilder - Class in org.apache.logging.log4j.core.config.plugins.util
-
Builder class to instantiate and configure a Plugin object using a PluginFactory method or PluginBuilderFactory
builder class.
- PluginBuilder(PluginType<?>) - Constructor for class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
Constructs a PluginBuilder for a given PluginType.
- PluginBuilderAttribute - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Marks a field as a Plugin Attribute.
- PluginBuilderAttributeVisitor - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
PluginVisitor for PluginBuilderAttribute.
- PluginBuilderAttributeVisitor() - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.PluginBuilderAttributeVisitor
-
- PluginBuilderFactory - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Marks a method as a factory for custom Plugin builders.
- PluginCache - Class in org.apache.logging.log4j.core.config.plugins.processor
-
- PluginCache() - Constructor for class org.apache.logging.log4j.core.config.plugins.processor.PluginCache
-
- pluginCache - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- pluginClass - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- PluginConfiguration - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Identifies a parameter or field as a Configuration.
- PluginConfigurationVisitor - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
- PluginConfigurationVisitor() - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.PluginConfigurationVisitor
-
- PluginElement - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
- PluginElementVisitor(Elements) - Constructor for class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor.PluginElementVisitor
-
- PluginElementVisitor - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
- PluginElementVisitor() - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.PluginElementVisitor
-
- PluginEntry - Class in org.apache.logging.log4j.core.config.plugins.processor
-
Memento object for storing a plugin entry to a cache file.
- PluginEntry() - Constructor for class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- pluginEntry - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- PluginFactory - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Identifies a Method as the factory to create the plugin.
- pluginManager - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
The plugin manager.
- PluginManager - Class in org.apache.logging.log4j.core.config.plugins.util
-
Loads and manages all the plugins.
- PluginManager(String) - Constructor for class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Constructs a PluginManager for the plugin category name given.
- PluginNode - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Identifies a Plugin configuration Node.
- PluginNodeVisitor - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
- PluginNodeVisitor() - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.PluginNodeVisitor
-
- pluginPackages - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Packages found in configuration "packages" attribute.
- PluginProcessor - Class in org.apache.logging.log4j.core.config.plugins.processor
-
Annotation processor for pre-scanning Log4j 2 plugins.
- PluginProcessor() - Constructor for class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- PluginProcessor.PluginAliasesElementVisitor - Class in org.apache.logging.log4j.core.config.plugins.processor
-
ElementVisitor to scan the PluginAliases annotation.
- PluginProcessor.PluginElementVisitor - Class in org.apache.logging.log4j.core.config.plugins.processor
-
ElementVisitor to scan the Plugin annotation.
- PluginRegistry - Class in org.apache.logging.log4j.core.config.plugins.util
-
Registry singleton for PluginType maps partitioned by source type and then by category names.
- PluginRegistry() - Constructor for class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
- PluginRegistry.PluginTest - Class in org.apache.logging.log4j.core.config.plugins.util
-
A Test that checks to see if each class is annotated with the 'Plugin' annotation.
- plugins - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
- pluginsByCategoryByBundleId - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
Contains plugins found in Log4j2Plugins.dat cache files in OSGi Bundles.
- pluginsByCategoryByPackage - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
Contains plugins found by searching for annotated classes at runtime.
- pluginsByCategoryRef - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
Contains plugins found in Log4j2Plugins.dat cache files in the main CLASSPATH.
- PluginTest() - Constructor for class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry.PluginTest
-
- pluginType - Variable in class org.apache.logging.log4j.core.config.builder.api.Component
-
- pluginType - Variable in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
- PluginType<T> - Class in org.apache.logging.log4j.core.config.plugins.util
-
Plugin Descriptor.
- PluginType(PluginEntry, Class<T>, String) - Constructor for class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- PluginValue - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Identifies a parameter as a value.
- PluginValueVisitor - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
- PluginValueVisitor() - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.PluginValueVisitor
-
- PluginVisitor<A extends java.lang.annotation.Annotation> - Interface in org.apache.logging.log4j.core.config.plugins.visitors
-
Visitor strategy for parsing data from a
Node
, doing any relevant type conversion, and returning a
parsed value for that variable.
- PluginVisitors - Class in org.apache.logging.log4j.core.config.plugins.visitors
-
Utility class to locate an appropriate
PluginVisitor
implementation for an annotation.
- PluginVisitors() - Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitors
-
- PluginVisitorStrategy - Annotation Type in org.apache.logging.log4j.core.config.plugins
-
Meta-annotation to denote the class name to use that implements
PluginVisitor
for the annotated annotation.
- policy - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- policy - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- policy - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- policy - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.Builder
-
- poll(long, TimeUnit) - Method in class org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.MpscBlockingQueue
-
- pop() - Static method in class org.apache.log4j.NDC
-
Clients should call this method before leaving a diagnostic
context.
- pop() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- pop() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- pop() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the element at the top of the stack.
- pop() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- pop() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns the value of the last item placed on the stack.
- populateLazilyInitializedFields(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- port - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- port - Variable in class org.apache.logging.log4j.core.net.AbstractSocketManager
-
The port on the host.
- port - Variable in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- port - Variable in class org.apache.logging.log4j.core.net.DatagramSocketManager.FactoryData
-
- port - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- port - Variable in class org.apache.logging.log4j.core.net.SocketAddress.Builder
-
- port - Variable in class org.apache.logging.log4j.core.net.SslSocketManager.SslFactoryData
-
- port - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData
-
- pos - Variable in class org.apache.logging.log4j.core.util.CronExpression.ValueSet
-
- preConfigure(Node) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- PrefedinedStyleMaps - Static variable in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- PREFIX - Static variable in class org.apache.logging.log4j.core.util.Log4jThread
-
- PREFIX - Static variable in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- PREFIX_0x - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ByteArrayConverter
-
- PREFIX_BASE64 - Static variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ByteArrayConverter
-
- PREFIX_SEPARATOR - Static variable in class org.apache.logging.log4j.core.lookup.Interpolator
-
Constant for the prefix separator.
- prefixMatcher - Variable in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Stores the variable prefix.
- prefixSet(Set<String>, String) - Static method in class org.apache.logging.log4j.core.util.SetUtils
-
Extracts the Strings from a Set that start with a given prefix.
- prepareEvent(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- prevFileTime - Variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- previousTime - Variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Date requested in previous conversion.
- previousTime - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.Formatter
-
- primary - Variable in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- primaryRef - Variable in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- printable - Variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- printer - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
- printf(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a formatted message using the specified format string and arguments.
- printf(Level, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a formatted message using the specified format string and arguments.
- printf(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- printf(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- printNodes(String, Node, StringBuilder) - Method in class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
- printStack(StringBuilder, StackTraceElement[]) - Method in class org.apache.logging.log4j.message.BasicThreadInformation
-
Format the StackTraceElements.
- printStack(StringBuilder, StackTraceElement[]) - Method in class org.apache.logging.log4j.message.ExtendedThreadInformation
-
- printStack(StringBuilder, StackTraceElement[]) - Method in interface org.apache.logging.log4j.message.ThreadInformation
-
Format the stack trace into the provided StringBuilder.
- printThreadInfo(StringBuilder) - Method in class org.apache.logging.log4j.message.BasicThreadInformation
-
Print the thread information.
- printThreadInfo(StringBuilder) - Method in class org.apache.logging.log4j.message.ExtendedThreadInformation
-
- printThreadInfo(StringBuilder) - Method in interface org.apache.logging.log4j.message.ThreadInformation
-
Format the thread information into the provided StringBuilder.
- Priority - Class in org.apache.log4j
-
Refrain from using this class directly, use
the Level
class instead.
- Priority() - Constructor for class org.apache.log4j.Priority
-
Default constructor for deserialization.
- Priority(int, String, int) - Constructor for class org.apache.log4j.Priority
-
Instantiate a level object.
- Priority - Class in org.apache.logging.log4j.core.net
-
The Priority used in the Syslog system.
- Priority(Facility, Severity) - Constructor for class org.apache.logging.log4j.core.net.Priority
-
The Constructor.
- priority - Variable in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- priority - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- priority - Variable in class org.apache.logging.log4j.spi.Provider
-
- PrivateAdapter() - Constructor for class org.apache.log4j.Category.PrivateAdapter
-
- privateConfig - Variable in class org.apache.logging.log4j.core.Logger
-
Config should be consistent across threads.
- PrivateConfig(Configuration, Logger) - Constructor for class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- PrivateConfig(Logger.PrivateConfig, Level) - Constructor for class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- PrivateConfig(Logger.PrivateConfig, LoggerConfig) - Constructor for class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- PrivateManager() - Constructor for class org.apache.log4j.Category.PrivateManager
-
- PrivateManager() - Constructor for class org.apache.log4j.Logger.PrivateManager
-
- PrivateManager() - Constructor for class org.apache.log4j.LogManager.PrivateManager
-
- PrivateObjectOutputStream(OutputStream) - Constructor for class org.apache.logging.log4j.core.layout.SerializedLayout.PrivateObjectOutputStream
-
- PrivateSecurityManager() - Constructor for class org.apache.logging.log4j.util.ReflectionUtil.PrivateSecurityManager
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- processAttributes(Node, JsonNode) - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- processAttributes(Node, Element) - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- processLogEvent(LogEvent) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- processRemainingProperties(B, Properties) - Static method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- procId - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- properties - Variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- properties - Variable in class org.apache.log4j.layout.Log4j1XmlLayout
-
- properties - Variable in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
- properties - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- properties - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- PROPERTIES - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- properties - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- properties - Variable in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- properties - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- propertiesComponent - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- PropertiesConfiguration - Class in org.apache.logging.log4j.core.config.properties
-
Configuration created from a properties file.
- PropertiesConfiguration(LoggerContext, ConfigurationSource, Component) - Constructor for class org.apache.logging.log4j.core.config.properties.PropertiesConfiguration
-
- PropertiesConfigurationBuilder - Class in org.apache.logging.log4j.core.config.properties
-
Helper builder for parsing properties files into a PropertiesConfiguration.
- PropertiesConfigurationBuilder() - Constructor for class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- PropertiesConfigurationFactory - Class in org.apache.logging.log4j.core.config.properties
-
Creates a PropertiesConfiguration from a properties file.
- PropertiesConfigurationFactory() - Constructor for class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationFactory
-
- propertiesMap - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- PropertiesPlugin - Class in org.apache.logging.log4j.core.config
-
Handles properties defined in the configuration.
- PropertiesPlugin() - Constructor for class org.apache.logging.log4j.core.config.PropertiesPlugin
-
- propertiesRequireLookup - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- PropertiesRewritePolicy - Class in org.apache.logging.log4j.core.appender.rewrite
-
This policy modifies events by replacing or possibly adding keys and values to the MapMessage.
- PropertiesRewritePolicy(Configuration, List<Property>) - Constructor for class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
- PropertiesUtil - Class in org.apache.logging.log4j.util
-
Consider this class private.
- PropertiesUtil(Properties) - Constructor for class org.apache.logging.log4j.util.PropertiesUtil
-
Constructs a PropertiesUtil using a given Properties object as its source of defined properties.
- PropertiesUtil(String) - Constructor for class org.apache.logging.log4j.util.PropertiesUtil
-
Constructs a PropertiesUtil for a given properties file name on the classpath.
- Property - Class in org.apache.logging.log4j.core.config
-
Represents a key/value pair in the configuration.
- Property(String, String) - Constructor for class org.apache.logging.log4j.core.config.Property
-
- PROPERTY_ASYNC_NOTIF - Static variable in class org.apache.logging.log4j.core.jmx.Server
-
- PROPERTY_CONFIG - Static variable in class org.apache.logging.log4j.core.LoggerContext
-
Property name of the property change event fired if the configuration is changed.
- PROPERTY_DISABLE_JMX - Static variable in class org.apache.logging.log4j.core.jmx.Server
-
- PROPERTY_NAME - Static variable in class org.apache.logging.log4j.core.util.ClockFactory
-
Name of the system property that can be used to specify a Clock
implementation class.
- PROPERTY_NAME_ASYNC_EVENT_ROUTER - Static variable in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- PROPERTY_NAME_DISCARDING_THRESHOLD_LEVEL - Static variable in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- PROPERTY_NAME_INITIAL_CAPACITY - Static variable in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
System property name that can be used to control the data structure's initial capacity.
- PROPERTY_NAME_INITIAL_CAPACITY - Static variable in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
System property name that can be used to control the data structure's initial capacity.
- PROPERTY_VALUE_DEFAULT_ASYNC_EVENT_ROUTER - Static variable in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- PROPERTY_VALUE_DISCARDING_ASYNC_EVENT_ROUTER - Static variable in class org.apache.logging.log4j.core.async.AsyncQueueFullPolicyFactory
-
- propertyChange(PropertyChangeEvent) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- propertyChangeListeners - Variable in class org.apache.logging.log4j.core.LoggerContext
-
- PropertyConfigurator - Class in org.apache.log4j
-
A configurator for properties.
- PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
-
- PropertySetter - Class in org.apache.log4j.config
-
- PropertySetter(Object) - Constructor for class org.apache.log4j.config.PropertySetter
-
Create a new PropertySetter for the specified Object.
- PropertySetterException - Exception in org.apache.log4j.config
-
Thrown when an error is encountered whilst attempting to set a property
using the
PropertySetter
utility class.
- PropertySetterException(String) - Constructor for exception org.apache.log4j.config.PropertySetterException
-
Construct the exception with the given message.
- PropertySetterException(Throwable) - Constructor for exception org.apache.log4j.config.PropertySetterException
-
Construct the exception with the given root cause.
- props - Variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- PROPS - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
- props - Variable in class org.apache.logging.log4j.util.PropertiesUtil
-
- protocol - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- Protocol - Enum in org.apache.logging.log4j.core.net
-
Enumerates the supported protocols.
- Protocol() - Constructor for enum org.apache.logging.log4j.core.net.Protocol
-
- protocol - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- protocol - Variable in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- PROTOCOL - Static variable in class org.apache.logging.log4j.core.net.ssl.SslConfigurationDefaults
-
- PROTOCOL_FILE - Static variable in class org.apache.logging.log4j.core.util.FileUtils
-
Constant for the file URL protocol.
- Provider - Class in org.apache.logging.log4j.spi
-
Model class for a Log4j 2 provider.
- Provider(Properties, URL, ClassLoader) - Constructor for class org.apache.logging.log4j.spi.Provider
-
- PROVIDER_RESOURCE - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Resource name for a Log4j 2 provider properties file.
- PROVIDERS - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Loaded providers.
- ProviderUtil - Class in org.apache.logging.log4j.util
-
Consider this class private. Utility class for Log4j
Provider
s.
- ProviderUtil() - Constructor for class org.apache.logging.log4j.util.ProviderUtil
-
- publish(RingBufferLogEventTranslator) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- purge(int, int, RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- purge(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- purge() - Method in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
Purging appenders that were not in use specified time
- purge() - Method in interface org.apache.logging.log4j.core.appender.routing.PurgePolicy
-
Activates purging appenders
- purgeAscending(int, int, RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
Purges and renames old log files in preparation for rollover.
- purgeDescending(int, int, RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
Purges and renames old log files in preparation for rollover.
- PurgePolicy - Interface in org.apache.logging.log4j.core.appender.routing
-
Policy for purging routed appenders
- purgePolicy - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender.Builder
-
- purgePolicy - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- push(String) - Static method in class org.apache.log4j.NDC
-
Push new diagnostic context information for the current thread.
- push(String) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String, Object[]) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String, Object...) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- push(String) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- push(String) - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Pushes an element onto the stack.
- push(String) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- push(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- push(String, Object...) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- pushAll(List<String>) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Populates the Thread Context Stack with the supplied stack.
- pushAll(List<String>) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Populates the Thread Context Stack with the supplied stack.
- pushCount - Variable in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
- put(String, String) - Static method in class org.apache.log4j.MDC
-
- put(String, Object) - Static method in class org.apache.log4j.MDC
-
- put(String, String) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Populates the Thread Context Map with the supplied key/value pair.
- put(String, String) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Populates the Thread Context Map with the supplied key/value pair.
- put(Runnable) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.EmptyQueue
-
- put(E) - Method in class org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.MpscBlockingQueue
-
- put(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- put(Map<String, AnsiRenderer.Code[]>, String, AnsiRenderer.Code...) - Static method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- put(String, String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Add an item to the data Map.
- put(String, String) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- put(String, String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- put(String, String) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- put(String, String) - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- put(String, String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Puts a context value (the o
parameter) as identified
with the key
parameter into the current thread's
context map.
- put(String, String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts a context value (the value
parameter) as identified with the key
parameter into
the current thread's context map.
- put(String, String) - Method in class org.apache.logging.slf4j.Log4jMDCAdapter
-
- put(String, String) - Method in class org.apache.logging.slf4j.MDCContextMap
-
- PUT_ALL - Static variable in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- PUT_ALL - Static variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Populates the Thread Context Map with the supplied key/value pairs.
- putAll(Map<String, String>) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Populates the Thread Context Map with the supplied key/value pairs.
- putAll(ReadOnlyStringMap) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.message.MapMessage
-
Add all the elements from the specified Map.
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- putAll(Map<String, String>) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap2
-
Puts all given context map entries into the current thread's
context map.
- putAll(Map<String, String>) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts all given context map entries into the current thread's
context map.
- putAll(ReadOnlyStringMap) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- putAll(ReadOnlyStringMap) - Method in interface org.apache.logging.log4j.util.StringMap
-
Copy all key-value pairs from the specified ReadOnlyStringMap
into this StringMap
.
- putAll(Map<String, String>) - Method in class org.apache.logging.slf4j.MDCContextMap
-
- putAllValues(Map<String, V>) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- putAllValues(Map<String, V>) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- putAllValues(Map<String, V>) - Method in interface org.apache.logging.log4j.spi.ObjectThreadContextMap
-
Puts all given key-value pairs into the collection.
- putIfAbsent(Map<String, T>, String, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
-
- putIfAbsent(Map<String, T>, String, T) - Method in interface org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
-
- putIfAbsent(String, MessageFactory, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- putIfAbsent(Map<String, T>, String, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry.WeakMapFactory
-
- putValue(String, Object) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- putValue(String, Object) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- putValue(String, Object) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- putValue(String, V) - Method in interface org.apache.logging.log4j.spi.ObjectThreadContextMap
-
Puts the specified key-value pair into the collection.
- putValue(String, Object) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- putValue(String, Object) - Method in interface org.apache.logging.log4j.util.StringMap
-
Puts the specified key-value pair into the collection.
- randomAccessFile - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- randomAccessFile - Variable in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- randomAccessFile - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- RandomAccessFileAppender - Class in org.apache.logging.log4j.core.appender
-
File Appender.
- RandomAccessFileAppender(String, Layout<? extends Serializable>, Filter, RandomAccessFileManager, String, boolean, boolean, Advertiser) - Constructor for class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
- RandomAccessFileAppender.Builder<B extends RandomAccessFileAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds RandomAccessFileAppender instances.
- RandomAccessFileManager - Class in org.apache.logging.log4j.core.appender
-
Extends OutputStreamManager but instead of using a buffered output stream,
this class uses a ByteBuffer
and a RandomAccessFile
to do the
I/O.
- RandomAccessFileManager(LoggerContext, RandomAccessFile, String, OutputStream, int, String, Layout<? extends Serializable>, boolean) - Constructor for class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- RandomAccessFileManager.FactoryData - Class in org.apache.logging.log4j.core.appender
-
Factory Data.
- RandomAccessFileManager.RandomAccessFileManagerFactory - Class in org.apache.logging.log4j.core.appender
-
Factory to create a RandomAccessFileManager.
- RandomAccessFileManagerFactory() - Constructor for class org.apache.logging.log4j.core.appender.RandomAccessFileManager.RandomAccessFileManagerFactory
-
- rate - Variable in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
- rawContextData() - Method in interface org.apache.logging.log4j.core.ContextDataInjector
-
Returns a ReadOnlyStringMap
object reflecting the current state of the context.
- rawContextData() - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForCopyOnWriteThreadContextMap
-
- rawContextData() - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForDefaultThreadContextMap
-
- rawContextData() - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector.ForGarbageFreeThreadContextMap
-
- rawOption - Variable in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- read() - Method in class org.apache.log4j.config.InputStreamWrapper
-
- read(byte[]) - Method in class org.apache.log4j.config.InputStreamWrapper
-
- read(byte[], int, int) - Method in class org.apache.log4j.config.InputStreamWrapper
-
- readContents(InputStream, Charset) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
Returns the contents of the specified input stream as a String.
- readLock - Variable in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
- readObject(ObjectInputStream) - Method in class org.apache.log4j.Level
-
Custom deserialization of Level.
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Create the object after serialization.
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Create the object after serialization.
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- readObject(ObjectInputStream) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
Reconstitute the SortedArrayStringMap
instance from a stream (i.e.,
deserialize it).
- readObject(ObjectInputStream) - Method in class org.apache.logging.slf4j.Log4jLogger
-
Always treat de-serialization as a full-blown constructor, by validating the final state of
the de-serialized object.
- readOnlyContextMap - Static variable in class org.apache.logging.log4j.ThreadContext
-
- ReadOnlyStringMap - Interface in org.apache.logging.log4j.util
-
A read-only collection of String keys mapped to values of arbitrary type.
- ReadOnlyThreadContextMap - Interface in org.apache.logging.log4j.spi
-
Read-only view of the data structure that implements MDC behavior for
ThreadContext
.
- readResolve() - Method in class org.apache.log4j.Level
-
Resolved deserialized level to one of the stock instances.
- readResolve() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
Returns a Log4jLogEvent using the data in the proxy.
- readResolve() - Method in class org.apache.logging.log4j.core.layout.PatternMatch.Builder
-
- readResolve() - Method in class org.apache.logging.log4j.core.Logger.LoggerProxy
-
- readResolve() - Method in class org.apache.logging.log4j.Level
-
- readResolve() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage.ThreadDumpMessageProxy
-
Returns a ThreadDumpMessage using the data in the proxy.
- readWriteLock - Variable in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
- receiveBufferSize - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- recentFirst - Variable in class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime
-
- reconfigurable - Variable in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher
-
- reconfigurable - Variable in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher.ReconfigurationRunnable
-
- Reconfigurable - Interface in org.apache.logging.log4j.core.config
-
Implemented by Configurations that can be reconfigured at runtime.
- ReconfigurationRunnable(ConfigurationListener, Reconfigurable) - Constructor for class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher.ReconfigurationRunnable
-
- reconfigure() - Static method in class org.apache.log4j.LogManager
-
- reconfigure() - Method in class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
- reconfigure() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- reconfigure() - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfiguration
-
- reconfigure() - Method in interface org.apache.logging.log4j.core.config.Reconfigurable
-
- reconfigure() - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- reconfigure(URI) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Reconfigures the context.
- reconfigure() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Reconfigures the context.
- reconfigureLock - Variable in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- reconnectDelayMillis - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- reconnectDelayMillis - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData
-
- reconnectionDelay - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- reconnector - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- Reconnector(OutputStreamManager) - Constructor for class org.apache.logging.log4j.core.net.TcpSocketManager.Reconnector
-
- recurseIntoPath - Variable in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- RECURSION_PREFIX - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
Prefix for recursion.
- RECURSION_PREFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Prefix for recursion.
- RECURSION_SUFFIX - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
Suffix for recursion.
- RECURSION_SUFFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Suffix for recursion.
- recursive - Variable in class org.apache.logging.log4j.core.config.AppenderControl
-
- recursiveDeepToString(Object, StringBuilder, Set<String>) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
This method performs a deep toString of the given Object.
- Red(List<PatternFormatter>, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Red
-
Constructs the converter.
- ref - Variable in class org.apache.logging.log4j.core.config.AppenderRef
-
- REF - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- ReflectionUtil - Class in org.apache.logging.log4j.core.util
-
Utility class for performing common reflective operations.
- ReflectionUtil() - Constructor for class org.apache.logging.log4j.core.util.ReflectionUtil
-
- ReflectionUtil - Class in org.apache.logging.log4j.util
-
Consider this class private. Provides various methods to determine the caller class.
- ReflectionUtil() - Constructor for class org.apache.logging.log4j.util.ReflectionUtil
-
- ReflectionUtil.PrivateSecurityManager - Class in org.apache.logging.log4j.util
-
- RegexFilter - Class in org.apache.logging.log4j.core.filter
-
This filter returns the onMatch result if the message matches the regular expression.
- RegexFilter(boolean, Pattern, Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.RegexFilter
-
- REGEXP - Static variable in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- regexReplacement - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.Builder
-
- RegexReplacement - Class in org.apache.logging.log4j.core.pattern
-
Replace tokens in the LogEvent message.
- RegexReplacement(Pattern, String) - Constructor for class org.apache.logging.log4j.core.pattern.RegexReplacement
-
Private constructor.
- RegexReplacementConverter - Class in org.apache.logging.log4j.core.pattern
-
Replacement pattern converter.
- RegexReplacementConverter(List<PatternFormatter>, Pattern, String) - Constructor for class org.apache.logging.log4j.core.pattern.RegexReplacementConverter
-
Construct the converter.
- regionLength - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- regionLength - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager.FactoryData
-
- regionLength - Variable in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- register(MBeanServer, Object, ObjectName) - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- registerAppenders(LoggerContext, MBeanServer, Executor) - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- registerContextSelector(String, ContextSelector, MBeanServer, Executor) - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- registered - Variable in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.RegisteredCancellable
-
- RegisteredCancellable(Runnable, Collection<Cancellable>) - Constructor for class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.RegisteredCancellable
-
- registerListener(StatusListener) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Registers a new listener.
- registerLoggerConfigs(LoggerContext, MBeanServer, Executor) - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- registerNewStatusConsoleListener() - Method in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- registerPrimitiveTypes() - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- registerStatusLogger(String, MBeanServer, Executor) - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- registerTypeAlias(Type, Type) - Method in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- registry - Variable in class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- registry - Variable in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
A map to store loggers for their given LoggerContexts.
- RelativeTimePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the relative time in milliseconds since JVM Startup.
- RelativeTimePatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.RelativeTimePatternConverter
-
Private constructor.
- release() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- release(LogEvent) - Static method in class org.apache.logging.log4j.core.impl.ReusableLogEventFactory
-
Switches the reserved
flag off if the specified event is a MutableLogEvent, otherwise does nothing.
- release(Message) - Static method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
Switches the reserved
flag off if the specified message is a ReusableParameterizedMessage,
otherwise does nothing.
- releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
May be overridden by managers to perform processing while the manager is being released and the
lock is held.
- releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Default hook to write footer during close.
- releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
Default hook to write footer during close.
- releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.core.net.JndiManager
-
- reliabilityStrategy - Variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- ReliabilityStrategy - Interface in org.apache.logging.log4j.core.config
-
Interface for objects that know how to ensure delivery of log events to the appropriate appenders, even during and
after the configuration has been modified while the system is actively used.
- ReliabilityStrategyFactory - Class in org.apache.logging.log4j.core.config
-
Factory for ReliabilityStrategies.
- ReliabilityStrategyFactory() - Constructor for class org.apache.logging.log4j.core.config.ReliabilityStrategyFactory
-
- remainingCapacity() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.EmptyQueue
-
- remainingCapacity() - Method in class org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.MpscBlockingQueue
-
- remainingDisruptorCapacity() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- remainingDisruptorCapacity() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- remap() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- remove(String) - Static method in class org.apache.log4j.MDC
-
- remove() - Static method in class org.apache.log4j.NDC
-
Remove the diagnostic context for this thread.
- remove(String) - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
Removes the AppenderControl with the specific name and returns it (or null
if no such appender existed).
- remove(String) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- remove(Object, int) - Static method in class org.apache.logging.log4j.core.util.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(T[], int) - Static method in class org.apache.logging.log4j.core.util.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove() - Method in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
Throws UnsupportedOperationException
.
- remove(Marker) - Method in interface org.apache.logging.log4j.Marker
-
Removes the specified Marker as a parent of this Marker.
- remove(Marker) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- remove(String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Remove the element with the specified name.
- remove(String) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- remove(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- remove(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- remove(String) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- remove(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- remove(String) - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- remove(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Removes the the context identified by the key
parameter.
- remove() - Method in class org.apache.logging.log4j.ThreadContext.EmptyIterator
-
- remove(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Removes the context value identified by the key
parameter.
- remove(String) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- remove(String) - Method in interface org.apache.logging.log4j.util.StringMap
-
Removes the key-value pair for the specified key from this data structure.
- remove(Marker) - Method in class org.apache.logging.slf4j.Log4jMarker
-
- remove(String) - Method in class org.apache.logging.slf4j.Log4jMDCAdapter
-
- remove(String) - Method in class org.apache.logging.slf4j.MDCContextMap
-
- removeAll() - Method in class org.apache.logging.log4j.core.util.CyclicBuffer
-
Removes all the elements from the buffer and returns them.
- removeAll(Iterable<String>) - Method in interface org.apache.logging.log4j.spi.CleanableThreadContextMap
-
Removes all given context map keys from the current thread's context map.
- removeAll(Iterable<String>) - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- removeAll(Iterable<String>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- removeAll(Iterable<String>) - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- removeAll(Collection<?>) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- removeAll(Iterable<String>) - Static method in class org.apache.logging.log4j.ThreadContext
-
Removes the context values identified by the keys
parameter.
- removeAll(Iterable<String>) - Method in class org.apache.logging.slf4j.MDCContextMap
-
- removeAllAppenders() - Method in class org.apache.log4j.Category
-
No-op implementation.
- removeAppender(Appender) - Method in class org.apache.log4j.Category
-
No-op implementation.
- removeAppender(String) - Method in class org.apache.log4j.Category
-
No-op implementation.
- removeAppender(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Remove an Appender.
- removeAppender(String) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Removes the Appender with the specific name.
- removeAppender(Appender) - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is used primarily for unit testing.
- removeAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
-
- removeAttributeValue(Map<String, String>, String, String...) - Static method in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
Removes an Entry from a given Map using a key name and aliases for that key.
- removeConfigurationFactory(ConfigurationFactory) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Removes the ConfigurationFactory.
- removeContext(LoggerContext) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Removes knowledge of a LoggerContext.
- removeContext(LoggerContext) - Method in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- removeContext(LoggerContext) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- removeContext(LoggerContext) - Method in interface org.apache.logging.log4j.core.selector.ContextSelector
-
Remove any references to the LoggerContext.
- removeContext(LoggerContext) - Method in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- removeContext(String) - Method in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- removeContext(String) - Method in interface org.apache.logging.log4j.core.selector.NamedContextSelector
-
Locate the LoggerContext with the specified name using the default configuration.
- removeContext(LoggerContext) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- removeContext(LoggerContext) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
Removes knowledge of a LoggerContext.
- removeContext(LoggerContext) - Method in class org.apache.logging.slf4j.SLF4JLoggerContextFactory
-
- removeElementAt(int, AppenderControl[]) - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
- removeFilter(Filter) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Removes a Filter.
- removeFilter(Filter) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- removeFilter(Filter) - Method in interface org.apache.logging.log4j.core.filter.Filterable
-
Removes a Filter.
- removeFilter(Filter) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Removes a Filter from the current Configuration.
- removeListener(ConfigurationListener) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Remove a ConfigurationListener.
- removeListener(ConfigurationListener) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- removeListener(StatusListener) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Removes a StatusListener.
- removeListeners(String) - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
Add listener to StatusLogger for this context, or replace it if it already exists.
- removeLogger(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Remove a LoggerConfig.
- removeLogger(String) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- removeShutdownHook() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- removeStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Removes the diagnostic context for this thread.
- renameEmptyFiles - Variable in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
If true, rename empty files, otherwise delete empty files.
- renameEmptyFiles - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- render(StackTraceElement, StringBuilder, TextRenderer) - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- render(String, StringBuilder, String) - Method in class org.apache.logging.log4j.core.pattern.HtmlTextRenderer
-
- render(StringBuilder, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.HtmlTextRenderer
-
- render(Ansi, AnsiRenderer.Code) - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- render(Ansi, AnsiRenderer.Code...) - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- render(String, String...) - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
Renders the given text with the given names which can be ANSI code names or Log4j style names.
- render(String, StringBuilder, String) - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- render(StringBuilder, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- render(String, StringBuilder, String) - Method in class org.apache.logging.log4j.core.pattern.PlainTextRenderer
-
- render(StringBuilder, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.PlainTextRenderer
-
- render(String, StringBuilder, String) - Method in interface org.apache.logging.log4j.core.pattern.TextRenderer
-
Renders input text to an output.
- render(StringBuilder, StringBuilder) - Method in interface org.apache.logging.log4j.core.pattern.TextRenderer
-
Renders input text to an output.
- renderOn(StringBuilder, TextRenderer) - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- renderOn(StringBuilder, TextRenderer) - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- renderOn(StringBuilder, TextRenderer) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- renderSuffix(String, StringBuilder, TextRenderer) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- replace - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSelectorSerializer
-
- replace - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSerializer
-
- replace - Variable in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- replace(Object, Map<String, String>) - Static method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the map.
- replace(Object, Map<String, String>, String, String) - Static method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the map.
- replace(Object, Properties) - Static method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with their matching
values from the properties.
- replace(String) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source string as a template.
- replace(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source string as a template.
- replace(String, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source string as a template.
- replace(LogEvent, String, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source string as a template.
- replace(char[]) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source array as a template.
- replace(LogEvent, char[]) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source array as a template.
- replace(char[], int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source array as a template.
- replace(LogEvent, char[], int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source array as a template.
- replace(StringBuffer) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source buffer as a template.
- replace(LogEvent, StringBuffer) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source buffer as a template.
- replace(StringBuffer, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source buffer as a template.
- replace(LogEvent, StringBuffer, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source buffer as a template.
- replace(StringBuilder) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source builder as a template.
- replace(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source builder as a template.
- replace(StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source builder as a template.
- replace(LogEvent, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source builder as a template.
- replace(Object) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the resolver.
- replace(LogEvent, Object) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the resolver.
- replaceIn(StringBuffer) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer
with their matching values from the resolver.
- replaceIn(StringBuffer, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer
with their matching values from the resolver.
- replaceIn(LogEvent, StringBuffer, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer
with their matching values from the resolver.
- replaceIn(StringBuilder) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables within the given source
builder with their matching values from the resolver.
- replaceIn(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables within the given source
builder with their matching values from the resolver.
- replaceIn(StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables within the given source
builder with their matching values from the resolver.
- replaceIn(LogEvent, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Replaces all the occurrences of variables within the given source
builder with their matching values from the resolver.
- replyto - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- reportException(Exception) - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Captures exception.
- reportException(Exception) - Method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
Reports exception.
- reportException(Exception) - Method in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
Capture exception.
- reportException(Exception) - Method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
Captures exception.
- reportWarning(String) - Method in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- REPOSITORY - Static variable in class org.apache.log4j.LogManager
-
- Repository() - Constructor for class org.apache.log4j.LogManager.Repository
-
- RepositorySelector - Interface in org.apache.log4j.spi
-
The
LogManager
uses one (and only one)
RepositorySelector
implementation to select the
LoggerRepository
for a particular application context.
- REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
Declare the version of the SLF4J API this implementation is compiled
against.
- required - Variable in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- Required - Annotation Type in org.apache.logging.log4j.core.config.plugins.validation.constraints
-
Marks a plugin builder field or plugin factory parameter as required.
- required - Variable in class org.apache.logging.log4j.message.StructuredDataId
-
- REQUIRED_JAVA_CLASSES - Static variable in class org.apache.logging.log4j.core.util.FilteredObjectInputStream
-
- RequiredValidator - Class in org.apache.logging.log4j.core.config.plugins.validation.validators
-
Validator that checks an object for emptiness.
- RequiredValidator() - Constructor for class org.apache.logging.log4j.core.config.plugins.validation.validators.RequiredValidator
-
- requireNonEmpty(T) - Static method in class org.apache.logging.log4j.core.util.Assert
-
Checks a value for emptiness and throws an IllegalArgumentException if it's empty.
- requireNonEmpty(T, String) - Static method in class org.apache.logging.log4j.core.util.Assert
-
Checks a value for emptiness and throws an IllegalArgumentException if it's empty.
- requireNonNull(Object, String) - Static method in class org.apache.logging.log4j.MarkerManager
-
- requiresLayout() - Method in interface org.apache.log4j.Appender
-
Configurators call this method to determine if the appender
requires a layout.
- reregisterMBeansAfterReconfigure() - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- reregisterMBeansAfterReconfigure(MBeanServer) - Static method in class org.apache.logging.log4j.core.jmx.Server
-
- reserve() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Sets the reserved flag to true and returns this object.
- reserved - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- reserved - Variable in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- RESERVED - Static variable in class org.apache.logging.log4j.message.StructuredDataId
-
Reserved enterprise number.
- reset() - Method in class org.apache.log4j.config.InputStreamWrapper
-
- reset(ScheduledFuture<?>, Date) - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- reset() - Method in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Clears the list of status events and listeners.
- resetConfiguration() - Static method in class org.apache.log4j.BasicConfigurator
-
No-op implementation.
- resetConfiguration() - Method in class org.apache.log4j.LogManager.Repository
-
- resetConfiguration() - Static method in class org.apache.log4j.LogManager
-
No-op implementation.
- resetConfiguration() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- resetConfigurationFactory() - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Resets the ConfigurationFactory to the default.
- resetInputStream() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns a new ConfigurationSource
whose input stream is reset to the beginning.
- resize(int) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- resolveAddress(String) - Method in class org.apache.logging.log4j.core.net.SslSocketManager.SslSocketManagerFactory
-
- resolveClass(ObjectStreamClass) - Method in class org.apache.logging.log4j.core.util.FilteredObjectInputStream
-
- ResolverUtil - Class in org.apache.logging.log4j.core.config.plugins.util
-
ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
- ResolverUtil() - Constructor for class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
- ResolverUtil.Test - Interface in org.apache.logging.log4j.core.config.plugins.util
-
A simple interface that specifies how to test classes to determine if they are to be included in the results
produced by the ResolverUtil.
- resolveVariable(LogEvent, String, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Internal method that resolves the value of a variable.
- resourceBundle - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- resourceBundle - Variable in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- ResourceBundleLookup - Class in org.apache.logging.log4j.core.lookup
-
Looks up keys from resource bundles.
- ResourceBundleLookup() - Constructor for class org.apache.logging.log4j.core.lookup.ResourceBundleLookup
-
- resourceMatches - Variable in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
The set of matches being accumulated.
- Result() - Constructor for enum org.apache.logging.log4j.core.Filter.Result
-
- result - Variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleExitMessage
-
- retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- retainAll(Collection<?>) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- rethrow(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
Rethrows a Throwable
.
- rethrow0(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
- retry - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- ReusableLogEventFactory - Class in org.apache.logging.log4j.core.impl
-
Garbage-free LogEventFactory that reuses a single mutable log event.
- ReusableLogEventFactory() - Constructor for class org.apache.logging.log4j.core.impl.ReusableLogEventFactory
-
- ReusableMessage - Interface in org.apache.logging.log4j.message
-
Messages implementing this interface are reused between logging calls.
- ReusableMessageFactory - Class in org.apache.logging.log4j.message
-
Implementation of the
MessageFactory
interface that avoids allocating temporary objects where possible.
- ReusableMessageFactory() - Constructor for class org.apache.logging.log4j.message.ReusableMessageFactory
-
Constructs a message factory.
- ReusableObjectMessage - Class in org.apache.logging.log4j.message
-
Mutable Message wrapper around an Object message.
- ReusableObjectMessage() - Constructor for class org.apache.logging.log4j.message.ReusableObjectMessage
-
- ReusableParameterizedMessage - Class in org.apache.logging.log4j.message
-
Reusable parameterized message.
- ReusableParameterizedMessage() - Constructor for class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Creates a reusable message.
- ReusableSimpleMessage - Class in org.apache.logging.log4j.message
-
Mutable Message wrapper around a String message.
- ReusableSimpleMessage() - Constructor for class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- reuseAddress - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- rewrite(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rewrite.LoggerNameLevelRewritePolicy
-
- rewrite(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy
-
Rewrite the event.
- rewrite(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
Rewrite the event.
- rewrite(LogEvent) - Method in interface org.apache.logging.log4j.core.appender.rewrite.RewritePolicy
-
Rewrite a logging event.
- RewriteAppender - Class in org.apache.logging.log4j.core.appender.rewrite
-
This Appender allows the logging event to be manipulated before it is processed by other Appenders.
- RewriteAppender(String, Filter, boolean, AppenderRef[], RewritePolicy, Configuration) - Constructor for class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
- rewritePolicy - Variable in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
- RewritePolicy - Interface in org.apache.logging.log4j.core.appender.rewrite
-
Interface to be implemented by components that support modifications to the LogEvent.
- rewritePolicy - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender.Builder
-
- rewritePolicy - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- Rfc1349TrafficClass - Enum in org.apache.logging.log4j.core.net
-
- Rfc1349TrafficClass(int) - Constructor for enum org.apache.logging.log4j.core.net.Rfc1349TrafficClass
-
- rfc1349TrafficClass - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- RFC5424 - Static variable in class org.apache.logging.log4j.core.appender.SyslogAppender
-
- Rfc5424Layout - Class in org.apache.logging.log4j.core.layout
-
Formats a log event in accordance with RFC 5424.
- Rfc5424Layout(Configuration, Facility, String, int, boolean, boolean, String, String, String, String, String, String, String, String, String, Charset, String, boolean, LoggerFields[]) - Constructor for class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- Rfc5424Layout.ExcludeChecker - Class in org.apache.logging.log4j.core.layout
-
Excludes the listed keys.
- Rfc5424Layout.FieldFormatter - Class in org.apache.logging.log4j.core.layout
-
- Rfc5424Layout.IncludeChecker - Class in org.apache.logging.log4j.core.layout
-
Includes only the listed keys.
- Rfc5424Layout.ListChecker - Interface in org.apache.logging.log4j.core.layout
-
Interface used to check keys in a Map.
- Rfc5424Layout.NoopChecker - Class in org.apache.logging.log4j.core.layout
-
Does nothing.
- Rfc5424Layout.StructuredDataElement - Class in org.apache.logging.log4j.core.layout
-
- RFC_822_TIME_ZONE - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy
-
- ring - Variable in class org.apache.logging.log4j.core.util.CyclicBuffer
-
- ringBuffer - Variable in class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
- ringBuffer - Variable in class org.apache.logging.log4j.util.Unbox.State
-
- ringBuffer - Variable in class org.apache.logging.log4j.util.Unbox.WebSafeState
-
- RINGBUFFER_DEFAULT_SIZE - Static variable in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- RINGBUFFER_MIN_SIZE - Static variable in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- RINGBUFFER_MIN_SIZE - Static variable in class org.apache.logging.log4j.util.Unbox
-
- RINGBUFFER_NO_GC_DEFAULT_SIZE - Static variable in class org.apache.logging.log4j.core.async.DisruptorUtil
-
- RINGBUFFER_SIZE - Static variable in class org.apache.logging.log4j.util.Unbox
-
- RingBufferAdmin - Class in org.apache.logging.log4j.core.jmx
-
Instruments an LMAX Disruptor ring buffer.
- RingBufferAdmin(RingBuffer<?>, String) - Constructor for class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
- RingBufferAdminMBean - Interface in org.apache.logging.log4j.core.jmx
-
The MBean interface for monitoring and managing an LMAX Disruptor ring
buffer.
- RingBufferLogEvent - Class in org.apache.logging.log4j.core.async
-
When the Disruptor is started, the RingBuffer is populated with event objects.
- RingBufferLogEvent() - Constructor for class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- RingBufferLogEvent.Factory - Class in org.apache.logging.log4j.core.async
-
Creates the events that will be put in the RingBuffer.
- RingBufferLogEventHandler - Class in org.apache.logging.log4j.core.async
-
This event handler gets passed messages from the RingBuffer as they become
available.
- RingBufferLogEventHandler() - Constructor for class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
- RingBufferLogEventTranslator - Class in org.apache.logging.log4j.core.async
-
This class is responsible for writing elements that make up a log event into
the ringbuffer RingBufferLogEvent
.
- RingBufferLogEventTranslator() - Constructor for class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- ringBufferSize - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- ringBufferSize - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- RollingFileAppender - Class in org.apache.logging.log4j.core.appender
-
An appender that writes to files and can roll over at intervals.
- RollingFileAppender(String, Layout<? extends Serializable>, Filter, RollingFileManager, String, String, boolean, boolean, Advertiser) - Constructor for class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- RollingFileAppender.Builder<B extends RollingFileAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds FileAppender instances.
- RollingFileManager - Class in org.apache.logging.log4j.core.appender.rolling
-
The Rolling File Manager.
- RollingFileManager(String, String, OutputStream, boolean, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, int, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Deprecated.
- RollingFileManager(String, String, OutputStream, boolean, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, boolean, ByteBuffer) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Deprecated.
- RollingFileManager(LoggerContext, String, String, OutputStream, boolean, boolean, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, boolean, ByteBuffer) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- RollingFileManager.AsyncAction - Class in org.apache.logging.log4j.core.appender.rolling
-
Performs actions asynchronously.
- RollingFileManager.EmptyQueue - Class in org.apache.logging.log4j.core.appender.rolling
-
- RollingFileManager.FactoryData - Class in org.apache.logging.log4j.core.appender.rolling
-
Factory data.
- RollingFileManager.RollingFileManagerFactory - Class in org.apache.logging.log4j.core.appender.rolling
-
Factory to create a RollingFileManager.
- RollingFileManagerFactory() - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.RollingFileManagerFactory
-
- RollingRandomAccessFileAppender - Class in org.apache.logging.log4j.core.appender
-
An appender that writes to random access files and can roll over at
intervals.
- RollingRandomAccessFileAppender(String, Layout<? extends Serializable>, Filter, RollingRandomAccessFileManager, String, String, boolean, boolean, int, Advertiser) - Constructor for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- RollingRandomAccessFileAppender.Builder<B extends RollingRandomAccessFileAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
- RollingRandomAccessFileManager - Class in org.apache.logging.log4j.core.appender.rolling
-
Extends RollingFileManager but instead of using a buffered output stream, this class uses a ByteBuffer
and a
RandomAccessFile
to do the I/O.
- RollingRandomAccessFileManager(LoggerContext, RandomAccessFile, String, String, OutputStream, boolean, boolean, int, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- RollingRandomAccessFileManager.FactoryData - Class in org.apache.logging.log4j.core.appender.rolling
-
Factory data.
- RollingRandomAccessFileManager.RollingRandomAccessFileManagerFactory - Class in org.apache.logging.log4j.core.appender.rolling
-
Factory to create a RollingRandomAccessFileManager.
- RollingRandomAccessFileManagerFactory() - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.RollingRandomAccessFileManagerFactory
-
- rollover() - Method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- rollover(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
Performs the rollover.
- rollover(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
Performs the rollover.
- rollover() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- rollover(RolloverStrategy) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- rollover(RollingFileManager) - Method in interface org.apache.logging.log4j.core.appender.rolling.RolloverStrategy
-
Prepare for a rollover.
- RolloverDescription - Interface in org.apache.logging.log4j.core.appender.rolling
-
Description of actions needed to complete rollover.
- RolloverDescriptionImpl - Class in org.apache.logging.log4j.core.appender.rolling
-
Description of actions needed to complete rollover.
- RolloverDescriptionImpl(String, boolean, Action, Action) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Create new instance.
- RolloverFrequency - Enum in org.apache.logging.log4j.core.appender.rolling
-
Enumeration of rollover frequency values.
- RolloverFrequency() - Constructor for enum org.apache.logging.log4j.core.appender.rolling.RolloverFrequency
-
- rolloverStrategy - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- RolloverStrategy - Interface in org.apache.logging.log4j.core.appender.rolling
-
A RollingPolicy
specifies the actions taken on a logging file rollover.
- rolloverStrategyUpdater - Static variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- root - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- root - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- root - Variable in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- ROOT - Static variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- root - Variable in class org.apache.logging.log4j.core.config.Loggers
-
- ROOT_LOGGER_NAME - Static variable in class org.apache.logging.log4j.LogManager
-
The name of the root Logger.
- ROOTCATEGORY - Static variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- rootCause - Variable in exception org.apache.log4j.config.PropertySetterException
-
The root cause.
- rootComponent - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- rootElement - Variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- ROOTLOGGER - Static variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- RootLogger() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfig.RootLogger
-
- RootLogger() - Constructor for class org.apache.logging.log4j.core.config.LoggerConfig.RootLogger
-
- RootLoggerComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing the root Logger Components.
- rootNode - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
The root node of the configuration.
- rootProperties - Variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- RootThrowablePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Outputs the Throwable portion of the LoggingEvent as a full stack trace
unless this converter's option is 'short', where it just outputs the first line of the trace, or if
the number of lines to print is explicitly specified.
- RootThrowablePatternConverter(Configuration, String[]) - Constructor for class org.apache.logging.log4j.core.pattern.RootThrowablePatternConverter
-
Private constructor.
- Route - Class in org.apache.logging.log4j.core.appender.routing
-
A Route to an appender.
- Route(Node, String, String) - Constructor for class org.apache.logging.log4j.core.appender.routing.Route
-
- Routes - Class in org.apache.logging.log4j.core.appender.routing
-
Contains the individual Route elements.
- Routes(Configuration, AbstractScript, String, Route...) - Constructor for class org.apache.logging.log4j.core.appender.routing.Routes
-
- routes - Variable in class org.apache.logging.log4j.core.appender.routing.Routes.Builder
-
- routes - Variable in class org.apache.logging.log4j.core.appender.routing.Routes
-
- routes - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender.Builder
-
- routes - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- Routes.Builder - Class in org.apache.logging.log4j.core.appender.routing
-
- routingAppender - Variable in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- RoutingAppender - Class in org.apache.logging.log4j.core.appender.routing
-
This Appender "routes" between various Appenders, some of which can be references to
Appenders defined earlier in the configuration while others can be dynamically created
within this Appender as required.
- RoutingAppender(String, Filter, boolean, Routes, RewritePolicy, Configuration, PurgePolicy, AbstractScript) - Constructor for class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- RoutingAppender.Builder<B extends RoutingAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender.routing
-
- run(Log4j1ConfigurationConverter.CommandLineArguments) - Static method in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- run() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- run() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.AsyncThread
-
- run() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
- run() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
- run() - Method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy.CronTrigger
-
- run() - Method in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- run() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- run() - Method in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher.ReconfigurationRunnable
-
- run() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager.Reconnector
-
- run() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.RegisteredCancellable
-
- run() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Executes the registered shutdown callbacks.
- run() - Method in class org.apache.logging.log4j.core.util.WatchManager.WatchRunnable
-
- run() - Method in class org.apache.logging.log4j.util.LoaderUtil.ThreadContextClassLoaderGetter
-
- runDate - Variable in class org.apache.logging.log4j.core.config.CronScheduledFuture.FutureData
-
- runnable - Variable in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- runners - Variable in class org.apache.logging.log4j.core.script.ScriptManager.ThreadLocalScriptRunner
-
- scanBundleForPlugins(Bundle) - Static method in class org.apache.logging.log4j.core.osgi.Activator
-
- scanInstalledBundlesForPlugins(BundleContext) - Static method in class org.apache.logging.log4j.core.osgi.Activator
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Creates and executes a one-shot action that becomes enabled after the given delay.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently
with the given period; that is executions will commence after initialDelay then initialDelay+period,
then initialDelay + 2 * period, and so on.
- Scheduled - Annotation Type in org.apache.logging.log4j.core.config
-
Annotation that identifies a Class as requiring a Scheduled thread.
- scheduledFuture - Variable in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- scheduledFuture - Variable in class org.apache.logging.log4j.core.config.CronScheduledFuture.FutureData
-
- scheduledItems - Variable in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- scheduleNext() - Method in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- scheduler - Variable in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- scheduler - Variable in class org.apache.logging.log4j.core.util.WatchManager
-
- scheduleWithCron(CronExpression, Runnable) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Creates and executes an action that first based on a cron expression.
- scheduleWithCron(CronExpression, Date, Runnable) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Creates and executes an action that first based on a cron expression.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Creates and executes a periodic action that becomes enabled first after the given initial delay, and
subsequently with the given delay between the termination of one execution and the commencement of the next.
- schemaResource - Variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- script - Variable in class org.apache.logging.log4j.core.appender.rolling.action.ScriptCondition
-
- script - Variable in class org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
-
- script - Variable in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- script - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- script - Variable in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- Script - Class in org.apache.logging.log4j.core.script
-
Container for the language and body of a script.
- Script(String, String, String) - Constructor for class org.apache.logging.log4j.core.script.Script
-
- script - Variable in class org.apache.logging.log4j.core.script.ScriptManager.MainScriptRunner
-
- script - Variable in class org.apache.logging.log4j.core.script.ScriptManager.ThreadLocalScriptRunner
-
- ScriptAppenderSelector - Class in org.apache.logging.log4j.core.appender
-
- ScriptAppenderSelector(String, Filter, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.ScriptAppenderSelector
-
- ScriptAppenderSelector.Builder - Class in org.apache.logging.log4j.core.appender
-
Builds an appender.
- ScriptComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing Layout Components.
- scriptCondition - Variable in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- ScriptCondition - Class in org.apache.logging.log4j.core.appender.rolling.action
-
A condition of the
DeleteAction
where a user-provided script selects the files to delete from a provided
list.
- ScriptCondition(AbstractScript, Configuration) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.ScriptCondition
-
Constructs a new ScriptCondition.
- scriptEngine - Variable in class org.apache.logging.log4j.core.script.ScriptManager.MainScriptRunner
-
- ScriptFile - Class in org.apache.logging.log4j.core.script
-
Container for the language and body of a script file along with the file location.
- ScriptFile(String, Path, String, boolean, String) - Constructor for class org.apache.logging.log4j.core.script.ScriptFile
-
- ScriptFileComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing ScriptFile Components.
- ScriptFilter - Class in org.apache.logging.log4j.core.filter
-
Returns the onMatch result if the script returns True and returns the onMisMatch value otherwise.
- ScriptFilter(AbstractScript, Configuration, Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.ScriptFilter
-
- scriptManager - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
The Script manager.
- ScriptManager - Class in org.apache.logging.log4j.core.script
-
Manages the scripts use by the Configuration.
- ScriptManager(Configuration, WatchManager) - Constructor for class org.apache.logging.log4j.core.script.ScriptManager
-
- scriptManager - Variable in class org.apache.logging.log4j.core.script.ScriptRef
-
- ScriptManager.AbstractScriptRunner - Class in org.apache.logging.log4j.core.script
-
- ScriptManager.MainScriptRunner - Class in org.apache.logging.log4j.core.script
-
- ScriptManager.ScriptRunner - Interface in org.apache.logging.log4j.core.script
-
- ScriptManager.ThreadLocalScriptRunner - Class in org.apache.logging.log4j.core.script
-
- ScriptPatternSelector - Class in org.apache.logging.log4j.core.layout
-
Selects the pattern to use based on the Marker in the LogEvent.
- ScriptPatternSelector(AbstractScript, PatternMatch[], String, boolean, boolean, boolean, Configuration) - Constructor for class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- ScriptPatternSelector.Builder - Class in org.apache.logging.log4j.core.layout
-
Custom ScriptPatternSelector builder.
- ScriptRef - Class in org.apache.logging.log4j.core.script
-
Contains a reference to a script defined elsewhere in the configuration.
- ScriptRef(String, ScriptManager) - Constructor for class org.apache.logging.log4j.core.script.ScriptRef
-
- scriptRunners - Variable in class org.apache.logging.log4j.core.script.ScriptManager
-
- scripts - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- SCRIPTS - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- scriptsComponent - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- ScriptsPlugin - Class in org.apache.logging.log4j.core.config
-
A container of Scripts.
- ScriptsPlugin() - Constructor for class org.apache.logging.log4j.core.config.ScriptsPlugin
-
- scriptStaticVariables - Variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- scriptText - Variable in class org.apache.logging.log4j.core.script.AbstractScript
-
- sdId - Variable in class org.apache.logging.log4j.core.layout.LoggerFields
-
- SECOND - Static variable in class org.apache.logging.log4j.core.util.CronExpression
-
- SECOND_CHAR - Static variable in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- SECOND_MS - Static variable in class org.apache.logging.log4j.core.filter.TimeFilter
-
Length of second in milliseconds.
- SECOND_STRATEGY - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- seconds - Variable in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
The number of seconds in the duration.
- seconds - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- SECONDS_PER_DAY - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
Seconds per day.
- SECONDS_PER_HOUR - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
Seconds per hour.
- SECONDS_PER_MINUTE - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
Seconds per minute.
- SecretKeyProvider - Interface in org.apache.logging.log4j.core.util
-
Factory class to provide a SecretKey
instance.
- SECURITY_MANAGER - Static variable in class org.apache.logging.log4j.util.LoaderUtil
-
- SECURITY_MANAGER - Static variable in class org.apache.logging.log4j.util.ReflectionUtil
-
- SecurityProviderConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.SecurityProviderConverter
-
- selectFilesToDelete(Path, List<PathWithAttributes>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.ScriptCondition
-
Executes the script
- selectNumberRule(int, int) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Gets an appropriate rule for the padding required.
- selector - Variable in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- selector - Variable in class org.apache.logging.log4j.core.jmx.ContextSelectorAdmin
-
- semaphore - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- sendBufferSize - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- sendEvents(Layout<?>, LogEvent) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
Send the contents of the cyclic buffer as an e-mail message.
- sendMultipartMessage(MimeMessage, MimeMultipart) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- separator - Variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
The stack trace separator.
- SEQUENCE - Static variable in class org.apache.logging.log4j.core.pattern.SequenceNumberPatternConverter
-
- SEQUENCE_MASK - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- sequenceCallback - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler
-
- sequenceCallback - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
- sequenceNo - Variable in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- sequenceNo - Variable in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- SequenceNumberPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event sequence number.
- SequenceNumberPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.SequenceNumberPatternConverter
-
Private constructor.
- serialize(LogEvent, boolean) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Take a snapshot of the specified LogEvent
.
- serialize(Log4jLogEvent, boolean) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Take a snapshot of the specified Log4jLogEvent
.
- serializedHeader - Static variable in class org.apache.logging.log4j.core.layout.SerializedLayout
-
- SerializedLayout - Class in org.apache.logging.log4j.core.layout
-
Formats a
LogEvent
in its Java serialized form.
- SerializedLayout() - Constructor for class org.apache.logging.log4j.core.layout.SerializedLayout
-
- SerializedLayout.PrivateObjectOutputStream - Class in org.apache.logging.log4j.core.layout
-
The stream header will be written in the Manager so skip it here.
- serializedParameters - Variable in class org.apache.logging.log4j.message.MessageFormatMessage
-
- SerializerBuilder() - Constructor for class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- serializeToBytes(AbstractStringLayout.Serializer, byte[]) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- serializeToString(AbstractStringLayout.Serializer) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- serialVersionUID - Static variable in exception org.apache.log4j.config.PropertySetterException
-
- serialVersionUID - Static variable in class org.apache.log4j.Level
-
Serialization version id.
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.AbstractLogEvent
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.core.config.ConfigurationException
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.config.OrderComparator
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.layout.PatternMatch.Builder
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.Logger.LoggerProxy
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.Logger
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.core.net.ssl.KeyStoreConfigurationException
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.core.net.ssl.SslConfigurationException
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.core.net.ssl.StoreConfigurationException
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.core.net.ssl.TrustStoreConfigurationException
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.core.net.SslSocketManager.SslSocketManagerFactory.TlsSocketManagerFactoryException
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.script.ScriptManager
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.Level
-
- serialVersionUID - Static variable in exception org.apache.logging.log4j.LoggingException
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.AbstractMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleEntryMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleExitMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.FormattedMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.FormattedMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.MapMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.MessageFormatMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.MessageFormatMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ObjectMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.SimpleMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.SimpleMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.StringFormattedMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.StructuredDataId
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.StructuredDataMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.message.ThreadDumpMessage.ThreadDumpMessageProxy
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.simple.SimpleLogger
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.status.StatusData
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.status.StatusLogger.BoundedQueue
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- serialVersionUID - Static variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- serialVersionUID - Static variable in class org.apache.logging.slf4j.Log4jLogger
-
- serialVersionUID - Static variable in class org.apache.logging.slf4j.Log4jMarker
-
- serialVersionUID - Static variable in class org.apache.logging.slf4j.SLF4JLogger
-
- serialVersionUID - Static variable in exception org.apache.logging.slf4j.SLF4JLoggingException
-
Generated serial version ID.
- Server - Class in org.apache.logging.log4j.core.jmx
-
Creates MBeans to instrument various classes in the log4j class hierarchy.
- Server() - Constructor for class org.apache.logging.log4j.core.jmx.Server
-
- serviceInfoClass - Static variable in class org.apache.logging.log4j.core.net.MulticastDnsAdvertiser
-
- session - Variable in class org.apache.logging.log4j.core.net.SmtpManager
-
- set(Object) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- set(String, Object...) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- set(String) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- set(CharSequence) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- setAdditive(boolean) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the additive setting.
- setAdditive(boolean) - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- setAdditive(boolean) - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Sets whether the instrumented LoggerConfig
should be additive.
- setAdditive(boolean) - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is present only to support the Log4j 1.2 compatibility
bridge.
- setAdditivity(boolean) - Method in class org.apache.log4j.Category
-
- setAdvertise(boolean) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- setAdvertise(boolean) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- setAdvertiser(Advertiser) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setAdvertiser(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Set the Advertiser Plugin name.
- setAdvertiser(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setAdvertiser(Advertiser) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- setAdvertiseURI(String) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- setAdvertiseURI(String) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- setAliases(String...) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- setAliases(String...) - Method in interface org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitor
-
Sets the list of aliases to use for this visit.
- setAllLevels(String, Level) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Sets the levels of parentLogger
and all 'child' loggers to the given level
.
- setAlwaysWriteExceptions(boolean) - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- setAlwaysWriteExceptions(boolean) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setAlwaysWriteExceptions(boolean) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- setAnnotation(Annotation) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- setAnnotation(Annotation) - Method in interface org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitor
-
Sets the Annotation to be used for this.
- setAppend(boolean) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- setAppend(boolean) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- setAppender(Appender) - Method in interface org.apache.log4j.spi.ErrorHandler
-
Set the appender for which errors are handled.
- setAppenderRefs(AppenderRef[]) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setAppName(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setBackupAppender(Appender) - Method in interface org.apache.log4j.spi.ErrorHandler
-
Set the appender to fallback upon in case of failure.
- setBandwidth(int) - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- setBasicValues(AsyncLogger, String, Marker, String, Level, Message, Throwable, ThreadContext.ContextStack, StackTraceElement, long, long) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- setBlocking(boolean) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setBlockingQueueFactory(BlockingQueueFactory<LogEvent>) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setBufferSize(int) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setCalendar(FastDateParser, Calendar, String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.CaseInsensitiveTextStrategy
- setCalendar(FastDateParser, Calendar, String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.ISO8601TimeZoneStrategy
- setCalendar(FastDateParser, Calendar, String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.PatternStrategy
-
- setCalendar(FastDateParser, Calendar, String) - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy
- setCalendarHour(Calendar, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
Advance the calendar to the particular hour paying particular attention
to daylight saving problems.
- setCategory(String) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setCharset(Charset) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- setCharsetName(Charset) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setClassLoader(ClassLoader) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Sets an explicit ClassLoader that should be used when scanning for classes.
- setClassName(String) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setConfigLocation(URI) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Sets the configLocation to the specified value and reconfigures this context.
- setConfigLocationUri(String) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- setConfigLocationUri(String) - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Sets the configuration location to the specified URI.
- setConfigText(String, String) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- setConfigText(String, String) - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Sets the configuration text.
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setConfiguration(Configuration) - Method in interface org.apache.logging.log4j.core.config.ConfigurationAware
-
Injects the current Configuration into this object.
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Sets the Configuration to be used.
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.lookup.AbstractConfigurationAwareLookup
-
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
- setConfigurationFactory(ConfigurationFactory) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Sets the configuration factory.
- setConfigurationName(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets the name of the configuration.
- setConfigurationName(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
Set the name of the configuration.
- setConfigurationSource(ConfigurationSource) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets the configuration source, if one exists.
- setConfigurationSource(ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
Set the ConfigurationSource.
- setConfigurationSource(ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- setConnectionTime(int) - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- setContentType(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- setContextData(StringMap) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setContextData(StringMap) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setContextData(StringMap) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setContextMap(Map<String, String>) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
Deprecated.
- setContextMap(Map) - Method in class org.apache.logging.slf4j.Log4jMDCAdapter
-
- setContextName(String) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- setContextStack(ThreadContext.ContextStack) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setContextStack(ThreadContext.ContextStack) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setConversionType(Class<?>) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- setConversionType(Class<?>) - Method in interface org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitor
-
Sets the class to convert the plugin value to on this visit.
- setCurrentFileTime(long) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- setDefaultPattern(String) - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- setDefaultPattern(String) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setDefaultPattern(String) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- setDefer(boolean) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setDelay(long) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
-
- setDestination(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Specifies the destination for StatusLogger events.
- setDestination(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setDirect(boolean) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setDisableAnsi(boolean) - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- setDisableAnsi(boolean) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setDisableAnsi(boolean) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- setEnableSubstitutionInVariables(boolean) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets a flag whether substitution is done in variable names.
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setEndOfBatch(boolean) - Method in interface org.apache.logging.log4j.core.LogEvent
-
Sets whether this event is the last one in a batch.
- setEnterpriseNumber(int) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.Appender
-
- setErrorRef(String) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setEscapeChar(char) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the escape character.
- setEscapeNL(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setEscapeNL(String) - Method in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- setEventPrefix(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setExceptionPattern(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setExcludes(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setExternalContext(Object) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Sets the external context.
- setFacility(Facility) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setFacility(Facility) - Method in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- setFactory(LoggerContextFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Sets the current LoggerContextFactory to use.
- setFailFast(boolean) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setFieldValue(Field, Object, Object) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Sets the value of a Field
, making it accessible if required.
- setFileName(String) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- setFileName(String) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender.Builder
-
- setFilter(Filter) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setFilter(Filter) - Method in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- setFilter(Filter) - Method in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- setFilters(String...) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Adds package name filters to exclude.
- setFollow(boolean) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setFollow(boolean) - Method in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- setFollow(boolean) - Method in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- setFooter(byte[]) - Method in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- setFooterSerializer(AbstractStringLayout.Serializer) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- setFormat(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setFrom(String) - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- setHandler(ErrorHandler) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
The handler must be set before the appender is started.
- setHandler(ErrorHandler) - Method in interface org.apache.logging.log4j.core.Appender
-
- setHeader(byte[]) - Method in class org.apache.logging.log4j.core.layout.AbstractLayout.Builder
-
- setHeaderSerializer(AbstractStringLayout.Serializer) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout.Builder
-
- setHelp(boolean) - Method in class org.apache.logging.log4j.core.util.BasicCommandLineArguments
-
- setHost(InetAddress) - Method in class org.apache.logging.log4j.core.net.SocketAddress.Builder
-
- setId(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setId(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Sets the id from a String.
- setId(StructuredDataId) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Sets the id.
- setIgnoreExceptions(boolean) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setIgnoreExceptions(boolean) - Method in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- setIgnoreExceptions(boolean) - Method in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setIncludeLocation(boolean) - Method in interface org.apache.logging.log4j.core.LogEvent
-
Sets whether the source of the logging request is required downstream.
- setIncludeMdc(boolean) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setIncludeNewLine(boolean) - Method in class org.apache.logging.log4j.core.layout.SyslogLayout.Builder
-
- setIncludes(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setIntervalSeconds(int) - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- setKeepAlive(boolean) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setKey(String) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setKey(String) - Method in class org.apache.logging.log4j.core.layout.PatternMatch.Builder
-
- setKey(String) - Method in class org.apache.logging.log4j.core.util.KeyValuePair.Builder
-
- setLatency(int) - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- setLayout(Layout) - Method in interface org.apache.log4j.Appender
-
Set the
Layout
for this appender.
- setLayout(Layout<? extends Serializable>) - Method in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- setLayout(StringLayout) - Method in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- setLevel(Level) - Method in class org.apache.log4j.Category
-
- setLevel(LoggerConfig, Level) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
- setLevel(Map<String, Level>) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Sets logger levels.
- setLevel(String, Level) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Sets a logger's level.
- setLevel(String, Level, Configuration) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
- setLevel(Level) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the logging Level.
- setLevel(Level) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the logging level to use.
- setLevel(Level) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setLevel(Level) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setLevel(String) - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
- setLevel(String) - Method in interface org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean
-
Sets the LoggerConfig
level to the specified value.
- setLevel(String) - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- setLevel(String) - Method in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Sets the StatusLogger
level to the specified value.
- setLevel(Level) - Method in class org.apache.logging.log4j.core.Logger
-
This method is not exposed through the public API and is provided primarily for unit testing.
- setLevel(Level) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- setLevel(Level) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Sets the level to a new value.
- setLevel(Level) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- setLocation(String) - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- setLogEventFactory(LogEventFactory) - Method in interface org.apache.logging.log4j.core.async.AsyncLoggerConfigDelegate
-
Notifies the delegate what LogEventFactory an AsyncLoggerConfig is using, so the delegate can determine
whether to populate the ring buffer with mutable log events or not.
- setLogEventFactory(LogEventFactory) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- setLogEventFactory(LogEventFactory) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the LogEventFactory.
- setLogger(Logger) - Method in interface org.apache.log4j.spi.ErrorHandler
-
Add a reference to a logger to which the failing appender might
be attached to.
- setLoggerAdditive(Logger, boolean) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Marks a LoggerConfig as additive.
- setLoggerAdditive(Logger, boolean) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- setLoggerContext(LoggerContext) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets the logger context.
- setLoggerContext(LoggerContext) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setLoggerContext(LoggerContext) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- setLoggerFields(LoggerFields[]) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setLoggerFqcn(String) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setLoggerFqcn(String) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setLoggerName(String) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setLoggerName(String) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setLoggerName(String) - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Set the name of the Logger.
- setLoggerName(String) - Method in interface org.apache.logging.log4j.message.LoggerNameAwareMessage
-
The name of the Logger.
- setMainArguments(String...) - Static method in class org.apache.logging.log4j.core.lookup.MainMapLookup
-
An application's public static main(String[])
method calls this method to make its main arguments
available for lookup with the prefix main
.
- setMainArguments(String...) - Static method in class org.apache.logging.log4j.core.lookup.MapLookup
-
- setMarker(Marker) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setMarker(Marker) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setMaxBurst(long) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the maximum number of events that can occur before events are filtered for exceeding the average rate.
- setMaxDepth(int) - Static method in class org.apache.log4j.NDC
-
Set maximum depth of this diagnostic context.
- setMdcId(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setMdcPrefix(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setMember(Member) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- setMember(Member) - Method in interface org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitor
-
Sets the Member that this visitor is being used for injection upon.
- setMessage(Message) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setMessage(Message) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setMessage(Message) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setMessageFormat(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- setMonitorInterval(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets the interval at which the configuration file should be checked for changes.
- setMonitorInterval(int) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- setMonitorInterval(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setMsgId(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setName(String) - Method in interface org.apache.log4j.Appender
-
Set the name of this appender.
- setName(String) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- setName(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Set the name of the configuration.
- setName(String) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setName(String) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Sets the name.
- setNanoClock(NanoClock) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setNanoClock(NanoClock) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Sets the
NanoClock
instance for this configuration.
- setNanoClock(NanoClock) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Sets the NanoClock
to use for creating the nanoTime timestamp of log events.
- setNanoTime(long) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
Sets the nano time for the event.
- setNanoTime(long) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setNewLine(boolean) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setNext(Filter) - Method in class org.apache.log4j.spi.Filter
-
Set the next filter pointer.
- setNoConsoleNoAnsi(boolean) - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- setNoConsoleNoAnsi(boolean) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setNoConsoleNoAnsi(boolean) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- setObject(Object) - Method in class org.apache.logging.log4j.core.config.Node
-
- setOnMatch(Filter.Result) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the Result to return when the filter matches.
- setOnMismatch(Filter.Result) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the Result to return when the filter does not match.
- setOobInline(boolean) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setOutputStream(OutputStream) - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- setOutputStream(OutputStream) - Static method in class org.apache.logging.log4j.util.LowLevelLogUtil
-
Sets the underlying OutputStream where exceptions are printed to.
- setPackages(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets the list of packages to search for plugins.
- setPackages(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setParameter(Element, PropertySetter, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- setParent(LoggerConfig) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the parent of this LoggerConfig.
- setParents() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setParents(Marker...) - Method in interface org.apache.logging.log4j.Marker
-
Replaces the set of parent Markers with the provided Markers.
- setParents(Marker...) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- setPassword(String) - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- setPathIn(Path) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setPathOut(Path) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setPattern(String) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setPattern(String) - Method in class org.apache.logging.log4j.core.layout.PatternMatch.Builder
-
- setPatternSelector(PatternSelector) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setPerformancePreferences(SocketPerformancePreferences) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setPluginManager(PluginManager) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setPluginPackages(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- setPort(int) - Method in class org.apache.logging.log4j.core.net.SocketAddress.Builder
-
- setPrevFileTime(long) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- setPrintable(boolean) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setPriority(Priority) - Method in class org.apache.log4j.Category
-
- setProperties(Properties, String) - Method in class org.apache.log4j.config.PropertySetter
-
Set the properties for the object that match the prefix
passed as parameter.
- setProperties(Object, Properties, String) - Static method in class org.apache.log4j.config.PropertySetter
-
Set the properties of an object passed as a parameter in one
go.
- setProperties(PatternMatch[]) - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector.Builder
-
- setProperties(PatternMatch[]) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- setProperty(String, String) - Method in class org.apache.log4j.config.PropertySetter
-
Set a property on this PropertySetter's Object.
- setProperty(PropertyDescriptor, String, String) - Method in class org.apache.log4j.config.PropertySetter
-
Set the named property given a PropertyDescriptor
.
- setRate(float) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the average number of events per second to allow.
- setReceiveBufferSize(int) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setRecipients(Message.RecipientType, String) - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- setRecurseIntoPath(Path) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setRegionLength(int) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender.Builder
-
- setRenameEmptyFiles(boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- setReplace(RegexReplacement) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.SerializerBuilder
-
- setReplyTo(String) - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- setRepositorySelector(RepositorySelector, Object) - Static method in class org.apache.log4j.LogManager
-
No-op implementation.
- setRequired(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setResourceBundle(ResourceBundle) - Method in class org.apache.log4j.Category
-
- setReuseAddress(boolean) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setRfc1349TrafficClass(Rfc1349TrafficClass) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setRolloverStrategy(RolloverStrategy) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- setRootLevel(Level) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Sets the root logger's level.
- setRootProperties(Properties) - Method in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- setScheduledFuture(CronScheduledFuture<?>) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- setScript(AbstractScript) - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector.Builder
-
- setScriptManager(ScriptManager) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setSendBufferSize(int) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setSequenceCallback(Sequence) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler
-
- setSequenceCallback(Sequence) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
- setShutdownHook(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets whether the shutdown hook should be disabled.
- setShutdownHook(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- setShutdownHook(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setShutdownTimeout(long) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setShutdownTimeout(long, TimeUnit) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
How long appenders and background tasks will get to shutdown when the JVM shuts down.
- setShutdownTimeout(long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setShutdownTimeoutMillis(long) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- setSoLinger(int) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setSoTimeout(int) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setSource(StackTraceElement) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setStack(Collection<String>) - Static method in class org.apache.logging.log4j.ThreadContext
-
Sets this thread's stack.
- setStarted() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setStarting() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setState(LifeCycle.State) - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setStaticFieldValue(Field, Object) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Sets the value of a static Field
, making it accessible if required.
- setStatusLevel(Level) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets the level of the StatusLogger.
- setStatusLevel(Level) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setStopped() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setStopping() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setStream(PrintStream) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- setStrSubstitutor(StrSubstitutor) - Method in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- setStrSubstitutor(StrSubstitutor) - Method in interface org.apache.logging.log4j.core.config.plugins.visitors.PluginVisitor
-
Sets the StrSubstitutor to use for converting raw strings before type conversion.
- setSubject(String) - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- setTarget(ConsoleAppender.Target) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setTarget(OutputStream) - Method in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- setTarget(Writer) - Method in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- setTcpNoDelay(boolean) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setThreadId(long) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setThreadId(long) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setThreadName(String) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setThreadName(String) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setThreadPriority(int) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setThreadPriority(int) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setThreshold(Level) - Method in class org.apache.log4j.LogManager.Repository
-
- setThreshold(String) - Method in class org.apache.log4j.LogManager.Repository
-
- setThreshold(Level) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Set the repository-wide threshold.
- setThreshold(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- setThrown(Throwable) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setThrown(Throwable) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setThrownProxy(ThrowableProxy) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setTimeMillis(long) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setTimeMillis(long) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setTimeZone(TimeZone) - Method in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Sets the time zone.
- setTimeZone(TimeZone) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
Sets the time zone for which this CronExpression
will be resolved.
- setToDefault() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setTrafficClass(int) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setTriggeringPolicy(TriggeringPolicy) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- setType(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- setup() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setup() - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- setup() - Method in class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
- setup() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- setup() - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- setupAdvertisement() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setUpShutdownHook() - Method in class org.apache.logging.log4j.core.LoggerContext
-
- setUseThreadLocals(boolean) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
Signals this context whether it is allowed to use ThreadLocal objects for efficiency.
- setUseThreadLocals(boolean) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
Signals this AsyncLoggerDisruptor whether it is allowed to store non-JDK classes in ThreadLocal objects for
efficiency.
- SetUtils - Class in org.apache.logging.log4j.core.util
-
Set-related convenience methods.
- SetUtils() - Constructor for class org.apache.logging.log4j.core.util.SetUtils
-
- setValue(String) - Method in class org.apache.logging.log4j.core.config.Node
-
- setValue(String) - Method in class org.apache.logging.log4j.core.util.KeyValuePair.Builder
-
- setValueDelimiter(char) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable default value delimiter to use.
- setValueDelimiter(String) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable default value delimiter to use.
- setValueDelimiterMatcher(StrMatcher) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable default value delimiter matcher to use.
- setValues(AsyncLogger, String, Marker, String, Level, Message, Throwable, StringMap, ThreadContext.ContextStack, long, String, int, StackTraceElement, long, long) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setVariablePrefix(char) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable prefix to use.
- setVariablePrefix(String) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable prefix to use.
- setVariablePrefixMatcher(StrMatcher) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable prefix matcher currently in use.
- setVariableResolver(StrLookup) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the VariableResolver that is used to lookup variables.
- setVariableSuffix(char) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable suffix to use.
- setVariableSuffix(String) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable suffix to use.
- setVariableSuffixMatcher(StrMatcher) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the variable suffix matcher currently in use.
- setVerbose(boolean) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setVerbosity(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Sets whether the logging should include constructing Plugins.
- setVerbosity(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- setWriter(Writer) - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
- setWriter(Writer) - Static method in class org.apache.logging.log4j.util.LowLevelLogUtil
-
Sets the underlying Writer where exceptions are printed to.
- severity - Variable in class org.apache.logging.log4j.core.net.Priority
-
- Severity - Enum in org.apache.logging.log4j.core.net
-
Severity values used by the Syslog system.
- Severity(int) - Constructor for enum org.apache.logging.log4j.core.net.Severity
-
- SHIFT_1 - Static variable in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- SHIFT_2 - Static variable in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- SHIFT_2 - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- SHIFT_3 - Static variable in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- SHIFT_4 - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- SHIFT_6 - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- SHORT - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Format only the first line of the throwable.
- SHORT - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
SHORT locale dependent date or time style.
- SHORT - Static variable in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
SHORT locale dependent date or time style.
- ShortConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ShortConverter
-
- shouldSkip(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- showContextMap - Variable in class org.apache.logging.log4j.simple.SimpleLogger
-
- showContextMap - Variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
Include the ThreadContextMap in the log message
- showDateTime - Variable in class org.apache.logging.log4j.simple.SimpleLogger
-
- showDateTime - Variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
Include the current time in the log message
- showLogName - Variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
Include the instance name in the log message?
- showShortName - Variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
Include the short name (last component) of the logger in the log message.
- shutdown() - Static method in class org.apache.log4j.Category
-
No-op implementation.
- shutdown() - Method in class org.apache.log4j.LogManager.Repository
-
- shutdown() - Static method in class org.apache.log4j.LogManager
-
No-op implementation.
- shutdown() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- shutdown - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.AsyncThread
-
- shutdown() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.AsyncThread
-
- shutdown - Variable in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- shutdown(LoggerContext) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Shuts down the given logger context.
- shutdown(LoggerContext, long, TimeUnit) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Shuts down the given logger context.
- shutdown - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.Reconnector
-
- shutdown() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager.Reconnector
-
- shutdown(ExecutorService, long, TimeUnit, String) - Static method in class org.apache.logging.log4j.core.util.ExecutorServices
-
Shuts down the given ExecutorService
in an orderly fashion.
- shutdown() - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown using the LoggerContext appropriate for the caller of this method.
- shutdown(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- shutdown(LoggerContext) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- SHUTDOWN_CALLBACK_REGISTRY - Static variable in interface org.apache.logging.log4j.core.util.ShutdownCallbackRegistry
-
System property to set to choose the ShutdownCallbackRegistry.
- SHUTDOWN_HOOK - Static variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- SHUTDOWN_HOOK_ENABLED - Static variable in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- SHUTDOWN_HOOK_ENABLED - Static variable in interface org.apache.logging.log4j.core.util.ShutdownCallbackRegistry
-
System property to set to override the global ability to register shutdown hooks.
- SHUTDOWN_HOOK_MARKER - Static variable in interface org.apache.logging.log4j.core.util.ShutdownCallbackRegistry
-
Shared Marker to indicate log messages corresponding to shutdown hooks.
- SHUTDOWN_LOG_EVENT - Static variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- SHUTDOWN_TIMEOUT - Static variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- shutdownCallback - Variable in class org.apache.logging.log4j.core.LoggerContext
-
- shutdownCallbackRegistry - Variable in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- ShutdownCallbackRegistry - Interface in org.apache.logging.log4j.core.util
-
Registry used for Runnable shutdown callback instances.
- shutdownFlag - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- shutdownHookRef - Variable in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- shutdownLock - Variable in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- shutdownTimeout - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- shutdownTimeout - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- shutdownTimeoutMillis - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Shutdown timeout in milliseconds.
- shutdownTimeoutMillis - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- signalCompletionIfShutdown() - Method in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- SIMPLE_CONVERSION_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
A simple pattern.
- SIMPLE_NAME - Static variable in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- SimpleEntryMessage(String, Message) - Constructor for class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleEntryMessage
-
- SimpleExitMessage(String, EntryMessage) - Constructor for class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleExitMessage
-
- SimpleExitMessage(String, Object, EntryMessage) - Constructor for class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleExitMessage
-
- SimpleExitMessage(String, Object, Message) - Constructor for class org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleExitMessage
-
- SimpleLogger - Class in org.apache.logging.log4j.simple
-
This is the default logger that is used when no suitable logging implementation is available.
- SimpleLogger(String, Level, boolean, boolean, boolean, boolean, String, MessageFactory, PropertiesUtil, PrintStream) - Constructor for class org.apache.logging.log4j.simple.SimpleLogger
-
- SimpleLoggerContext - Class in org.apache.logging.log4j.simple
-
- SimpleLoggerContext() - Constructor for class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- SimpleLoggerContextFactory - Class in org.apache.logging.log4j.simple
-
- SimpleLoggerContextFactory() - Constructor for class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- SimpleMessage - Class in org.apache.logging.log4j.message
-
The simplest possible implementation of Message.
- SimpleMessage() - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Basic constructor.
- SimpleMessage(String) - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Constructor that includes the message.
- SimpleMessage(CharSequence) - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Constructor that includes the message.
- SimpleMessageFactory - Class in org.apache.logging.log4j.message
-
- SimpleMessageFactory() - Constructor for class org.apache.logging.log4j.message.SimpleMessageFactory
-
- simpleName(Object) - Static method in class org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
object.getClass().getSimpleName()
returns Builder
, when we want PatternLayout$Builder
.
- simpleQuote(StringBuilder, String) - Static method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- SINGLE_QUOTE_MATCHER - Static variable in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the double quote character.
- singleQuoteMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the single quote character.
- SINGLETON - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
The unique instance of this class.
- 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 - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- size() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginCache
-
Gets the number of plugin categories registered.
- size() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- size() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- size(String, int) - Static method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- size - Variable in enum org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
- size(String, int) - Static method in class org.apache.logging.log4j.core.util.Constants
-
- size() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- size() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- size() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- size - Variable in class org.apache.logging.log4j.status.StatusLogger.BoundedQueue
-
- size() - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- size() - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns the number of key-value pairs in this collection.
- size - Variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
The number of key-value mappings contained in this map.
- size() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SizeBasedTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
- SizeBasedTriggeringPolicy() - Constructor for class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
Constructs a new instance.
- SizeBasedTriggeringPolicy(long) - Constructor for class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
Constructs a new instance.
- skip(long) - Method in class org.apache.log4j.config.InputStreamWrapper
-
- skipFooter - Variable in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- skipFooter(boolean) - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Indicate whether the footer should be skipped or not.
- skipFormattingInfo - Variable in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- skipWhiteSpace(int, String) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- SLEEP_MILLIS - Static variable in class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- SLEEP_MILLIS_BETWEEN_DRAIN_ATTEMPTS - Static variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- SLEEP_MILLIS_BETWEEN_DRAIN_ATTEMPTS - Static variable in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- sleepMillis() - Static method in class org.apache.logging.log4j.core.config.AwaitUnconditionallyReliabilityStrategy
-
- SLF4JLogger - Class in org.apache.logging.slf4j
-
- SLF4JLogger(String, MessageFactory, Logger) - Constructor for class org.apache.logging.slf4j.SLF4JLogger
-
- SLF4JLogger(String, Logger) - Constructor for class org.apache.logging.slf4j.SLF4JLogger
-
- SLF4JLoggerContext - Class in org.apache.logging.slf4j
-
- SLF4JLoggerContext() - Constructor for class org.apache.logging.slf4j.SLF4JLoggerContext
-
- SLF4JLoggerContextFactory - Class in org.apache.logging.slf4j
-
- SLF4JLoggerContextFactory() - Constructor for class org.apache.logging.slf4j.SLF4JLoggerContextFactory
-
- SLF4JLoggingException - Exception in org.apache.logging.slf4j
-
Exception thrown when the SLF4J adapter encounters a problem.
- SLF4JLoggingException(String) - Constructor for exception org.apache.logging.slf4j.SLF4JLoggingException
-
- SLF4JLoggingException(String, Exception) - Constructor for exception org.apache.logging.slf4j.SLF4JLoggingException
-
- SLF4JLoggingException(Exception) - Constructor for exception org.apache.logging.slf4j.SLF4JLoggingException
-
- slotBegin - Variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Integral second preceding the previous converted Date.
- SLOTS - Static variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
- SmtpAppender - Class in org.apache.logging.log4j.core.appender
-
Send an e-mail when a specific logging event occurs, typically on errors or
fatal errors.
- SmtpAppender(String, Filter, Layout<? extends Serializable>, SmtpManager, boolean) - Constructor for class org.apache.logging.log4j.core.appender.SmtpAppender
-
- SmtpManager - Class in org.apache.logging.log4j.core.net
-
Manager for sending SMTP events.
- SmtpManager(String, Session, MimeMessage, SmtpManager.FactoryData) - Constructor for class org.apache.logging.log4j.core.net.SmtpManager
-
- SmtpManager.FactoryData - Class in org.apache.logging.log4j.core.net
-
Factory data.
- SmtpManager.SMTPManagerFactory - Class in org.apache.logging.log4j.core.net
-
Factory to create the SMTP Manager.
- SMTPManagerFactory() - Constructor for class org.apache.logging.log4j.core.net.SmtpManager.SMTPManagerFactory
-
- socket - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- SocketAddress - Class in org.apache.logging.log4j.core.net
-
Plugin to hold a hostname and port (socket address).
- SocketAddress(InetAddress, int) - Constructor for class org.apache.logging.log4j.core.net.SocketAddress
-
- socketAddress - Variable in class org.apache.logging.log4j.core.net.SocketAddress
-
- SocketAddress.Builder - Class in org.apache.logging.log4j.core.net
-
- SocketAppender - Class in org.apache.logging.log4j.core.appender
-
An Appender that delivers events over socket connections.
- SocketAppender(String, Layout<? extends Serializable>, Filter, AbstractSocketManager, boolean, boolean, Advertiser) - Constructor for class org.apache.logging.log4j.core.appender.SocketAppender
-
- SocketAppender.AbstractBuilder<B extends SocketAppender.AbstractBuilder<B>> - Class in org.apache.logging.log4j.core.appender
-
Subclasses can extend this abstract Builder.
- SocketAppender.Builder - Class in org.apache.logging.log4j.core.appender
-
Builds a SocketAppender.
- socketOptions - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- SocketOptions - Class in org.apache.logging.log4j.core.net
-
Holds all socket options settable via Socket
methods.
- SocketOptions() - Constructor for class org.apache.logging.log4j.core.net.SocketOptions
-
- socketOptions - Variable in class org.apache.logging.log4j.core.net.SslSocketManager.SslFactoryData
-
- socketOptions - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData
-
- socketOptions - Variable in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- SocketPerformancePreferences - Class in org.apache.logging.log4j.core.net
-
Holds all socket options settable via Socket.setPerformancePreferences(int, int, int)
.
- SocketPerformancePreferences() - Constructor for class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- soLinger - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- SortedArrayStringMap - Class in org.apache.logging.log4j.util
-
Consider this class private.
Array-based implementation of the ReadOnlyStringMap
interface.
- SortedArrayStringMap() - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SortedArrayStringMap(int) - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SortedArrayStringMap(ReadOnlyStringMap) - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SortedArrayStringMap(Map<String, ?>) - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- sortedKeys - Variable in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- sorter - Variable in class org.apache.logging.log4j.core.appender.rolling.action.SortingVisitor
-
- SortingVisitor - Class in org.apache.logging.log4j.core.appender.rolling.action
-
FileVisitor that sorts files.
- SortingVisitor(PathSorter) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.SortingVisitor
-
Constructs a new DeletingVisitor.
- soTimeout - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- source - Variable in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
Source file.
- source - Variable in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
Source.
- source - Variable in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
Source file.
- source - Variable in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
Source file.
- source(String) - Method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- source - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- source - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- source - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- source - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- source - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- SPACE - Static variable in class org.apache.logging.log4j.simple.SimpleLogger
-
- SPACE - Static variable in class org.apache.logging.log4j.util.Chars
-
Space.
- SPACE_MATCHER - Static variable in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the space character.
- spaceMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the space character.
- SPACES - Static variable in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Array of spaces.
- SPLIT_MATCHER - Static variable in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the same characters as StringTokenizer,
namely space, tab, newline, formfeed.
- splitMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the same characters as StringTokenizer,
namely space, tab, newline and formfeed.
- spLookup - Variable in class org.apache.logging.log4j.core.lookup.JavaLookup
-
- sslConfig - Variable in class org.apache.logging.log4j.core.net.SslSocketManager
-
- sslConfiguration - Variable in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- SslConfiguration - Class in org.apache.logging.log4j.core.net.ssl
-
SSL Configuration
- SslConfiguration(String, KeyStoreConfiguration, TrustStoreConfiguration) - Constructor for class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- sslConfiguration - Variable in class org.apache.logging.log4j.core.net.SslSocketManager.SslFactoryData
-
- SslConfigurationDefaults - Class in org.apache.logging.log4j.core.net.ssl
-
- SslConfigurationDefaults() - Constructor for class org.apache.logging.log4j.core.net.ssl.SslConfigurationDefaults
-
- SslConfigurationException - Exception in org.apache.logging.log4j.core.net.ssl
-
- SslConfigurationException(Exception) - Constructor for exception org.apache.logging.log4j.core.net.ssl.SslConfigurationException
-
- sslContext - Variable in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- SslFactoryData(SslConfiguration, String, int, int, int, boolean, Layout<? extends Serializable>, int, SocketOptions) - Constructor for class org.apache.logging.log4j.core.net.SslSocketManager.SslFactoryData
-
- SslSocketManager - Class in org.apache.logging.log4j.core.net
-
- SslSocketManager(String, OutputStream, Socket, SslConfiguration, InetAddress, String, int, int, int, boolean, Layout<? extends Serializable>, int) - Constructor for class org.apache.logging.log4j.core.net.SslSocketManager
-
- SslSocketManager(String, OutputStream, Socket, SslConfiguration, InetAddress, String, int, int, int, boolean, Layout<? extends Serializable>, int, SocketOptions) - Constructor for class org.apache.logging.log4j.core.net.SslSocketManager
-
- SslSocketManager.SslFactoryData - Class in org.apache.logging.log4j.core.net
-
- SslSocketManager.SslSocketManagerFactory - Class in org.apache.logging.log4j.core.net
-
- SslSocketManager.SslSocketManagerFactory.TlsSocketManagerFactoryException - Exception in org.apache.logging.log4j.core.net
-
- SslSocketManagerFactory() - Constructor for class org.apache.logging.log4j.core.net.SslSocketManager.SslSocketManagerFactory
-
- STACK - Static variable in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- stackTraceElement - Variable in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- staffChildConfiguration(AbstractConfiguration) - Method in class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
- standardLevel - Variable in class org.apache.logging.log4j.Level
-
- StandardLevel - Enum in org.apache.logging.log4j.spi
-
Standard Logging Levels as an enumeration for use internally.
- StandardLevel(int) - Constructor for enum org.apache.logging.log4j.spi.StandardLevel
-
- start() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- start() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
- start() - Method in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
- start() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- start() - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- start() - Method in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
- start() - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- start() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- start() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
Increases the reference count and creates and starts a new Disruptor and associated thread if none currently
exists.
- start() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- start(Configuration) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- start() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
Creates and starts a new Disruptor and associated thread if none currently exists.
- start() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Start the configuration.
- start() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- start() - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Make the Filter available for use.
- start() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- start - Variable in class org.apache.logging.log4j.core.filter.TimeFilter
-
Starting offset from midnight in milliseconds.
- start() - Method in interface org.apache.logging.log4j.core.LifeCycle
-
- start() - Method in class org.apache.logging.log4j.core.LoggerContext
-
- start(Configuration) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Starts with a specific configuration.
- start(BundleContext) - Method in class org.apache.logging.log4j.core.osgi.Activator
-
- start() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Registers the shutdown thread only if this is initialized.
- start() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- startIndex - Variable in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
The start index to loop from
- startTime - Variable in class org.apache.logging.log4j.core.pattern.RelativeTimePatternConverter
-
- STARTUP_LOCK - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Guards the ProviderUtil singleton instance from lazy initialization.
- startYear - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- state - Variable in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- State() - Constructor for enum org.apache.logging.log4j.core.LifeCycle.State
-
- state - Variable in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- state - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- State() - Constructor for class org.apache.logging.log4j.util.Unbox.State
-
- STATIC_VARIABLES_KEY - Static variable in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- StaticLoggerBinder - Class in org.slf4j.impl
-
SLF4J LoggerFactoryBinder implementation using Log4j.
- StaticLoggerBinder() - Constructor for class org.slf4j.impl.StaticLoggerBinder
-
Private constructor to prevent instantiation
- StaticMarkerBinder - Class in org.slf4j.impl
-
SLF4J MarkerFactoryBinder implementation using Log4j.
- StaticMarkerBinder() - Constructor for class org.slf4j.impl.StaticMarkerBinder
-
- StaticMDCBinder - Class in org.slf4j.impl
-
- StaticMDCBinder() - Constructor for class org.slf4j.impl.StaticMDCBinder
-
- STATUS - Static variable in class org.apache.logging.log4j.core.config.composite.DefaultMergeStrategy
-
- status - Variable in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- Status(String, JsonNode, JsonConfiguration.ErrorType) - Constructor for class org.apache.logging.log4j.core.config.json.JsonConfiguration.Status
-
- status - Variable in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- status - Variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- Status(String, Element, XmlConfiguration.ErrorType) - Constructor for class org.apache.logging.log4j.core.config.xml.XmlConfiguration.Status
-
- STATUS_KEY - Static variable in class org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder
-
- STATUS_LOGGER - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
- statusConfig - Variable in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- StatusConfiguration - Class in org.apache.logging.log4j.core.config.status
-
- StatusConfiguration() - Constructor for class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
- StatusConfiguration.Verbosity - Enum in org.apache.logging.log4j.core.config.status
-
Specifies how verbose the StatusLogger should be.
- StatusConsoleListener - Class in org.apache.logging.log4j.status
-
StatusListener that writes to the Console.
- StatusConsoleListener(Level) - Constructor for class org.apache.logging.log4j.status.StatusConsoleListener
-
Creates the StatusConsoleListener using the supplied Level.
- StatusConsoleListener(Level, PrintStream) - Constructor for class org.apache.logging.log4j.status.StatusConsoleListener
-
Creates the StatusConsoleListener using the supplied Level.
- StatusData - Class in org.apache.logging.log4j.status
-
The Status data.
- StatusData(StackTraceElement, Level, Message, Throwable, String) - Constructor for class org.apache.logging.log4j.status.StatusData
-
Creates the StatusData object.
- StatusListener - Interface in org.apache.logging.log4j.status
-
Interface that allows implementers to be notified of events in the logging system.
- StatusLogger - Class in org.apache.logging.log4j.status
-
Records events that occur in the logging system.
- StatusLogger(String, MessageFactory) - Constructor for class org.apache.logging.log4j.status.StatusLogger
-
- StatusLogger.BoundedQueue<E> - Class in org.apache.logging.log4j.status
-
Queues for status events.
- StatusLoggerAdmin - Class in org.apache.logging.log4j.core.jmx
-
Implementation of the StatusLoggerAdminMBean
interface.
- StatusLoggerAdmin(String, Executor) - Constructor for class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
Constructs a new StatusLoggerAdmin
with the Executor
to
be used for sending Notification
s asynchronously to listeners.
- StatusLoggerAdminMBean - Interface in org.apache.logging.log4j.core.jmx
-
The MBean interface for monitoring and managing the StatusLogger
.
- StatusMessage(String, Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory.StatusMessage
-
- stop() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- stop(Future<?>) - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
- stop(long, TimeUnit, boolean) - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.FileAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.SocketAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
Decreases the reference count.
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContext
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
Decreases the reference count.
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Tear down the configuration.
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Cleanup the Filter.
- stop(long, TimeUnit, boolean) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Cleanup the Filter.
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- stop() - Method in interface org.apache.logging.log4j.core.LifeCycle
-
- stop(long, TimeUnit) - Method in interface org.apache.logging.log4j.core.LifeCycle2
-
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current
thread is interrupted, whichever happens first.
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Blocks until all Log4j tasks have completed execution after a shutdown request and all appenders have shut down,
or the timeout occurs, or the current thread is interrupted, whichever happens first.
- stop(BundleContext) - Method in class org.apache.logging.log4j.core.osgi.Activator
-
- stop() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Cancels the shutdown thread only if this is started.
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- stopBundlePlugins(Bundle) - Static method in class org.apache.logging.log4j.core.osgi.Activator
-
- stopCustomActionsOnError - Variable in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- stopCustomActionsOnError - Variable in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- stopOnError - Variable in class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
-
Stop on error.
- StoreConfiguration<T> - Class in org.apache.logging.log4j.core.net.ssl
-
- StoreConfiguration(String, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- StoreConfigurationException - Exception in org.apache.logging.log4j.core.net.ssl
-
- StoreConfigurationException(Exception) - Constructor for exception org.apache.logging.log4j.core.net.ssl.StoreConfigurationException
-
- StoreConfigurationException(String) - Constructor for exception org.apache.logging.log4j.core.net.ssl.StoreConfigurationException
-
- storeExpressionVals(int, String, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- strategy - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- strategy - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.FactoryData
-
- strategy - Variable in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- strategy - Variable in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.Builder
-
- strategy - Variable in class org.apache.logging.log4j.core.pattern.NameAbbreviator.MaxElementAbbreviator
-
Strategy used for cutting down the size of the name
- Strategy(int) - Constructor for enum org.apache.logging.log4j.core.pattern.NameAbbreviator.MaxElementAbbreviator.Strategy
-
- Strategy() - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.Strategy
-
- strategy - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyAndWidth
-
- StrategyAndWidth(FastDateParser.Strategy, int) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyAndWidth
-
- StrategyParser(Calendar) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.StrategyParser
-
- stream - Variable in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- stream - Variable in class org.apache.logging.log4j.simple.SimpleLogger
-
- stream - Variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- stream - Variable in class org.apache.logging.log4j.status.StatusConsoleListener
-
- strict - Variable in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- stringArgs - Variable in class org.apache.logging.log4j.message.FormattedMessage
-
- stringArgs - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- stringArgs - Variable in class org.apache.logging.log4j.message.StringFormattedMessage
-
- StringBuilderEncoder - Class in org.apache.logging.log4j.core.layout
-
Encoder for StringBuilders that uses ThreadLocals to avoid locking as much as possible.
- StringBuilderEncoder(Charset) - Constructor for class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- StringBuilderEncoder(Charset, int, int) - Constructor for class org.apache.logging.log4j.core.layout.StringBuilderEncoder
-
- StringBuilderFormattable - Interface in org.apache.logging.log4j.util
-
Objects that implement this interface can be converted to text, ideally without allocating temporary objects.
- StringBuilders - Class in org.apache.logging.log4j.util
-
Consider this class private.
- StringBuilders() - Constructor for class org.apache.logging.log4j.util.StringBuilders
-
- StringBuilderWriter - Class in org.apache.logging.log4j.core.util
-
Writer
implementation that outputs to a StringBuilder
.
- StringBuilderWriter() - Constructor for class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Constructs a new StringBuilder
instance with default capacity.
- StringBuilderWriter(int) - Constructor for class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Constructs a new StringBuilder
instance with the specified capacity.
- StringBuilderWriter(StringBuilder) - Constructor for class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Constructs a new instance with the specified StringBuilder
.
- StringConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.StringConverter
-
- StringEncoder - Class in org.apache.logging.log4j.core.util
-
Encodes Strings to bytes.
- StringEncoder() - Constructor for class org.apache.logging.log4j.core.util.StringEncoder
-
- StringFormattedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that consist of a format string conforming to Formatter
.
- StringFormattedMessage(Locale, String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
-
Constructs a message.
- StringFormattedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
-
Constructs a message.
- StringFormatterMessageFactory - Class in org.apache.logging.log4j.message
-
- StringFormatterMessageFactory() - Constructor for class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
Constructs a message factory with default flow strings.
- StringLayout - Interface in org.apache.logging.log4j.core
-
Instantiates the @{link Layout} type for String-based layouts.
- StringLiteral(String) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.StringLiteral
-
Constructs a new instance of StringLiteral
to hold the specified value.
- StringMap - Interface in org.apache.logging.log4j.util
-
Exposes methods to add and remove key-value pairs to and from ReadOnlyStringMap
.
- stringMatcher(String) - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor that creates a matcher from a string.
- StringMatcher(String) - Constructor for class org.apache.logging.log4j.core.lookup.StrMatcher.StringMatcher
-
Constructor that creates a matcher from a String.
- Strings - Class in org.apache.logging.log4j.util
-
Consider this class private.
- Strings() - Constructor for class org.apache.logging.log4j.util.Strings
-
- StrLookup - Interface in org.apache.logging.log4j.core.lookup
-
Lookup a String key to a String value.
- StrMatcher - Class in org.apache.logging.log4j.core.lookup
-
A matcher class that can be queried to determine if a character array
portion matches.
- StrMatcher() - Constructor for class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor.
- StrMatcher.CharMatcher - Class in org.apache.logging.log4j.core.lookup
-
Class used to define a character for matching purposes.
- StrMatcher.CharSetMatcher - Class in org.apache.logging.log4j.core.lookup
-
Class used to define a set of characters for matching purposes.
- StrMatcher.NoMatcher - Class in org.apache.logging.log4j.core.lookup
-
Class used to match no characters.
- StrMatcher.StringMatcher - Class in org.apache.logging.log4j.core.lookup
-
Class used to define a set of characters for matching purposes.
- StrMatcher.TrimMatcher - Class in org.apache.logging.log4j.core.lookup
-
Class used to match whitespace as per trim().
- strSubstitutor - Variable in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- StrSubstitutor - Class in org.apache.logging.log4j.core.lookup
-
Substitutes variables within a string by values.
- StrSubstitutor() - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance with defaults for variable prefix and suffix
and the escaping character.
- StrSubstitutor(Map<String, String>) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map<String, String>, String, String) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map<String, String>, String, String, char) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map<String, String>, String, String, char, String) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Properties) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup, String, String, char) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup, String, String, char, String) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup, StrMatcher, StrMatcher, char) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup, StrMatcher, StrMatcher, char, StrMatcher) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- strSubstitutorProperties - Variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- strSubstitutorSystem - Variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- StructuredDataElement(Map<String, String>, boolean) - Constructor for class org.apache.logging.log4j.core.layout.Rfc5424Layout.StructuredDataElement
-
- StructuredDataFilter - Class in org.apache.logging.log4j.core.filter
-
Filter based on data in a StructuredDataMessage.
- StructuredDataFilter(Map<String, List<String>>, boolean, Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- StructuredDataId - Class in org.apache.logging.log4j.message
-
The StructuredData identifier.
- StructuredDataId(String, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
- StructuredDataId(String, int, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
A Constructor that helps conformance to RFC 5424.
- StructuredDataLookup - Class in org.apache.logging.log4j.core.lookup
-
- StructuredDataLookup() - Constructor for class org.apache.logging.log4j.core.lookup.StructuredDataLookup
-
- StructuredDataMessage - Class in org.apache.logging.log4j.message
-
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
- StructuredDataMessage(String, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an ID (max 32 characters), message, and type (max 32 characters).
- StructuredDataMessage(String, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an ID (max 32 characters), message, type (max 32 characters), and an
initial map of structured data to include.
- StructuredDataMessage(StructuredDataId, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).
- StructuredDataMessage(StructuredDataId, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map
of structured data to include.
- StructuredDataMessage(StructuredDataMessage, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Constructor based on a StructuredDataMessage.
- StructuredDataMessage() - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Basic constructor.
- StructuredDataMessage.Format - Enum in org.apache.logging.log4j.message
-
Supported formats.
- style - Variable in class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
-
Converter style name.
- style - Variable in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter
-
- style - Variable in class org.apache.logging.log4j.core.pattern.StyleConverter
-
- STYLE_KEY - Static variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- STYLE_KEY_DEFAULT - Static variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- STYLE_KEY_LOGBACK - Static variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- StyleConverter - Class in org.apache.logging.log4j.core.pattern
-
Style pattern converter.
- StyleConverter(List<PatternFormatter>, String, boolean) - Constructor for class org.apache.logging.log4j.core.pattern.StyleConverter
-
Constructs the converter.
- styleMap - Variable in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- STYLES - Static variable in class org.apache.logging.log4j.core.pattern.HighlightConverter
-
- subject - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- subSequence(int, int) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- subSequence(int, int) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- subSequence(int, int) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- subst(String, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- subst - Variable in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
- subst - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- substitute(LogEvent, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Internal method that substitutes the variables.
- substitute(LogEvent, StringBuilder, int, int, List<String>) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Recursive handler for multiple levels of interpolation.
- substitute - Variable in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
- substitution - Variable in class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
- substitution - Variable in class org.apache.logging.log4j.core.pattern.RegexReplacement
-
- substitution - Variable in class org.apache.logging.log4j.core.pattern.RegexReplacementConverter
-
- substitutionFormatters - Variable in class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
- substitutor - Variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- substitutor - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- substVars(String, Properties) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
Perform variable substitution in string val
from the
values of keys found in the system propeties.
- suffix - Variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- SUFFIXES - Static variable in class org.apache.log4j.config.Log4j1ConfigurationFactory
-
- SUFFIXES - Static variable in class org.apache.logging.log4j.core.config.json.JsonConfigurationFactory
-
The file extensions supported by this factory.
- SUFFIXES - Static variable in class org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory
-
Valid file extensions for XML files.
- suffixLength(String) - Method in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- suffixMatcher - Variable in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Stores the variable suffix.
- SUN_REFLECTION_SUPPORTED - Static variable in class org.apache.logging.log4j.util.ReflectionUtil
-
- Supplier<T> - Interface in org.apache.logging.log4j.util
-
Consider this class private.
Classes implementing this interface know how to supply a value.
- supportsFastReflection() - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- SUPPRESSED_LABEL - Static variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- suppressedProxies - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Replaces this ReusableMessage's parameter array with the specified value and return the original array
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Replaces this ReusableMessage's parameter array with the specified value and return the original array
- swapParameters(Object[]) - Method in interface org.apache.logging.log4j.message.ReusableMessage
-
Returns the parameter array that was used to initialize this reusable message and replaces it with the specified
array.
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
This message does not have any parameters, so this method returns the specified array.
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
This message does not have any parameters, so this method returns the specified array.
- synchronous - Variable in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Action to be completed after close of current active log file
before returning control to caller.
- syntaxAndPattern - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- SyslogAppender - Class in org.apache.logging.log4j.core.appender
-
The Syslog Appender.
- SyslogAppender(String, Layout<? extends Serializable>, Filter, boolean, boolean, AbstractSocketManager, Advertiser) - Constructor for class org.apache.logging.log4j.core.appender.SyslogAppender
-
- SyslogAppender.Builder<B extends SyslogAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
- syslogEquivalent - Variable in class org.apache.log4j.Priority
-
- SyslogLayout - Class in org.apache.logging.log4j.core.layout
-
Formats a log event as a BSD Log record.
- SyslogLayout(Facility, boolean, String, Charset) - Constructor for class org.apache.logging.log4j.core.layout.SyslogLayout
-
- SyslogLayout.Builder<B extends SyslogLayout.Builder<B>> - Class in org.apache.logging.log4j.core.layout
-
Builds a SyslogLayout.
- SYSTEM_ERR - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- SYSTEM_OUT - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- SYSTEM_PREFIX - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
All system properties used by SimpleLog
start with this
- SystemClock - Class in org.apache.logging.log4j.core.util
-
Implementation of the Clock
interface that returns the system time.
- SystemClock() - Constructor for class org.apache.logging.log4j.core.util.SystemClock
-
- SystemErrStream() - Constructor for class org.apache.logging.log4j.core.appender.ConsoleAppender.SystemErrStream
-
- SystemNanoClock - Class in org.apache.logging.log4j.core.util
-
Implementation of the NanoClock
interface that returns the system nano time.
- SystemNanoClock() - Constructor for class org.apache.logging.log4j.core.util.SystemNanoClock
-
- SystemOutStream() - Constructor for class org.apache.logging.log4j.core.appender.ConsoleAppender.SystemOutStream
-
- SystemPropertiesLookup - Class in org.apache.logging.log4j.core.lookup
-
Looks up keys from system properties.
- SystemPropertiesLookup() - Constructor for class org.apache.logging.log4j.core.lookup.SystemPropertiesLookup
-
- TAB - Static variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- TAB - Static variable in class org.apache.logging.log4j.util.Chars
-
Tab.
- TAB_MATCHER - Static variable in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the tab character.
- tabMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the tab character.
- take() - Method in class org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.MpscBlockingQueue
-
- target - Variable in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- target - Variable in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- Target() - Constructor for enum org.apache.logging.log4j.core.appender.ConsoleAppender.Target
-
- target - Variable in class org.apache.logging.log4j.core.appender.OutputStreamAppender.Builder
-
- target(String) - Method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- target - Variable in class org.apache.logging.log4j.core.appender.WriterAppender.Builder
-
- TCCL_GETTER - Static variable in class org.apache.logging.log4j.util.LoaderUtil
-
- tcpNoDelay - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- TcpSocketManager - Class in org.apache.logging.log4j.core.net
-
Manager of TCP Socket connections.
- TcpSocketManager(String, OutputStream, Socket, InetAddress, String, int, int, int, boolean, Layout<? extends Serializable>, int) - Constructor for class org.apache.logging.log4j.core.net.TcpSocketManager
-
- TcpSocketManager(String, OutputStream, Socket, InetAddress, String, int, int, int, boolean, Layout<? extends Serializable>, int, SocketOptions) - Constructor for class org.apache.logging.log4j.core.net.TcpSocketManager
-
Constructs.
- TcpSocketManager.FactoryData - Class in org.apache.logging.log4j.core.net
-
Data for the factory.
- TcpSocketManager.Reconnector - Class in org.apache.logging.log4j.core.net
-
Handles reconnecting to a Thread.
- TcpSocketManager.TcpSocketManagerFactory - Class in org.apache.logging.log4j.core.net
-
Factory to create a TcpSocketManager.
- TcpSocketManagerFactory() - Constructor for class org.apache.logging.log4j.core.net.TcpSocketManager.TcpSocketManagerFactory
-
- tempLookup - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- Terminable - Interface in org.apache.logging.log4j.spi
-
Interface to be implemented by LoggerContext's that provide a shutdown method.
- terminate() - Method in class org.apache.logging.log4j.core.LoggerContext
-
- terminate() - Method in interface org.apache.logging.log4j.spi.Terminable
-
Requests that the logging implementation shut down.
- TEST_PREFIX - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
File name prefix for test configurations.
- testMode - Variable in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- testMode - Variable in class org.apache.logging.log4j.core.appender.rolling.action.DeletingVisitor
-
- testString - Variable in class org.apache.logging.log4j.core.pattern.EqualsBaseReplacementConverter
-
- text - Variable in class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- TEXT_BUFFER - Static variable in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- textEncoder - Variable in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- TextEncoderHelper - Class in org.apache.logging.log4j.core.layout
-
Helper class to encode text to binary data without allocating temporary objects.
- TextEncoderHelper() - Constructor for class org.apache.logging.log4j.core.layout.TextEncoderHelper
-
- TextField(int, String[]) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TextField
-
Constructs an instance of TextField
with the specified field and values.
- textRenderer - Variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
ANSI renderer
- textRenderer - Variable in class org.apache.logging.log4j.core.pattern.MessagePatternConverter
-
- TextRenderer - Interface in org.apache.logging.log4j.core.pattern
-
Renders an input to an output.
- thread - Variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- THREAD_CONTEXT - Static variable in class org.apache.logging.log4j.core.impl.ContextAnchor
-
Anchor for the LoggerContext for the current Thread.
- THREAD_CONTEXT_KEY - Static variable in class org.apache.logging.log4j.spi.ThreadContextMapFactory
-
- THREAD_CONTEXT_MAP - Static variable in class org.apache.logging.log4j.spi.Provider
-
- THREAD_FACTORY - Static variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- THREAD_NAME_CACHING_STRATEGY - Static variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- THREAD_NAME_CACHING_STRATEGY - Static variable in class org.apache.logging.log4j.core.impl.ReusableLogEventFactory
-
- THREAD_NAME_PREFIX - Static variable in class org.apache.logging.log4j.core.jmx.Server
-
- THREAD_NUMBER - Static variable in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- THREAD_SEQUENCE - Static variable in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- ThreadContext - Class in org.apache.logging.log4j
-
The ThreadContext allows applications to store information either in a Map or a Stack.
- ThreadContext() - Constructor for class org.apache.logging.log4j.ThreadContext
-
- ThreadContext.ContextStack - Interface in org.apache.logging.log4j
-
The ThreadContext Stack interface.
- ThreadContext.EmptyIterator<E> - Class in org.apache.logging.log4j
-
An empty iterator.
- ThreadContext.EmptyThreadContextStack - Class in org.apache.logging.log4j
-
An empty read-only ThreadContextStack.
- ThreadContextClassLoaderGetter() - Constructor for class org.apache.logging.log4j.util.LoaderUtil.ThreadContextClassLoaderGetter
-
- ThreadContextDataInjector - Class in org.apache.logging.log4j.core.impl
-
ThreadContextDataInjector
contains a number of strategies for copying key-value pairs from the various
ThreadContext
map implementations into a StringMap
.
- ThreadContextDataInjector() - Constructor for class org.apache.logging.log4j.core.impl.ThreadContextDataInjector
-
- ThreadContextDataInjector.ForCopyOnWriteThreadContextMap - Class in org.apache.logging.log4j.core.impl
-
The ContextDataInjector
used when the ThreadContextMap implementation is a copy-on-write
StringMap-based data structure.
- ThreadContextDataInjector.ForDefaultThreadContextMap - Class in org.apache.logging.log4j.core.impl
-
Default ContextDataInjector
for the legacy Map<String, String>
-based ThreadContext (which is
also the ThreadContext implementation used for web applications).
- ThreadContextDataInjector.ForGarbageFreeThreadContextMap - Class in org.apache.logging.log4j.core.impl
-
The ContextDataInjector
used when the ThreadContextMap implementation is a garbage-free
StringMap-based data structure.
- threadContextMap - Variable in class org.apache.logging.log4j.spi.Provider
-
- ThreadContextMap - Interface in org.apache.logging.log4j.spi
-
Service provider interface to implement custom MDC behavior for
ThreadContext
.
- ThreadContextMap2 - Interface in org.apache.logging.log4j.spi
-
Extension service provider interface to implement additional custom MDC behavior for
ThreadContext
.
- ThreadContextMapFactory - Class in org.apache.logging.log4j.spi
-
Creates the ThreadContextMap instance used by the ThreadContext.
- ThreadContextMapFactory() - Constructor for class org.apache.logging.log4j.spi.ThreadContextMapFactory
-
- ThreadContextMapFilter - Class in org.apache.logging.log4j.core.filter
-
Filter based on a value in the Thread Context Map (MDC).
- ThreadContextMapFilter(Map<String, List<String>>, boolean, Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- ThreadContextStack - Interface in org.apache.logging.log4j.spi
-
Service provider interface to implement custom NDC behavior for
ThreadContext
.
- ThreadDumpMessage - Class in org.apache.logging.log4j.message
-
Captures information about all running Threads.
- ThreadDumpMessage(String) - Constructor for class org.apache.logging.log4j.message.ThreadDumpMessage
-
Generate a ThreadDumpMessage with a title.
- ThreadDumpMessage(String, String) - Constructor for class org.apache.logging.log4j.message.ThreadDumpMessage
-
- ThreadDumpMessage.BasicThreadInfoFactory - Class in org.apache.logging.log4j.message
-
Factory to create basic thread information.
- ThreadDumpMessage.ExtendedThreadInfoFactory - Class in org.apache.logging.log4j.message
-
Factory to create extended thread information.
- ThreadDumpMessage.ThreadDumpMessageProxy - Class in org.apache.logging.log4j.message
-
Proxy pattern used to serialize the ThreadDumpMessage.
- ThreadDumpMessage.ThreadInfoFactory - Interface in org.apache.logging.log4j.message
-
Factory to create Thread information.
- ThreadDumpMessageProxy(ThreadDumpMessage) - Constructor for class org.apache.logging.log4j.message.ThreadDumpMessage.ThreadDumpMessageProxy
-
- threadFactory - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- threadFactory - Variable in class org.apache.logging.log4j.core.config.ConfiguratonFileWatcher
-
- threadFactory - Variable in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- threadGroupName - Variable in class org.apache.logging.log4j.message.BasicThreadInformation
-
- threadId - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- threadId - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
- threadId - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- threadId - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- threadId - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- threadId - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- threadId - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- ThreadIdPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event thread ID.
- ThreadIdPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.ThreadIdPatternConverter
-
Private constructor.
- threadInfo - Variable in class org.apache.logging.log4j.message.ExtendedThreadInformation
-
- ThreadInformation - Interface in org.apache.logging.log4j.message
-
Interface used to print basic or extended thread information.
- threadInitNumber - Static variable in class org.apache.logging.log4j.core.util.Log4jThread
-
- threadLocal - Static variable in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- threadLocal - Static variable in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
- THREADLOCAL_NAME - Static variable in enum org.apache.logging.log4j.core.async.ThreadNameCachingStrategy
-
- threadLocalFormatter - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
- threadLocalObjectMessage - Static variable in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- threadLocalParameterized - Static variable in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- ThreadLocalScriptRunner(AbstractScript) - Constructor for class org.apache.logging.log4j.core.script.ScriptManager.ThreadLocalScriptRunner
-
- threadLocalSimpleDateFormat - Static variable in class org.apache.logging.log4j.message.ParameterFormatter
-
- threadLocalSimpleMessage - Static variable in class org.apache.logging.log4j.message.ReusableMessageFactory
-
- threadLocalState - Static variable in class org.apache.logging.log4j.util.Unbox
-
- threadLocalStringBuilder - Static variable in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
- threadLocalStringBuilder - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
- threadLocalTranslator - Variable in class org.apache.logging.log4j.core.async.AsyncLogger
-
- threadName - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- threadName - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- threadName - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- threadName - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- threadName - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- threadName - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- threadName - Variable in class org.apache.logging.log4j.status.StatusData
-
- ThreadNameCachingStrategy - Enum in org.apache.logging.log4j.core.async
-
Strategy for deciding whether thread name should be cached or not.
- ThreadNameCachingStrategy() - Constructor for enum org.apache.logging.log4j.core.async.ThreadNameCachingStrategy
-
- ThreadNamePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event thread name.
- ThreadNamePatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.ThreadNamePatternConverter
-
Private constructor.
- threadNamePrefix - Variable in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- threadPriority - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- threadPriority - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- threadPriority - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- threadPriority - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- threadPriority - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- threadPriority - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- ThreadPriorityPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event thread priority.
- ThreadPriorityPatternConverter() - Constructor for class org.apache.logging.log4j.core.pattern.ThreadPriorityPatternConverter
-
Private constructor.
- threads - Variable in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- THREE_DIGITS - Static variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- THREE_DIGITS - Static variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
- threshold - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- threshold - Variable in class org.apache.logging.log4j.util.SortedArrayStringMap
-
The next size value at which to resize (capacity * load factor).
- thresholdBytes - Variable in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- ThresholdFilter - Class in org.apache.logging.log4j.core.filter
-
This filter returns the onMatch result if the level in the LogEvent is the same or more specific
than the configured level and the onMismatch value otherwise.
- ThresholdFilter(Level, Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- thresholdLevel - Variable in class org.apache.logging.log4j.core.async.DiscardingAsyncQueueFullPolicy
-
- throwable - Variable in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- throwable - Variable in class org.apache.logging.log4j.message.FormattedMessage
-
- throwable - Variable in class org.apache.logging.log4j.message.LocalizedMessage
-
- throwable - Variable in class org.apache.logging.log4j.message.MessageFormatMessage
-
- throwable - Variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
- throwable - Variable in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory.StatusMessage
-
- throwable - Variable in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- throwable - Variable in class org.apache.logging.log4j.message.StringFormattedMessage
-
- throwable - Variable in class org.apache.logging.log4j.status.StatusData
-
- ThrowableFormatOptions - Class in org.apache.logging.log4j.core.impl
-
Contains options which control how a Throwable
pattern is formatted.
- ThrowableFormatOptions(int, String, List<String>, TextRenderer, String) - Constructor for class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Constructs the options for printing stack trace.
- ThrowableFormatOptions(List<String>) - Constructor for class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Constructs the options for printing stack trace.
- ThrowableFormatOptions() - Constructor for class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Constructs the options for printing stack trace.
- ThrowablePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Outputs the Throwable portion of the LoggingEvent as a full stack trace
unless this converter's option is 'short', where it just outputs the first line of the trace, or if
the number of lines to print is explicitly specified.
- ThrowablePatternConverter(String, String, String[], Configuration) - Constructor for class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
Constructor.
- ThrowableProxy - Class in org.apache.logging.log4j.core.impl
-
Wraps a Throwable to add packaging information about each stack trace element.
- ThrowableProxy() - Constructor for class org.apache.logging.log4j.core.impl.ThrowableProxy
-
For JSON and XML IO via Jackson.
- ThrowableProxy(Throwable) - Constructor for class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Constructs the wrapper for the Throwable that includes packaging data.
- ThrowableProxy(Throwable, Set<Throwable>) - Constructor for class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Constructs the wrapper for the Throwable that includes packaging data.
- ThrowableProxy(Throwable, Stack<Class<?>>, Map<String, ThrowableProxy.CacheEntry>, Throwable, Set<Throwable>, Set<Throwable>) - Constructor for class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Constructs the wrapper for a Throwable that is referenced as the cause by another Throwable.
- ThrowableProxy.CacheEntry - Class in org.apache.logging.log4j.core.impl
-
Cached StackTracePackageElement and ClassLoader.
- Throwables - Class in org.apache.logging.log4j.core.util
-
Helps with Throwable objects.
- Throwables() - Constructor for class org.apache.logging.log4j.core.util.Throwables
-
- throwing(Level, T) - Method in interface org.apache.logging.log4j.Logger
-
Logs an exception or error to be thrown.
- throwing(T) - Method in interface org.apache.logging.log4j.Logger
-
Logs an exception or error to be thrown.
- THROWING - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- throwing(T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- throwing(Level, T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- throwing(String, Level, T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a Throwable to be thrown.
- THROWING_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for throwing exceptions.
- throwingMsg(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- thrown - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- thrown - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- thrown - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- thrown - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- thrown - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- thrown - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- thrownProxy - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- thrownProxy - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- thrownProxy - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- thrownProxy - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- thrownProxy - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- TIME_QUALITY - Static variable in class org.apache.logging.log4j.message.StructuredDataId
-
RFC 5424 Time Quality.
- TimeBasedTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
Rolls a file over based on time.
- TimeBasedTriggeringPolicy(int, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- TimeFilter - Class in org.apache.logging.log4j.core.filter
-
Filters events that fall within a specified time period in each day.
- TimeFilter(long, long, TimeZone, Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.TimeFilter
-
- timeMillis - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- timeMillis - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent.LogEventProxy
-
- timeMillis - Variable in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- timeMillis - Variable in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- timeSeparatorChar - Variable in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
- timeSeparatorChar - Variable in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- timeSeparatorLength - Variable in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
- timeSeparatorLength - Variable in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- timestamp - Variable in class org.apache.logging.log4j.status.StatusData
-
- TimestampMessage - Interface in org.apache.logging.log4j.message
-
Messages that use this interface will cause the timestamp in the message to be used instead of the timestamp in
the LogEvent.
- timestampMillis - Variable in class org.apache.logging.log4j.core.pattern.DatePatternConverter.CachedTime
-
- timestamppStr - Variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- timeToLive - Variable in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- timezone - Variable in class org.apache.logging.log4j.core.filter.TimeFilter
-
Timezone.
- timeZone - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- timeZone - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
- timeZone - Variable in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- TimeZoneDisplayKey(TimeZone, boolean, int, Locale) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneDisplayKey
-
Constructs an instance of TimeZoneDisplayKey
with the specified properties.
- TimeZoneNameRule(TimeZone, Locale, int) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNameRule
-
Constructs an instance of TimeZoneNameRule
with the specified properties.
- TimeZoneNumberRule(boolean) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneNumberRule
-
Constructs an instance of TimeZoneNumberRule
with the specified properties.
- TimeZoneStrategy(Locale) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy
-
Construct a Strategy that parses a TimeZone
- title - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout.Builder
-
- title - Variable in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- title - Variable in class org.apache.logging.log4j.message.ThreadDumpMessage.ThreadDumpMessageProxy
-
- title - Variable in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- TlsSocketManagerFactoryException() - Constructor for exception org.apache.logging.log4j.core.net.SslSocketManager.SslSocketManagerFactory.TlsSocketManagerFactoryException
-
- TlsSyslogFrame - Class in org.apache.logging.log4j.core.appender
-
Wraps messages that are formatted according to RFC 5425.
- TlsSyslogFrame(String) - Constructor for class org.apache.logging.log4j.core.appender.TlsSyslogFrame
-
- tmpDate - Variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
Scratch date object used to minimize date object creation.
- to - Variable in class org.apache.logging.log4j.core.net.SmtpManager.FactoryData
-
- toArray() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- toArray(T[]) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- toArray() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- toArray(T[]) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- toArray(T[]) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- toBoolean(String, boolean) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
If value
is "true", then true
is
returned.
- toByteArray(InputStream) - Static method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Reads an InputStream using buffered reads into a byte array buffer.
- toByteArray(InputStream) - Static method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns the contents of the specified InputStream
as a byte array.
- toByteArray(LogEvent) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
Formats the Log Event as a byte array.
- toByteArray(LogEvent) - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
Formats a
LogEvent
as a serialized byte array of the LogEvent object.
- toByteArray(LogEvent) - Method in interface org.apache.logging.log4j.core.Layout
-
Formats the event suitable for display.
- toBytes(String, Charset) - Static method in class org.apache.logging.log4j.core.util.StringEncoder
-
Converts a String to a byte[].
- toCacheEntry(StackTraceElement, Class<?>, boolean) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Construct the CacheEntry from the Class's information.
- toCode(String) - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- toContextMapKey(ClassLoader) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- toContextMapKey(ClassLoader) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- toExtendedStackTrace(Stack<Class<?>>, Map<String, ThrowableProxy.CacheEntry>, StackTraceElement[], StackTraceElement[]) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Resolve all the stack entries in this stack trace that are not common with the parent.
- toFacility(String) - Static method in enum org.apache.logging.log4j.core.net.Facility
-
Returns the Facility for the given string.
- toFacility(String, Facility) - Static method in enum org.apache.logging.log4j.core.net.Facility
-
Returns the Facility for the given string.
- toFileSize(String, long) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- toImmutable() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
Subclasses should implement this method to provide an immutable version.
- toImmutable() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- toImmutable() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- toImmutable() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- toImmutable() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Returns an immutable version of this log event, which MAY BE a copy of this event.
- toInt() - Method in class org.apache.log4j.Priority
-
Returns the integer representation of this level.
- toInt(String, int) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
Convert the String value to an int.
- toLevel(String) - Static method in class org.apache.log4j.Level
-
Convert the string passed as argument to a level.
- toLevel(int) - Static method in class org.apache.log4j.Level
-
Convert an integer passed as argument to a level.
- toLevel(int, Level) - Static method in class org.apache.log4j.Level
-
Convert an integer passed as argument to a level.
- toLevel(String, Level) - Static method in class org.apache.log4j.Level
-
Convert the string passed as argument to a level.
- toLevel(String) - Static method in class org.apache.logging.log4j.Level
-
Converts the string passed as argument to a level.
- toLevel(String, Level) - Static method in class org.apache.logging.log4j.Level
-
Converts the string passed as argument to a level.
- toMap() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- toMap(List<String>) - Static method in class org.apache.logging.log4j.core.lookup.MapLookup
-
- toMap(String[]) - Static method in class org.apache.logging.log4j.core.lookup.MapLookup
-
- toMap() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- toMap() - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns a non-null
mutable Map<String, String>
containing a snapshot of this data structure.
- toMap() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- toMillis() - Method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
Converts this duration to the total length in milliseconds.
- toPattern() - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.FixedFormatter
-
- toPattern() - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.Formatter
-
- toPattern() - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter.PatternFormatter
-
- toPatternFlags(String[]) - Static method in class org.apache.logging.log4j.core.filter.RegexFilter
-
- toPatternFormatterList(Configuration, String[]) - Static method in class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter
-
Creates a list of PatternFormatter from the given configuration and options or null if no pattern is supplied.
- toPriority(String) - Static method in class org.apache.log4j.Priority
-
- toPriority(int) - Static method in class org.apache.log4j.Priority
-
- toPriority(int, Priority) - Static method in class org.apache.log4j.Priority
-
- toPriority(String, Priority) - Static method in class org.apache.log4j.Priority
-
- toPriority(Facility, Severity) - Static method in class org.apache.logging.log4j.core.net.Priority
-
- toResult(String) - Static method in enum org.apache.logging.log4j.core.Filter.Result
-
Returns the Result for the given string.
- toResult(String, Filter.Result) - Static method in enum org.apache.logging.log4j.core.Filter.Result
-
Returns the Result for the given string.
- toRootUpperCase(String) - Method in class org.apache.logging.log4j.util.Strings
-
Shorthand for str.toUpperCase(Locale.ROOT);
- toSerializable(LogEvent) - Method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- toSerializable(LogEvent) - Method in interface org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer
-
- toSerializable(LogEvent, StringBuilder) - Method in interface org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer2
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
Formats as a String.
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSelectorSerializer
-
- toSerializable(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSelectorSerializer
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSerializer
-
- toSerializable(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSerializer
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Formats a logging event to a writer.
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Formats a
LogEvent
in conformance with the RFC 5424 Syslog specification.
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
Returns the LogEvent.
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
Formats a
LogEvent
in conformance with the BSD Log record format.
- toSerializable(LogEvent) - Method in interface org.apache.logging.log4j.core.Layout
-
Formats the event as an Object that can be serialized.
- toString() - Method in class org.apache.log4j.config.InputStreamWrapper
-
- toString() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- toString() - Method in class org.apache.log4j.Priority
-
Returns the string representation of this priority.
- toString() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
- toString() - Method in class org.apache.logging.log4j.core.appender.AppenderSet.Builder
-
- toString() - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CommonsCompressAction
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.CompositeAction
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.Duration
-
A string representation of this duration using ISO-8601 seconds based representation, such as PT8H6M12S
.
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.FileRenameAction
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileSize
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAll
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfAny
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfLastModified
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.OnStartupTriggeringPolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.AsyncAction
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager.FactoryData
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy
-
- toString() - Method in class org.apache.logging.log4j.core.appender.routing.Route
-
- toString() - Method in class org.apache.logging.log4j.core.appender.routing.Routes
-
- toString() - Method in class org.apache.logging.log4j.core.appender.TlsSyslogFrame
-
- toString() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
-
- toString() - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- toString() - Method in class org.apache.logging.log4j.core.config.AppenderRef
-
- toString() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- toString() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- toString() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- toString() - Method in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
- toString() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration.Status
-
- toString() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- toString() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- toString() - Method in class org.apache.logging.log4j.core.config.Node
-
- toString() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- toString() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry.PluginTest
-
- toString() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- toString() - Method in class org.apache.logging.log4j.core.config.Property
-
- toString() - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration.Status
-
- toString() - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- toString() - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.LevelRangeFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.RegexFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.ScriptFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.TimeFilter
-
- toString() - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- toString() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- toString() - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- toString() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- toString() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
- toString() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- toString() - Method in class org.apache.logging.log4j.core.layout.LoggerFields
-
- toString() - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
- toString() - Method in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSelectorSerializer
-
- toString() - Method in class org.apache.logging.log4j.core.layout.PatternLayout.PatternSerializer
-
- toString() - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- toString() - Method in class org.apache.logging.log4j.core.layout.PatternMatch
-
- toString() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- toString() - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- toString() - Method in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- toString() - Method in class org.apache.logging.log4j.core.Logger
-
Returns a String representation of this instance in the form "name:level[ in context_name]"
.
- toString() - Method in class org.apache.logging.log4j.core.lookup.Interpolator
-
- toString() - Method in class org.apache.logging.log4j.core.lookup.StrMatcher.StringMatcher
-
- toString() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
- toString() - Method in class org.apache.logging.log4j.core.net.Priority
-
- toString() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- toString() - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- toString() - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Returns a String suitable for debugging.
- toString() - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- toString() - Method in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
- toString() - Method in class org.apache.logging.log4j.core.pattern.NotANumber
-
- toString() - Method in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
Returns a String suitable for debugging.
- toString() - Method in class org.apache.logging.log4j.core.pattern.RegexReplacement
-
- toString() - Method in class org.apache.logging.log4j.core.pattern.StyleConverter
-
Returns a String suitable for debugging.
- toString() - Method in class org.apache.logging.log4j.core.script.Script
-
- toString() - Method in class org.apache.logging.log4j.core.script.ScriptFile
-
- toString() - Method in class org.apache.logging.log4j.core.script.ScriptRef
-
- toString() - Method in class org.apache.logging.log4j.core.util.CronExpression
-
Returns the string representation of the CronExpression
- toString() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateFormat
-
Gets a debugging string version of this formatter.
- toString() - Method in class org.apache.logging.log4j.core.util.datetime.FastDateParser
-
Get a string version of this formatter.
- toString() - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Gets a debugging string version of this formatter.
- toString() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.RegisteredCancellable
-
- toString(Reader) - Static method in class org.apache.logging.log4j.core.util.IOUtils
-
Gets the contents of a Reader
as a String.
- toString() - Method in class org.apache.logging.log4j.core.util.KeyValuePair
-
- toString() - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
Returns StringBuilder.toString()
.
- toString() - Method in class org.apache.logging.log4j.Level
-
- toString() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- toString() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.MapMessage
-
- toString() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- toString() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
- toString() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- toString() - Method in class org.apache.logging.log4j.spi.CopyOnWriteSortedArrayThreadContextMap
-
- toString() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- toString() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- toString() - Method in class org.apache.logging.log4j.spi.GarbageFreeSortedArrayThreadContextMap
-
- toString() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- toString() - Method in class org.apache.logging.log4j.spi.Provider
-
- toString() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- toStringList(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
Converts a Throwable stack trace into a List of Strings.
- toSuppressedProxies(Throwable, Set<Throwable>) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- total - Variable in class org.apache.logging.log4j.core.appender.CountingNoOpAppender
-
- toText(AbstractStringLayout.Serializer2, LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Creates a text representation of the specified log event
and writes it into the specified StringBuilder.
- toThreadName(Object) - Static method in class org.apache.logging.log4j.core.util.Log4jThread
-
- toTypeSafeMap(Properties) - Static method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
- toURI(String) - Static method in class org.apache.logging.log4j.core.util.NetUtils
-
Converts a URI string or file path to a URI object.
- toVerbosity(String) - Static method in enum org.apache.logging.log4j.core.config.status.StatusConfiguration.Verbosity
-
Parses the verbosity property into an enum.
- toWhitespaceSeparator(String) - Static method in class org.apache.logging.log4j.core.util.Patterns
-
Creates a pattern string for separator
surrounded by whitespace.
- toXmlConfiguration() - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Constructs an XML configuration from this builder.
- toXmlConfiguration() - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- trace(Object) - Method in class org.apache.log4j.Category
-
- trace(Object, Throwable) - Method in class org.apache.log4j.Category
-
- TRACE - Static variable in class org.apache.log4j.Level
-
The TRACE
Level designates finer-grained
informational events than the DEBUG
level.
- trace(String, List<PathWithAttributes>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- TRACE - Static variable in class org.apache.logging.log4j.Level
-
A fine-grained debug message, typically capturing the flow through the application.
- trace(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
TRACE
level with
the specified Marker.
- trace(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
TRACE
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
TRACE
level.
- trace(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
TRACE
level.
- trace(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
TRACE
level.
- trace(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
TRACE
level with
the specified Marker.
- trace(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
TRACE
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- trace(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
TRACE
level.
- trace(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
TRACE
level) including the
stack trace of the
Throwable
t
passed as parameter.
- trace(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
TRACE
level.
- trace(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
TRACE
level.
- trace(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
TRACE
level.
- trace(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
TRACE
level.
- trace(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
TRACE
level) including the
stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(String, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(String, Object, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(String, Object...) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(String, Throwable) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(Marker, String) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(Marker, String, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(Marker, String, Object, Object) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(Marker, String, Object...) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- trace(Marker, String, Throwable) - Method in class org.apache.logging.slf4j.Log4jLogger
-
- TRACE_INT - Static variable in class org.apache.log4j.Level
-
TRACE level integer value.
- TRACE_PREFIX - Static variable in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- traceEntry() - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method.
- traceEntry(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters.
- traceEntry(Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters.
- traceEntry(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters.
- traceEntry(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method using a Message to describe the parameters.
- traceEntry() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit() - Method in interface org.apache.logging.log4j.Logger
-
Logs exit from a method.
- traceExit(R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit(String, R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit(EntryMessage) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with no result.
- traceExit(EntryMessage, R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit(Message, R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(EntryMessage) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(EntryMessage, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(Message, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trafficClass - Variable in enum org.apache.logging.log4j.core.net.Rfc1349TrafficClass
-
- trafficClass - Variable in class org.apache.logging.log4j.core.net.SocketOptions
-
- transfer(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- Transform - Class in org.apache.logging.log4j.core.util
-
Utility class for transforming strings.
- Transform() - Constructor for class org.apache.logging.log4j.core.util.Transform
-
- translateTo(RingBufferLogEvent, long, Object...) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- translateTo(RingBufferLogEvent, long) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- TRANSLATOR - Static variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
Object responsible for passing on data to a specific RingBuffer event.
- translator - Variable in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- TriConsumer<K,V,S> - Interface in org.apache.logging.log4j.util
-
An operation that accepts three input arguments and returns no result.
- triggeringPolicies - Variable in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
- triggeringPolicy - Variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- TriggeringPolicy - Interface in org.apache.logging.log4j.core.appender.rolling
-
A TriggeringPolicy
controls the conditions under which rollover
occurs.
- triggeringPolicyUpdater - Static variable in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- trim(int) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- trim(int) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- trim(int) - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Trims elements from the end of the stack.
- trim(int) - Method in class org.apache.logging.log4j.ThreadContext.EmptyThreadContextStack
-
- trim(int) - Static method in class org.apache.logging.log4j.ThreadContext
-
Trims elements from this diagnostic context.
- TRIM_MATCHER - Static variable in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the String trim() whitespace characters.
- trimMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the String trim() whitespace characters.
- TrimMatcher() - Constructor for class org.apache.logging.log4j.core.lookup.StrMatcher.TrimMatcher
-
Constructs a new instance of TrimMatcher
.
- trimMessageText() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- trimMessageText() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- trimToMaxSize(StringBuilder) - Static method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- trimToMaxSize(StringBuilder) - Static method in class org.apache.logging.log4j.core.pattern.MdcPatternConverter
-
- trimToNull(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Removes control characters (char <= 32) from both ends of this String returning null
if the String is
empty ("") after the trim or if it is null
.
- TRUE - Static variable in class org.apache.log4j.config.Log4j1ConfigurationParser
-
- trustManagerFactoryAlgorithm - Variable in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- trustStoreConfig - Variable in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- TrustStoreConfiguration - Class in org.apache.logging.log4j.core.net.ssl
-
Configuration of the TrustStore
- TrustStoreConfiguration(String, String, String, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- TrustStoreConfigurationException - Exception in org.apache.logging.log4j.core.net.ssl
-
- TrustStoreConfigurationException(Exception) - Constructor for exception org.apache.logging.log4j.core.net.ssl.TrustStoreConfigurationException
-
- tryAppend(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
- tryCallAppender(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
- tryEnqueue(LogEvent, AsyncLoggerConfig) - Method in interface org.apache.logging.log4j.core.async.AsyncLoggerConfigDelegate
-
- tryEnqueue(LogEvent, AsyncLoggerConfig) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor
-
- tryObjectToString(Object, StringBuilder) - Static method in class org.apache.logging.log4j.message.ParameterFormatter
-
- tryPublish(RingBufferLogEventTranslator) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
- TSTR - Static variable in class org.apache.logging.log4j.core.util.Loader
-
- TTCC_CONVERSION_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
A conversion pattern equivalent to the TTCCLayout.
- TwelveHourField(FastDatePrinter.NumberRule) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwelveHourField
-
Constructs an instance of TwelveHourField
with the specified
NumberRule
.
- TwentyFourHourField(FastDatePrinter.NumberRule) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwentyFourHourField
-
Constructs an instance of TwentyFourHourField
with the specified
NumberRule
.
- TWO_DIGITS - Static variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- TWO_DIGITS - Static variable in class org.apache.logging.log4j.core.pattern.CachedDateFormat
-
- TwoDigitMonthField() - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitMonthField
-
Constructs an instance of TwoDigitMonthField
.
- TwoDigitNumberField(int) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitNumberField
-
Constructs an instance of TwoDigitNumberField
with the specified field.
- TwoDigitYearField() - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TwoDigitYearField
-
Constructs an instance of TwoDigitYearField
.
- type - Variable in class org.apache.logging.log4j.core.config.builder.impl.DefaultComponentBuilder
-
- type - Variable in class org.apache.logging.log4j.core.config.Node
-
- Type() - Constructor for enum org.apache.logging.log4j.core.tools.Generate.Type
-
- type - Variable in class org.apache.logging.log4j.message.StructuredDataMessage
-
- TYPE1 - Static variable in class org.apache.logging.log4j.core.util.UuidUtil
-
- TypeConverter<T> - Interface in org.apache.logging.log4j.core.config.plugins.convert
-
Interface for doing automatic String conversion to a specific type.
- TypeConverterRegistry - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverterRegistry() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverterRegistry
-
- TypeConverters - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Collection of basic TypeConverter implementations.
- TypeConverters() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters
-
- TypeConverters.BigDecimalConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Parses a String
into a BigDecimal
.
- TypeConverters.BigIntegerConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Parses a String
into a BigInteger
.
- TypeConverters.BooleanConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Boolean
.
- TypeConverters.ByteArrayConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a byte[]
.
- TypeConverters.ByteConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Byte
.
- TypeConverters.CharacterConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Character
.
- TypeConverters.CharArrayConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a char[]
.
- TypeConverters.CharsetConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Charset
.
- TypeConverters.ClassConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Class
.
- TypeConverters.CronExpressionConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.DoubleConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Double
.
- TypeConverters.DurationConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.FileConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a File
.
- TypeConverters.FloatConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Float
.
- TypeConverters.InetAddressConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into an InetAddress
.
- TypeConverters.IntegerConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Integer
.
- TypeConverters.LevelConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a
String
into a Log4j
Level
.
- TypeConverters.LongConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Long
.
- TypeConverters.PathConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Path
.
- TypeConverters.PatternConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Pattern
.
- TypeConverters.SecurityProviderConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Provider
.
- TypeConverters.ShortConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a Short
.
- TypeConverters.StringConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Returns the given String
, no conversion takes place.
- TypeConverters.UriConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a URI
.
- TypeConverters.UrlConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a URL
.
- TypeConverters.UuidConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
Converts a String
into a UUID
.
- TypeUtil - Class in org.apache.logging.log4j.core.util
-
Utility class for working with Java Type
s and derivatives.
- TypeUtil() - Constructor for class org.apache.logging.log4j.core.util.TypeUtil
-
- TzInfo(TimeZone, boolean) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy.TzInfo
-
- tzNames - Variable in class org.apache.logging.log4j.core.util.datetime.FastDateParser.TimeZoneStrategy
-