- 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.NamePatternConverter
-
Abbreviate name in string buffer.
- abbreviatedSynopsis() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Generates a generic synopsis like <command name> [OPTIONS] [PARAM1 [PARAM2]...]
, omitting parts
that don't apply to the command (e.g., does not show [OPTIONS] if the command has no options).
- abbreviateSynopsis - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
If true
, the synopsis line(s) will show an abbreviated synopsis without detailed option names.
- 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
-
- AbstractAppender(String, Filter, Layout<? extends Serializable>, boolean) - Constructor for class org.apache.logging.log4j.core.appender.AbstractAppender
-
- AbstractAppender(String, Filter, Layout<? extends Serializable>, boolean, Property[]) - 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 - Class in org.apache.log4j.builders
-
Base class for Log4j 1 component builders.
- AbstractBuilder() - Constructor for class org.apache.log4j.builders.AbstractBuilder
-
- AbstractBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.AbstractBuilder
-
- 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
-
- AbstractConnectionSource - Class in org.apache.logging.log4j.core.appender.db.jdbc
-
- AbstractConnectionSource() - Constructor for class org.apache.logging.log4j.core.appender.db.jdbc.AbstractConnectionSource
-
- AbstractCsvLayout - Class in org.apache.logging.log4j.core.layout
-
A superclass for Comma-Separated Value (CSV) layouts.
- AbstractCsvLayout(Configuration, Charset, CSVFormat, String, String) - Constructor for class org.apache.logging.log4j.core.layout.AbstractCsvLayout
-
- AbstractDatabaseAppender<T extends AbstractDatabaseManager> - Class in org.apache.logging.log4j.core.appender.db
-
An abstract Appender for writing events to a database of some type, be it relational or NoSQL.
- AbstractDatabaseAppender(String, Filter, boolean, T) - Constructor for class org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender
-
- AbstractDatabaseAppender(String, Filter, Layout<? extends Serializable>, boolean, Property[], T) - Constructor for class org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender
-
Instantiates the base appender.
- AbstractDatabaseAppender(String, Filter, Layout<? extends Serializable>, boolean, T) - Constructor for class org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender
-
- AbstractDatabaseAppender.Builder<B extends AbstractDatabaseAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender.db
-
- AbstractDatabaseManager - Class in org.apache.logging.log4j.core.appender.db
-
Manager that allows database appenders to have their configuration reloaded without losing events.
- AbstractDatabaseManager(String, int) - Constructor for class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
Instantiates the base manager.
- AbstractDatabaseManager(String, int, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
Instantiates the base manager.
- AbstractDatabaseManager.AbstractFactoryData - Class in org.apache.logging.log4j.core.appender.db
-
Implementations should extend this class for passing data between the getManager method and the manager factory
class.
- AbstractDriverManagerConnectionSource - Class in org.apache.logging.log4j.core.appender.db.jdbc
-
- AbstractDriverManagerConnectionSource(String, String, String, char[], char[], Property[]) - Constructor for class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- AbstractDriverManagerConnectionSource.Builder<B extends AbstractDriverManagerConnectionSource.Builder<B>> - Class in org.apache.logging.log4j.core.appender.db.jdbc
-
Builds DriverManagerConnectionSource instances.
- AbstractFactoryData(int, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager.AbstractFactoryData
-
Constructs the base factory data.
- AbstractFileAppender<M extends OutputStreamManager> - Class in org.apache.logging.log4j.core.appender
-
Abstract File Appender.
- AbstractFileAppender.Builder<B extends AbstractFileAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds FileAppender instances.
- 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.
- AbstractFilter.AbstractFilterBuilder<B extends AbstractFilter.AbstractFilterBuilder<B>> - Class in org.apache.logging.log4j.core.filter
-
- AbstractFilterable - Class in org.apache.logging.log4j.core.filter
-
Enhances a Class by allowing it to contain Filters.
- AbstractFilterable() - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilterable
-
- AbstractFilterable(Filter) - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilterable
-
- AbstractFilterable(Filter, Property[]) - 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.
- AbstractFilterBuilder() - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
-
- AbstractKeyStoreConfiguration - Class in org.apache.logging.log4j.core.net.ssl
-
Configuration of the KeyStore
- AbstractKeyStoreConfiguration(String, PasswordProvider, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- AbstractKeyStoreConfiguration(String, char[], String) - Constructor for class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- AbstractKeyStoreConfiguration(String, String, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- AbstractLayout<T extends 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
-
- AbstractNoSqlConnection<W,T extends NoSqlObject<W>> - Class in org.apache.logging.log4j.core.appender.nosql
-
- AbstractNoSqlConnection() - Constructor for class org.apache.logging.log4j.core.appender.nosql.AbstractNoSqlConnection
-
- 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
-
- AbstractOutputStreamAppender(String, Layout<? extends Serializable>, Filter, boolean, boolean, Property[], M) - Constructor for class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
- 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 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
-
- 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
-
- AbstractWatcher - Class in org.apache.logging.log4j.core.util
-
Watcher for configuration files.
- AbstractWatcher(Configuration, Reconfigurable, List<ConfigurationListener>) - Constructor for class org.apache.logging.log4j.core.util.AbstractWatcher
-
- AbstractWatcher.ReconfigurationRunnable - Class in org.apache.logging.log4j.core.util
-
Helper class for triggering a reconfiguration in a background thread.
- 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, Property[], M) - Constructor for class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
Instantiates.
- AbstractWriterAppender(String, StringLayout, Filter, boolean, boolean, M) - Constructor for class org.apache.logging.log4j.core.appender.AbstractWriterAppender
-
- 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(Object, int, S) - Method in interface org.apache.logging.log4j.message.ParameterConsumer
-
Performs an operation given the specified arguments.
- 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.
- 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.
- activate() - Method in class org.apache.log4j.config.PropertySetter
-
- activateOptions() - Method in class org.apache.log4j.AppenderSkeleton
-
- activateOptions() - Method in class org.apache.log4j.spi.Filter
-
Usually filters options become active when set.
- activateOptions() - Method in interface org.apache.log4j.spi.OptionHandler
-
- activateOptions() - Method in class org.apache.log4j.WriterAppender
-
Does nothing.
- Activator - Class in org.apache.logging.log4j.core.osgi
-
OSGi BundleActivator.
- Activator() - Constructor for class org.apache.logging.log4j.core.osgi.Activator
-
- Activator - Class in org.apache.logging.log4j.util
-
Consider this class private.
OSGi bundle activator.
- Activator() - Constructor for class org.apache.logging.log4j.util.Activator
-
- 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(String, Filter, Layout<? extends Serializable>, boolean, Property[]) - Constructor for class org.apache.log4j.bridge.AppenderAdapter.Adapter
-
- 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(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(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(Marker) - Method in class org.apache.logging.slf4j.Log4jMarker
-
- 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
-
- addAllSubcommands(Map<String, CommandLine>) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Registers all specified subcommands with this Help.
- addAppender(Appender) - Method in class org.apache.log4j.Category
-
No-op implementation.
- addAppender(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- addAppender(Appender) - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Add an appender.
- 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
-
- addAppenderIfAbsent(Appender) - Method in class org.apache.log4j.xml.XmlConfiguration
-
- 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.
- addAuthorization(URLConnection) - Method in interface org.apache.logging.log4j.core.util.AuthorizationProvider
-
- addAuthorization(URLConnection) - Method in class org.apache.logging.log4j.core.util.BasicAuthorizationProvider
-
- addCharset(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ScriptFileComponentBuilder
-
- 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(String, Object) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- addEmptyRow() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
- 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.log4j.AppenderSkeleton
-
- addFilter(Filter) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- 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.
- 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
-
- addLanguage(String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ScriptFileComponentBuilder
-
- 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
-
- addOption(Field, CommandLine.Help.IParamLabelRenderer) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- addOptions(List<Field>, CommandLine.Help.IParamLabelRenderer) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- 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.
- 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
-
- addPositionalParameter(Field, CommandLine.Help.IParamLabelRenderer) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- addPositionalParameters(List<Field>, CommandLine.Help.IParamLabelRenderer) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- addProperties(Object, String[], Properties, String) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- 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
-
- addProvider(Provider) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- ADDRESS_PARSE_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
-
- 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
-
- addRowValues(String...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
- addRowValues(CommandLine.Help.Ansi.Text...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Adds a new
empty row, then calls
putValue
for each of the specified values, adding more empty rows
if the return value indicates that the value spanned multiple columns or was wrapped to multiple rows.
- 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.
- addShutdownListener(LoggerContextShutdownAware) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- addShutdownListener(LoggerContextShutdownAware) - Method in interface org.apache.logging.log4j.spi.LoggerContextShutdownEnabled
-
- addSubcommand(String, Object) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Registers a subcommand with the specified name.
- addSubcommand(String, Object) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Registers the specified subcommand with this Help.
- addToSet(int, int, int, int) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- 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.
- Advertiser - Interface in org.apache.logging.log4j.core.net
-
- 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.
- 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
-
- allLines() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Determines if all lines should be printed.
- ALLOWED_CLASSES - Static variable in class org.apache.logging.log4j.core.net.JndiManager
-
- ALLOWED_HOSTS - Static variable in class org.apache.logging.log4j.core.net.JndiManager
-
- ALLOWED_PROTOCOLS - Static variable in class org.apache.logging.log4j.core.net.JndiManager
-
- always() - Method in interface org.apache.logging.log4j.Logger
-
Construct a log event that will always be logged.
- always() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct a fatal log event.
- annotation - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- ansi() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns whether ANSI escape codes are enabled or not.
- ansi() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
- AnsiEscape - Enum in org.apache.logging.log4j.core.pattern
-
Converts text into ANSI escape sequences.
- anyLines() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Determines if any lines should be printed.
- append(LoggingEvent) - Method in class org.apache.log4j.AppenderSkeleton
-
- append(LogEvent) - Method in class org.apache.log4j.bridge.AppenderAdapter.Adapter
-
- append(LoggingEvent) - Method in class org.apache.log4j.ConsoleAppender
- append(LoggingEvent) - Method in class org.apache.log4j.WriterAppender
-
- 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.db.AbstractDatabaseAppender
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
Handle the Log event.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.HttpAppender
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
Write the log entry rolling over the file when required.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqAppender
-
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender
-
- 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(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
Modifies the event and pass to the subordinate Appenders.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Writes the log entry rolling over the file when required.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
Write the log entry rolling over the file when required.
- 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(String) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Returns a new Text
instance with the specified text appended.
- append(CommandLine.Help.Ansi.Text) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Returns a new Text
instance with the specified text appended.
- 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
-
- append(LogEvent) - Method in class org.apache.logging.log4j.web.appender.ServletAppender
-
- APPEND_PARAM - Static variable in class org.apache.log4j.builders.AbstractBuilder
-
- 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_REF_TAG - Static variable in class org.apache.log4j.config.Log4j1Configuration
-
- AppenderAdapter - Class in org.apache.log4j.bridge
-
Binds a Log4j 1.x Appender to Log4j 2.
- AppenderAdapter(Appender) - Constructor for class org.apache.log4j.bridge.AppenderAdapter
-
Constructor.
- AppenderAdapter.Adapter - Class in org.apache.log4j.bridge
-
- 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
.
- AppenderAttachable - Interface in org.apache.log4j.spi
-
Interface for attaching appenders to objects.
- AppenderAttachableImpl - Class in org.apache.log4j.helpers
-
Allows Classes to attach Appenders.
- AppenderAttachableImpl() - Constructor for class org.apache.log4j.helpers.AppenderAttachableImpl
-
- AppenderBuilder - Interface in org.apache.log4j.builders.appender
-
Define an Appender Builder.
- 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
-
- 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
-
Constructs an exception with a message.
- AppenderLoggingException(String, Object...) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Constructs an exception with a message.
- AppenderLoggingException(String, Throwable) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Constructs an exception with a message and underlying cause.
- AppenderLoggingException(Throwable) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Constructs an exception with an underlying cause.
- AppenderLoggingException(Throwable, String, Object...) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Constructs an exception with a message.
- AppenderRef - Class in org.apache.logging.log4j.core.config
-
An Appender reference.
- AppenderRefComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing AppenderRef Components.
- AppenderSet - Class in org.apache.logging.log4j.core.appender
-
A deferred plugin for appenders.
- AppenderSet.Builder - Class in org.apache.logging.log4j.core.appender
-
- AppenderSkeleton - Class in org.apache.log4j
-
The base class for Appenders in Log4j 1.
- AppenderSkeleton() - Constructor for class org.apache.log4j.AppenderSkeleton
-
Create new instance.
- AppenderSkeleton(boolean) - Constructor for class org.apache.log4j.AppenderSkeleton
-
- AppenderSkeleton.NoOpErrorHandler - Class in org.apache.log4j
-
- AppendersPlugin - Class in org.apache.logging.log4j.core.config
-
An Appender container.
- AppenderWrapper - Class in org.apache.log4j.bridge
-
Holds a Log4j 2 Appender in an empty Log4j 1 Appender so it can be extracted when constructing the configuration.
- AppenderWrapper(Appender) - Constructor for class org.apache.log4j.bridge.AppenderWrapper
-
- 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.
- 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.
- appendLoopOnAppenders(LoggingEvent) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
Call the doAppend
method on all attached appenders.
- appendMap(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- appendSpecificTypes(StringBuilder, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
- 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
-
- apply(String, List<CommandLine.Help.Ansi.IStyle>) - Method in enum org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi
-
Returns a new Text object where all the specified styles are applied to the full length of the
specified plain text.
- applyRules(Calendar, StringBuffer) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
- applySystemProperties() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
Replaces colors and styles in this scheme with ones specified in system properties, and returns this scheme.
- ArrayBlockingQueueFactory<E> - Class in org.apache.logging.log4j.core.async
-
- 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.
- 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.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- asBuilder() - Method in class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
-
- 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
-
- asJavaUnquoted(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.
- asMap() - Method in class org.apache.logging.log4j.core.config.AppenderControlArraySet
-
Returns all Appenders as a Map.
- Assert - Class in org.apache.logging.log4j.core.util
-
Utility class providing common validation logic.
- assertLog(boolean, String) - Method in class org.apache.log4j.Category
-
If
assertion
parameter is
false
, then
logs
msg
as an
error
statement.
- asString() - Method in class org.apache.logging.log4j.message.MapMessage
-
Formats the Structured data as described in
RFC 5424.
- asString(String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Formats the Structured data as described in
RFC 5424.
- 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
-
Formats this message as an XML fragment String into the given builder.
- AsyncAppender - Class in org.apache.logging.log4j.core.appender
-
Appends to one or more Appenders asynchronously.
- AsyncAppender.Builder<B extends AsyncAppender.Builder<B>> - 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
.
- AsyncAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build an Asynch Appender
- AsyncAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.AsyncAppenderBuilder
-
- AsyncAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.AsyncAppenderBuilder
-
- 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.
- 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.Log4jEventWrapper - Class in org.apache.logging.log4j.core.async
-
RingBuffer events contain all information necessary to perform 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
-
- AsyncQueueFullMessageUtil - Class in org.apache.logging.log4j.core.async
-
Consider this class private.
- 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
-
- atDebug() - Method in interface org.apache.logging.log4j.Logger
-
Construct a trace log event.
- atDebug() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct a debug log event.
- atError() - Method in interface org.apache.logging.log4j.Logger
-
Construct a trace log event.
- atError() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct an error log event.
- atFatal() - Method in interface org.apache.logging.log4j.Logger
-
Construct a trace log event.
- atFatal() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct a fatal log event.
- atInfo() - Method in interface org.apache.logging.log4j.Logger
-
Construct a trace log event.
- atInfo() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct an informational log event.
- atLevel(Level) - Method in interface org.apache.logging.log4j.Logger
-
Construct a log event.
- atLevel(Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct a log event.
- ATTR_MARKER - Static variable in class org.apache.logging.log4j.core.filter.MarkerFilter
-
- ATTR_MATCH - Static variable in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- ATTR_MATCH - Static variable in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- ATTR_ON_MATCH - Static variable in class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
-
- ATTR_ON_MISMATCH - Static variable in class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
-
- atTrace() - Method in interface org.apache.logging.log4j.Logger
-
Construct a trace log event.
- atTrace() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct a trace log event.
- atWarn() - Method in interface org.apache.logging.log4j.Logger
-
Construct a trace log event.
- atWarn() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Construct a warning log event.
- AUTHORIZATION_PROVIDER - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- authorizationProvider(PropertiesUtil) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- AuthorizationProvider - Interface in org.apache.logging.log4j.core.util
-
Interface to be implemented to add an Authorization header to an HTTP request.
- 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
-
- 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.
- calcLocation(String) - Method in class org.apache.logging.log4j.util.StackLocator
-
- calcLocation(String) - Static method in class org.apache.logging.log4j.util.StackLocatorUtil
-
- call(C, PrintStream, String...) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- call(C, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Convenience method to allow command line application authors to avoid some boilerplate code in their application.
- callAppender(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
Call the appender.
- callAppenders(LoggingEvent) - Method in class org.apache.log4j.Category
-
No-op implementation.
- callAppenders(LogEvent) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- callAppenders(LogEvent) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- 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.
- 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
-
- CassandraAppender - Class in org.apache.logging.log4j.cassandra
-
Appender plugin that uses a Cassandra database.
- CassandraAppender.Builder<B extends CassandraAppender.Builder<B>> - Class in org.apache.logging.log4j.cassandra
-
- CassandraManager - Class in org.apache.logging.log4j.cassandra
-
Manager for a Cassandra appender instance.
- 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(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
-
- CatchingTag - Class in org.apache.logging.log4j.taglib
-
This class implements the <log:catching>
tag.
- CatchingTag() - Constructor for class org.apache.logging.log4j.taglib.CatchingTag
-
- CATEGORY - Static variable in class org.apache.log4j.builders.BuilderManager
-
- 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 - 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 - 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 interface org.apache.logging.log4j.core.util.Watcher
-
- CATEGORY - Static variable in class org.apache.logging.log4j.Level
-
- CATEGORY_NAME - Static variable in class org.apache.logging.log4j.core.Core
-
- CategoryUtil - Class in org.apache.log4j.legacy.core
-
Provide access to Log4j Core Logger methods.
- 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.
- Cell(int, int) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable.Cell
-
Constructs a new Cell with the specified coordinates in the table.
- cellAt(int, int) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
- CharacterConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharacterConverter
-
- 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
-
- charMatcher(char) - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor that creates a matcher from a character.
- Chars - Class in org.apache.logging.log4j.util
-
Consider this class private.
- CharsetConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.CharsetConverter
-
- 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.
- check(String) - Method in class org.apache.logging.log4j.core.layout.internal.ExcludeChecker
-
- check(String) - Method in class org.apache.logging.log4j.core.layout.internal.IncludeChecker
-
- check(String) - Method in interface org.apache.logging.log4j.core.layout.internal.ListChecker
-
- check(String) - Method in class org.apache.logging.log4j.core.layout.internal.ListChecker.NoopChecker
-
- checkEntryConditions() - Method in class org.apache.log4j.WriterAppender
-
This method determines if there is a sense in attempting to append.
- checkFiles() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- 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
-
- checkRollover(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Determines if a rollover should occur.
- CLASS_NAME - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- 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
-
- 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
-
- ClassNamePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the class name of the site of the logging request.
- clazz - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- CleanableThreadContextMap - Interface in org.apache.logging.log4j.spi
-
Extension service provider interface to implement additional custom MDC behavior for
ThreadContext
.
- 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.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.message.ReusableObjectMessage
-
- clear() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- clear() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- 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.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
-
- clearCurrentFileName() - Method in interface org.apache.logging.log4j.core.appender.rolling.DirectFileRolloverStrategy
-
- clearCurrentFileName() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- clearFilters() - Method in interface org.apache.log4j.Appender
-
Clear the list of filters by removing all the filters in it.
- clearFilters() - Method in class org.apache.log4j.AppenderSkeleton
-
- clearFilters() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- clearLoggerContext() - Method in interface org.apache.logging.log4j.web.Log4jWebSupport
-
- clearMap() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the context map.
- clearSecrets() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
Clears the secret fields in this object but still allow it to operate normally.
- clearSecrets() - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
Clears the secret fields in this object.
- clearStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the stack for this thread.
- Client - Class in org.apache.logging.log4j.jmx.gui
-
This class allows client-side code to perform operations on remote
(server-side) MBeans via proxies.
- Client(JMXConnector) - Constructor for class org.apache.logging.log4j.jmx.gui.Client
-
Constructs a new Client
object and creates proxies for all known
remote MBeans.
- Client(MBeanServerConnection) - Constructor for class org.apache.logging.log4j.jmx.gui.Client
-
Constructs a new Client
object and creates proxies for all known
remote MBeans.
- ClientEditConfigPanel - Class in org.apache.logging.log4j.jmx.gui
-
Panel for editing Log4j configurations.
- ClientEditConfigPanel(LoggerContextAdminMBean) - Constructor for class org.apache.logging.log4j.jmx.gui.ClientEditConfigPanel
-
- ClientGui - Class in org.apache.logging.log4j.jmx.gui
-
Swing GUI that connects to a Java process via JMX and allows the user to view
and modify the Log4j 2 configuration, as well as monitor status logs.
- ClientGui(Client) - Constructor for class org.apache.logging.log4j.jmx.gui.ClientGui
-
- ClientGuiJConsolePlugin - Class in org.apache.logging.log4j.jmx.gui
-
Adapts the ClientGui
to the JConsolePlugin
API.
- ClientGuiJConsolePlugin() - Constructor for class org.apache.logging.log4j.jmx.gui.ClientGuiJConsolePlugin
-
- 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.
- ClockTimestampGenerator - Class in org.apache.logging.log4j.cassandra
-
A
TimestampGenerator
implementation using the configured
Clock
.
- ClockTimestampGenerator() - Constructor for class org.apache.logging.log4j.cassandra.ClockTimestampGenerator
-
- clone() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
- 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.bridge.AppenderWrapper
-
- close() - Method in class org.apache.log4j.ConsoleAppender
-
Release any resources allocated within the appender such as file
handles, network connections, etc.
- close() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- close() - Method in class org.apache.log4j.WriterAppender
-
Close this appender instance.
- 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.nosql.AbstractNoSqlConnection
-
- close() - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
-
Closes the underlying connection.
- 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.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.jmx.gui.Client
-
Closes the client connection to its server.
- close() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- close() - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
- CLOSE_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
-
- 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.Instance - Class in org.apache.logging.log4j
-
- closed - Variable in class org.apache.log4j.AppenderSkeleton
-
- closeImpl() - Method in class org.apache.logging.log4j.core.appender.nosql.AbstractNoSqlConnection
-
- closeImpl() - Method in class org.apache.logging.log4j.couchdb.CouchDbConnection
-
- 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
-
Closes resources.
- closeResources(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- 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.
- closeWriter() - Method in class org.apache.log4j.WriterAppender
-
- 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.
- 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.
- ColorScheme() - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
- ColorScheme(CommandLine.Help.Ansi) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
Constructs a new ColorScheme with the specified Ansi enabled mode.
- colorScheme - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- Column(int, int, CommandLine.Help.Column.Overflow) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Column
-
- column - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable.Cell
-
Table column index (zero based).
- ColumnConfig - Class in org.apache.logging.log4j.core.appender.db.jdbc
-
A configuration element used to configure which event properties are logged to which columns in the database table.
- ColumnConfig.Builder - Class in org.apache.logging.log4j.core.appender.db.jdbc
-
- ColumnMapping - Class in org.apache.logging.log4j.core.appender.db
-
A configuration element for specifying a database column name mapping.
- ColumnMapping.Builder - Class in org.apache.logging.log4j.core.appender.db
-
- columns - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
The column definitions of this table.
- columnValues - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
The char[]
slots of the TextTable
to copy text values into.
- 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.
- CommandLine - Class in org.apache.logging.log4j.core.tools.picocli
-
CommandLine interpreter that uses reflection to initialize an annotated domain object with values obtained from the
command line arguments.
- CommandLine(Object) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Constructs a new CommandLine
interpreter with the specified annotated object.
- CommandLine.Command - Annotation Type in org.apache.logging.log4j.core.tools.picocli
-
Annotate your class with @Command
when you want more control over the format of the generated help
message.
- CommandLine.DefaultExceptionHandler - Class in org.apache.logging.log4j.core.tools.picocli
-
Default exception handler that prints the exception message to the specified PrintStream
, followed by the
usage message for the command or subcommand whose input was invalid.
- CommandLine.DuplicateOptionAnnotationsException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Exception indicating that multiple fields have been annotated with the same Option name.
- CommandLine.ExecutionException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Exception indicating a problem while invoking a command or subcommand.
- CommandLine.Help - Class in org.apache.logging.log4j.core.tools.picocli
-
A collection of methods and inner classes that provide fine-grained control over the contents and layout of
the usage help message to display to end users when help is requested or invalid input values were specified.
- CommandLine.Help.Ansi - Enum in org.apache.logging.log4j.core.tools.picocli
-
Provides methods and inner classes to support using ANSI escape codes in usage help messages.
- CommandLine.Help.Ansi.IStyle - Interface in org.apache.logging.log4j.core.tools.picocli
-
Defines the interface for an ANSI escape sequence.
- CommandLine.Help.Ansi.Style - Enum in org.apache.logging.log4j.core.tools.picocli
-
A set of pre-defined ANSI escape code styles and colors, and a set of convenience methods for parsing
text with embedded markup style names, as well as convenience methods for converting
styles to strings with embedded escape codes.
- CommandLine.Help.Ansi.Text - Class in org.apache.logging.log4j.core.tools.picocli
-
Encapsulates rich text with styles and colors.
- CommandLine.Help.ColorScheme - Class in org.apache.logging.log4j.core.tools.picocli
-
All usage help message are generated with a color scheme that assigns certain styles and colors to common
parts of a usage message: the command name, options, positional parameters and option parameters.
- CommandLine.Help.Column - Class in org.apache.logging.log4j.core.tools.picocli
-
Columns define the width, indent (leading number of spaces in a column before the value) and
Overflow policy of a column in a
TextTable.
- CommandLine.Help.Column.Overflow - Enum in org.apache.logging.log4j.core.tools.picocli
-
Policy for handling text that is longer than the column width:
span multiple columns, wrap to the next row, or simply truncate the portion that doesn't fit.
- CommandLine.Help.IOptionRenderer - Interface in org.apache.logging.log4j.core.tools.picocli
-
When customizing online help for
Option
details, a custom
IOptionRenderer
can be
used to create textual representation of an Option in a tabular format: one or more rows, each containing
one or more columns.
- CommandLine.Help.IParameterRenderer - Interface in org.apache.logging.log4j.core.tools.picocli
-
When customizing online help for
Parameters
details, a custom
IParameterRenderer
can be used to create textual representation of a Parameters field in a tabular format: one or more rows,
each containing one or more columns.
- CommandLine.Help.IParamLabelRenderer - Interface in org.apache.logging.log4j.core.tools.picocli
-
When customizing online usage help for an option parameter or a positional parameter, a custom
IParamLabelRenderer
can be used to render the parameter name or label to a String.
- CommandLine.Help.Layout - Class in org.apache.logging.log4j.core.tools.picocli
-
Use a Layout to format usage help text for options and parameters in tabular format.
- CommandLine.Help.TextTable - Class in org.apache.logging.log4j.core.tools.picocli
-
- CommandLine.Help.TextTable.Cell - Class in org.apache.logging.log4j.core.tools.picocli
-
Helper class to index positions in a Help.TextTable
.
- CommandLine.IExceptionHandler - Interface in org.apache.logging.log4j.core.tools.picocli
-
Represents a function that can handle a
ParameterException
that occurred while
parsing the command line arguments.
- CommandLine.InitializationException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Exception indicating a problem during CommandLine
initialization.
- CommandLine.IParseResultHandler - Interface in org.apache.logging.log4j.core.tools.picocli
-
Represents a function that can process a List of
CommandLine
objects resulting from successfully
parsing the command line arguments.
- CommandLine.ITypeConverter<K> - Interface in org.apache.logging.log4j.core.tools.picocli
-
When parsing command line arguments and initializing
fields annotated with
@Option
or
@Parameters
,
String values can be converted to any type for which a
ITypeConverter
is registered.
- CommandLine.MaxValuesforFieldExceededException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Exception indicating that more values were specified for an option or parameter than its
arity
allows.
- CommandLine.MissingParameterException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Exception indicating that a required parameter was not specified.
- CommandLine.MissingTypeConverterException - Exception in org.apache.logging.log4j.core.tools.picocli
-
- CommandLine.Option - Annotation Type in org.apache.logging.log4j.core.tools.picocli
-
Annotate fields in your class with @Option
and picocli will initialize these fields when matching
arguments are specified on the command line.
- CommandLine.OverwrittenOptionException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Exception indicating that an option for a single-value option field has been specified multiple times on the command line.
- CommandLine.ParameterException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Exception indicating something went wrong while parsing command line options.
- CommandLine.ParameterIndexGapException - Exception in org.apache.logging.log4j.core.tools.picocli
-
- CommandLine.Parameters - Annotation Type in org.apache.logging.log4j.core.tools.picocli
-
Fields annotated with @Parameters
will be initialized with positional parameters.
- CommandLine.PicocliException - Exception in org.apache.logging.log4j.core.tools.picocli
-
Base class of all exceptions thrown by picocli.CommandLine
.
- CommandLine.Range - Class in org.apache.logging.log4j.core.tools.picocli
-
Describes the number of parameters required and accepted by an option or a positional parameter.
- CommandLine.RunAll - Class in org.apache.logging.log4j.core.tools.picocli
-
Command line parse result handler that prints help if requested, and otherwise executes the top-level command and
all subcommands as Runnable
or Callable
.
- CommandLine.RunFirst - Class in org.apache.logging.log4j.core.tools.picocli
-
Command line parse result handler that prints help if requested, and otherwise executes the top-level
Runnable
or Callable
command.
- CommandLine.RunLast - Class in org.apache.logging.log4j.core.tools.picocli
-
Command line parse result handler that prints help if requested, and otherwise executes the most specific
Runnable
or Callable
subcommand.
- CommandLine.TypeConversionException - Exception in org.apache.logging.log4j.core.tools.picocli
-
- CommandLine.UnmatchedArgumentException - Exception in org.apache.logging.log4j.core.tools.picocli
-
- CommandLineArguments() - Constructor for class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- commandList() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a 2-column list with command names and the first line of their header or (if absent) description.
- commandListHeading - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Optional heading preceding the subcommand list.
- commandListHeading(Object...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns the text displayed before the command list; an empty string if there are no commands,
otherwise the result of String.format(commandListHeading, params)
.
- commandName - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
The String to use as the program name in the synopsis line of the help message.
- commands(CommandLine.Help.Ansi.IStyle...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
Adds the specified styles to the registered styles for commands in this color scheme and returns this color scheme.
- commandStyles - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
- commandText(String) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
Returns a Text with all command styles applied to the specified command string.
- commitAndClose() - Method in class org.apache.logging.log4j.cassandra.CassandraManager
-
- commitAndClose() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
Commits any active transaction (if applicable) and disconnects from the database (returns the connection to the
connection pool).
- commitAndClose() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- commitAndClose() - Method in class org.apache.logging.log4j.core.appender.nosql.NoSqlDatabaseManager
-
- 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.
- Comparator() - Constructor for class org.apache.logging.log4j.util.PropertySource.Comparator
-
- 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
-
- compare(PropertySource, PropertySource) - Method in class org.apache.logging.log4j.util.PropertySource.Comparator
-
- 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(CommandLine.Range) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Range
-
- compareTo(Level) - Method in class org.apache.logging.log4j.Level
-
- 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
-
- 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.
- COMPOSITE_SOURCE - Static variable in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- 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 CompositeConfiguration.
- CompositeFilter - Class in org.apache.logging.log4j.core.filter
-
Composes and invokes one or more filters.
- 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.
- concatanateArrays(String[], String[]) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- 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.Logger.PrivateConfig
-
The current Configuration associated with the LoggerConfig.
- CONFIG_PASSWORD - Static variable in class org.apache.logging.log4j.core.util.BasicAuthorizationProvider
-
- CONFIG_USER_NAME - Static variable in class org.apache.logging.log4j.core.util.BasicAuthorizationProvider
-
- configuration - Variable in class org.apache.logging.log4j.core.appender.ConfigurationFactoryData
-
This field is public to follow the style of existing FactoryData classes.
- 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.layout.AbstractLayout
-
The current Configuration.
- configuration - Variable in class org.apache.logging.log4j.core.lookup.AbstractConfigurationAwareLookup
-
- 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
-
- 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
-
- ConfigurationFileWatcher - Class in org.apache.logging.log4j.core.config
-
Watcher for configuration files.
- ConfigurationFileWatcher(Configuration, Reconfigurable, List<ConfigurationListener>, long) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationFileWatcher
-
- ConfigurationListener - Interface in org.apache.logging.log4j.core.config
-
Interface used to allow components to be notified when the configuration changes.
- ConfigurationScheduler - Class in org.apache.logging.log4j.core.config
-
- ConfigurationScheduler() - Constructor for class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- ConfigurationScheduler(String) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- ConfigurationScheduler.CronRunnable - Class in org.apache.logging.log4j.core.config
-
- 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, URL, long) - 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(Source, byte[], long) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationSource
-
- Configurator - Interface in org.apache.log4j.spi
-
Log4j 1.x Configurator interface.
- Configurator - Class in org.apache.logging.log4j.core.config
-
Initializes and configure the Logging system.
- 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
-
- configureSubstitutor(Property[], Configuration) - Static method in class org.apache.logging.log4j.core.config.PropertiesPlugin
-
Creates the Properties component.
- connectAndStart() - Method in class org.apache.logging.log4j.cassandra.CassandraManager
-
- connectAndStart() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
Connects to the database and starts a transaction (if applicable).
- connectAndStart() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- connectAndStart() - Method in class org.apache.logging.log4j.core.appender.nosql.NoSqlDatabaseManager
-
- ConnectionSource - Interface in org.apache.logging.log4j.core.appender.db.jdbc
-
- connectionString - Variable in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- ConsoleAppender - Class in org.apache.log4j
-
Console-appender.
- ConsoleAppender() - Constructor for class org.apache.log4j.ConsoleAppender
-
- 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.Builder<B extends ConsoleAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds ConsoleAppender instances.
- ConsoleAppender.Target - Enum in org.apache.logging.log4j.core.appender
-
Enumeration of console destinations.
- ConsoleAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a Console Appender
- ConsoleAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- ConsoleAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- Constants - Class in org.apache.logging.log4j.core.util
-
Log4j Constants.
- Constants - Class in org.apache.logging.log4j.util
-
Log4j API Constants.
- 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 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
-
- Container - Class in org.apache.logging.log4j.docker.model
-
Definition of a Docker Container
- Container() - Constructor for class org.apache.logging.log4j.docker.model.Container
-
- contains(int) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Range
-
Returns true
if this Range includes the specified value, false
otherwise.
- 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
-
- containsKey(String) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- containsKey(String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns true
if this data structure contains the specified key, false
otherwise.
- containsKey(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- 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
-
- containsProperty(String) - Method in interface org.apache.logging.log4j.util.PropertySource
-
For PropertySources that cannot iterate over all the potential properties this provides a direct lookup.
- CONTEXT_ATTRIBUTE - Static variable in interface org.apache.logging.log4j.web.Log4jWebSupport
-
The attribute key for the
ServletContext
attribute that the
LoggerContext
is stored in.
- CONTEXT_MAP - Static variable in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- 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.
- ContextDataAsEntryListDeserializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- ContextDataAsEntryListSerializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- ContextDataAsEntryListSerializer() - Constructor for class org.apache.logging.log4j.core.jackson.ContextDataAsEntryListSerializer
-
- ContextDataDeserializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- 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
-
- ContextDataProvider - Interface in org.apache.logging.log4j.core.util
-
Source of context data to be added to each log event.
- contextDataProviders - Static variable in class org.apache.logging.log4j.core.impl.ThreadContextDataInjector
-
ContextDataProviders loaded via OSGi.
- ContextDataSerializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- ContextDataSerializer() - Constructor for class org.apache.logging.log4j.core.jackson.ContextDataSerializer
-
- contextDestroyed(ServletContextEvent) - Method in class org.apache.logging.log4j.web.Log4jServletContextListener
-
- contextInitialized(ServletContextEvent) - Method in class org.apache.logging.log4j.web.Log4jServletContextListener
-
- 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
-
- 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
.
- contextShutdown(LoggerContext) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- contextShutdown(LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- contextShutdown(LoggerContext) - Method in interface org.apache.logging.log4j.spi.LoggerContextShutdownAware
-
- ContextUtil - Class in org.apache.log4j.legacy.core
-
Implements LoggerContext methods specific to log4j-core.
- 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 interface org.apache.logging.log4j.core.tools.picocli.CommandLine.ITypeConverter
-
Converts the specified command line argument value to some domain object.
- convertArg(String, Class<?>) - Method in class org.apache.log4j.config.PropertySetter
-
Convert val
a String parameter to an object of a
given type.
- ConverterKeys - Annotation Type in org.apache.logging.log4j.core.pattern
-
Identifies the keys that are associated with a PatternConverter.
- convertLevel(String, Level) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- convertLevel(Level) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- convertLevel(Level) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- convertSpecialChars(String) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- 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(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.
- 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.
- 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
.
- 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
-
- CouchDbConnection - Class in org.apache.logging.log4j.couchdb
-
- CouchDbConnection(CouchDbClient) - Constructor for class org.apache.logging.log4j.couchdb.CouchDbConnection
-
- CouchDbProvider - Class in org.apache.logging.log4j.couchdb
-
- count - Variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
Number of Appenders using this manager.
- countArgumentPlaceholders(String) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Counts the number of unescaped placeholders in the given messagePattern.
- 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(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, Filter, ConnectionSource, String, String, ColumnConfig[]) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender
-
- 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, Layout<?>, Filter, Property[], boolean, long, long, boolean, byte[], boolean, long, long, long, long, int, long, long, long, int, long, int, long, long, long, boolean) - Static method in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqAppender
-
- createAppender(String, String, Filter, String, NoSqlProvider<?>) - Static method in class org.apache.logging.log4j.core.appender.nosql.NoSqlAppender
-
- 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(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
-
- 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(Layout<? extends Serializable>, Filter, String, boolean) - Static method in class org.apache.logging.log4j.web.appender.ServletAppender
-
- createAppenderRef(String, Level, Filter) - Static method in class org.apache.logging.log4j.core.config.AppenderRef
-
Create an Appender reference.
- createAppenders(Appender[]) - Static method in class org.apache.logging.log4j.core.config.AppendersPlugin
-
Creates a Map of the Appenders.
- createBindings(AbstractScript) - Method in class org.apache.logging.log4j.core.script.ScriptManager
-
- createColumnConfig(Configuration, String, String, String, String, String, String) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- 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
-
- createConnection(URL, long, SslConfiguration) - Static method in class org.apache.logging.log4j.core.net.UrlConnectionFactory
-
- createConnection(URL) - Static method in class org.apache.logging.log4j.core.net.UrlConnectionFactory
-
- createConnectionSource(String) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.DataSourceConnectionSource
-
Factory method for creating a connection source within the plugin manager.
- createConnectionSource(String, String) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.FactoryMethodConnectionSource
-
Factory method for creating a connection source within the plugin manager.
- 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.ContextDataFactory
-
- createContextData(ReadOnlyStringMap) - Static method in class org.apache.logging.log4j.core.impl.ContextDataFactory
-
- createCustomLevels(CustomLevelConfig[]) - Static method in class org.apache.logging.log4j.core.config.CustomLevels
-
Create a CustomLevels object to contain all the CustomLevelConfigs.
- 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
-
- createDefaultLayout() - Static method in class org.apache.logging.log4j.core.layout.CsvLogEventLayout
-
- createDefaultLayout() - Static method in class org.apache.logging.log4j.core.layout.CsvParameterLayout
-
- 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.JsonLayout
-
Creates a JSON 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.
- createDefaultLayout() - Static method in class org.apache.logging.log4j.core.layout.XmlLayout
-
Creates an XML Layout using the default settings.
- createDefaultLayout() - Static method in class org.apache.logging.log4j.core.layout.YamlLayout
-
Creates a YAML Layout using the default settings.
- createDefaultLayout() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a Layout
instance configured with the user preferences captured in this Help instance.
- createDefaultOptionRenderer() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a new default OptionRenderer which converts
Options
to five columns of text to match
the default
TextTable column layout.
- createDefaultParameterRenderer() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a new default ParameterRenderer which converts
Parameters
to four columns of
text to match the default
TextTable column layout.
- createDefaultParamLabelRenderer() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a new default value renderer that separates option parameters from their
options with the specified separator string, surrounds optional parameters with
'['
and
']'
characters and uses ellipses ("...") to indicate that any number of a parameter are allowed.
- createDeflaterOutputStream(OutputStream) - Method in enum org.apache.logging.log4j.core.layout.GelfLayout.CompressionType
-
- 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.
- 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, StackTraceElement, Level, Message, List<Property>, Throwable) - Method in class org.apache.logging.log4j.core.impl.DefaultLogEventFactory
-
Creates a log event.
- createEvent(String, Marker, String, StackTraceElement, Level, Message, List<Property>, Throwable) - Method in interface org.apache.logging.log4j.core.impl.LocationAwareLogEventFactory
-
- 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.
- createEvent(String, Marker, String, StackTraceElement, Level, Message, List<Property>, Throwable) - Method in class org.apache.logging.log4j.core.impl.ReusableLogEventFactory
-
Creates a log event.
- 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.
- 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
-
- createFileVisitor(Path, List<PathCondition>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.DeleteAction
-
- createFileVisitor(Path, List<PathCondition>) - Method in class org.apache.logging.log4j.core.appender.rolling.action.PosixViewAttributeAction
-
- 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
-
Creates 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
-
Creates the MarkerFilter.
- createFilter(String, String[], Boolean, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.RegexFilter
-
Creates 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
-
Creates 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
-
Creates a ThresholdFilter.
- createFilter(String, String, String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.TimeFilter
-
Creates a TimeFilter.
- createFilters(Filter[]) - Static method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Creates a CompositeFilter.
- createFormat(String, Character, Character, Character, QuoteMode, String, String) - Static method in class org.apache.logging.log4j.core.layout.AbstractCsvLayout
-
- createIfSupported(String...) - Static method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- 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
-
- createKeyStoreConfiguration(String, char[], String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
Creates a KeyStoreConfiguration.
- createKeyStoreConfiguration(String, char[], String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
- createKeyStoreConfiguration(String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
- createKeyStoreConfiguration(String, char[], String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
Creates a KeyStoreConfiguration.
- createKeyStoreConfiguration(String, char[], String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- createKeyStoreConfiguration(String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- createLayout(boolean, boolean) - Static method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- createLayout(CSVFormat) - Static method in class org.apache.logging.log4j.core.layout.CsvLogEventLayout
-
- createLayout(Configuration, String, Character, Character, Character, QuoteMode, String, String, Charset, String, String) - Static method in class org.apache.logging.log4j.core.layout.CsvLogEventLayout
-
- createLayout(CSVFormat) - Static method in class org.apache.logging.log4j.core.layout.CsvParameterLayout
-
- createLayout(Configuration, String, Character, Character, Character, QuoteMode, String, String, Charset, String, String) - Static method in class org.apache.logging.log4j.core.layout.CsvParameterLayout
-
- createLayout(String, KeyValuePair[], GelfLayout.CompressionType, int, boolean) - Static method in class org.apache.logging.log4j.core.layout.GelfLayout
-
- createLayout(boolean, String, String, Charset, String, String) - Static method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
Creates an HTML Layout.
- createLayout(Configuration, boolean, boolean, boolean, boolean, boolean, boolean, String, String, Charset, boolean) - Static method in class org.apache.logging.log4j.core.layout.JsonLayout
-
- createLayout() - Static method in class org.apache.logging.log4j.core.layout.MessageLayout
-
- 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
-
Deprecated.
- createLayout(Facility, boolean, String, Charset) - Static method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
- createLayout(boolean, boolean, boolean, boolean, Charset, boolean) - Static method in class org.apache.logging.log4j.core.layout.XmlLayout
-
- createLayout(Configuration, boolean, boolean, String, String, Charset, boolean) - Static method in class org.apache.logging.log4j.core.layout.YamlLayout
-
- createLevel(String, int) - Static method in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
Creates a CustomLevelConfig object.
- createList(int) - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
-
Creates an array of the specified length typed to match the
NoSqlObject
implementation appropriate for
this provider.
- createList(int) - Method in class org.apache.logging.log4j.couchdb.CouchDbConnection
-
- createLogger(String, String, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- createLogger(boolean, Level, 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, 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
-
- 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, T) - Method in interface org.apache.logging.log4j.core.appender.ManagerFactory
-
Creates a Manager.
- createManager(String, T) - 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(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
.
- createMessage(Serializable) - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
Creates a TextMessage, MapMessage, or ObjectMessage from a Serializable object.
- createMessageConsumer() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
Creates a MessageConsumer on this Destination using the current Session.
- createMessageProducer(Session, Destination) - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
Creates a MessageProducer on this Destination using the current Session.
- createMinimalOptionRenderer() - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a new minimal OptionRenderer which converts
Options
to a single row with two columns
of text: an option name and a description.
- createMinimalParameterRenderer() - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a new minimal ParameterRenderer which converts
Parameters
to a single row with
two columns of text: an option name and a description.
- createMinimalParamLabelRenderer() - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a value renderer that returns the paramLabel
if defined or the field name otherwise.
- 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.
- createNoSqlProvider(String, String, String, String, String, String, String, String) - Static method in class org.apache.logging.log4j.couchdb.CouchDbProvider
-
Factory method for creating an Apache CouchDB provider within the plugin manager.
- createNotCondition(PathCondition) - Static method in class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
Create an IfNot PathCondition.
- createObject() - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
-
- createObject() - Method in class org.apache.logging.log4j.couchdb.CouchDbConnection
-
- 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
-
- createPatternParser(Configuration) - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Creates a PatternParser.
- 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
-
Creates a 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() - Static method in class org.apache.logging.log4j.core.appender.rolling.NoOpTriggeringPolicy
-
- 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
-
- createProperties(String, String, String, String, String, Properties) - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
Creates JNDI Properties with the provided configuration information.
- 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
- 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
.
- 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(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
-
- 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.LevelPatternSelector
-
- 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
-
- createShortOptionArityAndNameComparator() - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
- createShortOptionNameComparator() - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Sorts Fields annotated with Option
by their option name in case-insensitive alphabetic order.
- createSocket(InetSocketAddress) - Method in class org.apache.logging.log4j.core.net.SslSocketManager
-
- createSocket(InetSocketAddress) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- createSocket(InetSocketAddress, SocketOptions, int) - Static method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- 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.
- createSSLConfiguration(String, KeyStoreConfiguration, TrustStoreConfiguration, boolean) - Static method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
- createStrategy(String, String, String, String, Action[], boolean, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- createStrategy(String, String, Action[], boolean, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- 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.core.message.ExtendedThreadInfoFactory
-
- createThreadInfo() - Method in interface org.apache.logging.log4j.message.ThreadDumpMessage.ThreadInfoFactory
-
- createWriter(OutputStream) - Method in class org.apache.log4j.WriterAppender
-
Returns an OutputStreamWriter when passed an OutputStream.
- 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.
- 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
-
- CronTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
Rolls a file over based on a cron schedule.
- CSI - Static variable in interface org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.IStyle
-
The Control Sequence Introducer (CSI) escape sequence "\u001b[".
- CsvLogEventLayout - Class in org.apache.logging.log4j.core.layout
-
A Comma-Separated Value (CSV) layout to log events.
- CsvLogEventLayout(Configuration, Charset, CSVFormat, String, String) - Constructor for class org.apache.logging.log4j.core.layout.CsvLogEventLayout
-
- CsvParameterLayout - Class in org.apache.logging.log4j.core.layout
-
A Comma-Separated Value (CSV) layout to log event parameters.
- CsvParameterLayout(Configuration, Charset, CSVFormat, String, String) - Constructor for class org.apache.logging.log4j.core.layout.CsvParameterLayout
-
- currentTimeMillis() - Method in class org.apache.logging.log4j.core.time.internal.FixedPreciseClock
-
- 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.
- currentTimeMillis() - Method in class org.apache.logging.log4j.core.util.SystemMillisClock
-
Returns the system time.
- 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.
- CustomLevels - Class in org.apache.logging.log4j.core.config
-
Container for CustomLevelConfig objects.
- CustomLoggerGenerator - Class in org.apache.logging.log4j.core.tools
-
- CustomLoggerGenerator() - Constructor for class org.apache.logging.log4j.core.tools.CustomLoggerGenerator
-
- customSynopsis - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Optional custom synopsis lines to use instead of the auto-generated synopsis.
- customSynopsis(Object...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns command custom synopsis as a string.
- 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.
- Facility - Enum in org.apache.logging.log4j.core.net
-
The facility codes used by the Syslog system.
- FACTORY - Static variable in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
The EventFactory
for RingBufferLogEvent
s.
- 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
.
- FactoryMethodConnectionSource - Class in org.apache.logging.log4j.core.appender.db.jdbc
-
- 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.
- FailoversPlugin - Class in org.apache.logging.log4j.core.appender
-
The array of failover Appenders.
- FastDateFormat - Class in org.apache.logging.log4j.core.util.datetime
-
- 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.
- FastDateParser - Class in org.apache.logging.log4j.core.util.datetime
-
- 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.
- FastDatePrinter - Class in org.apache.logging.log4j.core.util.datetime
-
- FastDatePrinter(String, TimeZone, Locale) - Constructor for class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Constructs a new FastDatePrinter.
- 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(Object) - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- fatal(Object, Throwable) - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- 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.
- FatalTag - Class in org.apache.logging.log4j.taglib
-
This class implements the <log:fatal>
tag.
- FatalTag() - Constructor for class org.apache.logging.log4j.taglib.FatalTag
-
- fg(String) - Static method in enum org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Style
-
Parses the specified style markup and returns the associated style.
- FILE_NAME - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- FILE_OPEN_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
-
- FILE_PARAM - Static variable in class org.apache.log4j.builders.AbstractBuilder
-
- FileAppender - Class in org.apache.logging.log4j.core.appender
-
File Appender.
- FileAppender.Builder<B extends FileAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds FileAppender instances.
- FileAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a File Appender
- FileAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.FileAppenderBuilder
-
- FileAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.FileAppenderBuilder
-
- FileConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.FileConverter
-
- FileDatePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
- FileExtension - Enum in org.apache.logging.log4j.core.appender.rolling
-
Enumerates over supported file extensions for compression.
- 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.
- 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
-
Deprecated.
- FileManager(LoggerContext, String, OutputStream, boolean, boolean, boolean, String, Layout<? extends Serializable>, String, String, String, boolean, ByteBuffer) - Constructor for class org.apache.logging.log4j.core.appender.FileManager
-
- fileModified(File) - Method in class org.apache.logging.log4j.core.config.ConfigurationFileWatcher
-
- 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(File) - Method in class org.apache.logging.log4j.core.util.WrappedFileWatcher
-
- 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.
- FileUtils - Class in org.apache.logging.log4j.core.util
-
File utilities.
- FileWatcher - Interface in org.apache.logging.log4j.core.util
-
Watches for changes in a
File
and performs an action when the file is modified.
- filter(LogEvent) - Method in class org.apache.log4j.bridge.FilterAdapter
-
- Filter - Class in org.apache.log4j.spi
-
- Filter() - Constructor for class org.apache.log4j.spi.Filter
-
- 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(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(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(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.DenyAllFilter
-
- 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(Logger, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- 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(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.NoMarkerFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- 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(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, String, Object...) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(LogEvent) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- 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(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(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(LogEvent) - 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.Result - Enum in org.apache.logging.log4j.core
-
The result that can returned from a filter method call.
- FILTER_TAG - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- 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.
- FilterAdapter - Class in org.apache.log4j.bridge
-
Binds a Log4j 1.x Filter with Log4j 2.
- FilterAdapter(Filter) - Constructor for class org.apache.log4j.bridge.FilterAdapter
-
- FilterBuilder - Interface in org.apache.log4j.builders.filter
-
Define a Filter Builder.
- 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.
- FilteredObjectInputStream - Class in org.apache.logging.log4j.util
-
Extended ObjectInputStream that only allows certain classes to be deserialized.
- FilteredObjectInputStream() - Constructor for class org.apache.logging.log4j.util.FilteredObjectInputStream
-
- FilteredObjectInputStream(InputStream) - Constructor for class org.apache.logging.log4j.util.FilteredObjectInputStream
-
- FilteredObjectInputStream(Collection<String>) - Constructor for class org.apache.logging.log4j.util.FilteredObjectInputStream
-
- FilteredObjectInputStream(InputStream, Collection<String>) - Constructor for class org.apache.logging.log4j.util.FilteredObjectInputStream
-
- FilterWrapper - Class in org.apache.log4j.bridge
-
This acts as a container for Log4j 2 Filters to be attached to Log4j 1 components.
- FilterWrapper(Filter) - Constructor for class org.apache.log4j.bridge.FilterWrapper
-
- finalize() - Method in class org.apache.log4j.AppenderSkeleton
-
- 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.log4j.helpers.OptionConverter
-
Find the value corresponding to key
in
props
.
- findAndSubst(String, Properties) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
Find the value corresponding to key
in
props
.
- findAppenderByReference(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Used internally to parse appenders by IDREF element.
- 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.
- 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.
- 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
-
- 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 interface org.apache.log4j.spi.LoggerRepository
-
- FixedDateFormat - Class in org.apache.logging.log4j.core.util.datetime
-
Custom time formatter that trades flexibility for performance.
- FixedDateFormat.FixedFormat - Enum in org.apache.logging.log4j.core.util.datetime
-
Enumeration over the supported date/time format patterns.
- FixedDateFormat.FixedTimeZoneFormat - Enum in org.apache.logging.log4j.core.util.datetime
-
Fixed time zone formats.
- FixedPreciseClock - Class in org.apache.logging.log4j.core.time.internal
-
Implementation of the PreciseClock
interface that always returns a fixed time value.
- FixedPreciseClock() - Constructor for class org.apache.logging.log4j.core.time.internal.FixedPreciseClock
-
Constructs a FixedPreciseClock
that always returns the epoch.
- FixedPreciseClock(long) - Constructor for class org.apache.logging.log4j.core.time.internal.FixedPreciseClock
-
Constructs a FixedPreciseClock
that always returns the specified time in milliseconds since the epoch.
- FixedPreciseClock(long, int) - Constructor for class org.apache.logging.log4j.core.time.internal.FixedPreciseClock
-
Constructs a FixedPreciseClock
that always returns the specified time in milliseconds since the epoch
and nanosecond of the millisecond.
- 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.
- flush() - Method in class org.apache.log4j.helpers.QuietWriter
-
- flush() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
- 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.
- FLUSH_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
-
- 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.
- 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.tools.picocli.CommandLine.Help
-
Optional footer text lines displayed at the bottom of the help message.
- footer(Object...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns command footer text as a string.
- footerHeading - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Optional heading preceding the footer section.
- footerHeading(Object...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns the text displayed before the footer text; the result of String.format(footerHeading, params)
.
- 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 CV>) - Method in class org.apache.logging.log4j.message.MapMessage
-
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 CV, S>, S) - Method in class org.apache.logging.log4j.message.MapMessage
-
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.spi.DefaultThreadContextMap
-
- forEach(TriConsumer<String, ? super V, S>, S) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- forEach(BiConsumer<String, String>) - Method in class org.apache.logging.log4j.util.EnvironmentPropertySource
-
- forEach(BiConsumer<String, String>) - Method in class org.apache.logging.log4j.util.PropertiesPropertySource
-
- forEach(BiConsumer<String, String>) - Method in interface org.apache.logging.log4j.util.PropertySource
-
Iterates over all properties and performs an action for each key/value pair.
- 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
-
- forEach(BiConsumer<String, String>) - Method in class org.apache.logging.log4j.util.SystemPropertiesPropertySource
-
- forEachElement(NodeList, Consumer<Element>) - Static method in class org.apache.log4j.xml.XmlConfiguration
-
- forEachParameter(ParameterConsumer<S>, S) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- forEachParameter(ParameterConsumer<S>, S) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- forEachParameter(ParameterConsumer<S>, S) - Method in interface org.apache.logging.log4j.message.ParameterVisitable
-
Performs the given action for each parameter until all values
have been processed or the action throws an exception.
- forEachParameter(ParameterConsumer<S>, S) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- forEachParameter(ParameterConsumer<S>, S) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- forEachParameter(ParameterConsumer<S>, S) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- 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.bridge.LayoutWrapper
-
- 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(LoggingEvent) - Method in class org.apache.log4j.SimpleLayout
-
Implement this method to create your own layout format.
- 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(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ClassNamePatternConverter
-
Format a logging event.
- 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(Instant, 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(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.EndOfBatchPatternConverter
-
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.LoggerFqcnPatternConverter
-
Formats an event 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(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.pattern.ProcessIdPatternConverter
-
Formats an event into a string buffer.
- 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(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(String, Object[]) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Replace placeholders in the given messagePattern with arguments.
- 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_MESSAGES_PATTERN_DISABLE_LOOKUPS - Static variable in class org.apache.logging.log4j.core.util.Constants
-
LOG4J2-2109 if true
, MessagePatternConverter will always operate as though
- formatContentToBytes(LogEvent[], LogEvent, Layout<?>) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- formatExtendedStackTraceTo(StringBuilder, List<String>, TextRenderer, String, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the stack trace including packaging information.
- 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.
- formatInstant(Instant) - Method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- formatInstant(Instant, char[], int) - Method in class org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- 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.
- 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.
- formatters - Variable in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- 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.
- FormattingInfo(boolean, int, int, boolean, boolean) - Constructor for class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Creates new instance.
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.core.impl.MementoMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- formatTo(String[], 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.StructuredDataCollectionMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.StructuredDataId
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- formatTo(String[], 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(String[], StringBuilder) - Method in interface org.apache.logging.log4j.util.MultiFormatStringBuilderFormattable
-
Writes a text representation of this object into the specified StringBuilder
, ideally without allocating
temporary objects.
- 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.
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.util.Timer
-
- 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.
- formatWrapper(StringBuilder, ThrowableProxy, List<String>, TextRenderer, String, 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 - Variable in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- FQCN - Static variable in class org.apache.logging.slf4j.Log4jLogger
-
- 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.
- 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.
- fromResource(String, ClassLoader) - Static method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Retrieves the configuration via the ClassLoader.
- fromUri(URI) - Static method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Loads the configuration from a URI.
- 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.
- fullInfo - Variable in class org.apache.log4j.spi.LocationInfo
-
- FullLocationPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Format the event's line location information.
- GelfLayout - Class in org.apache.logging.log4j.core.layout
-
Lays out events in the Graylog Extended Log Format (GELF) 1.1.
- GelfLayout(String, KeyValuePair[], GelfLayout.CompressionType, int, boolean) - Constructor for class org.apache.logging.log4j.core.layout.GelfLayout
-
- GelfLayout.Builder<B extends GelfLayout.Builder<B>> - Class in org.apache.logging.log4j.core.layout
-
- GelfLayout.CompressionType - Enum in org.apache.logging.log4j.core.layout
-
- Generate - Class in org.apache.logging.log4j.core.tools
-
Generates source code for custom or extended logger wrappers.
- 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.
- GENERIC_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
-
- get() - Method in class org.apache.log4j.builders.Holder
-
- 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
-
Retrieves 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.DefaultThreadContextMap
-
- 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
-
- 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.
- getActualConnectionString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- getActualTrafficClass() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getAdapter() - Method in class org.apache.log4j.bridge.AppenderAdapter
-
- getAdditionalFields() - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
- getAdditionalFields() - Method in class org.apache.logging.log4j.core.layout.JsonLayout.Builder
-
- 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.AbstractFileAppender.Builder
-
- 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
-
- getAliases() - Method in class org.apache.logging.log4j.docker.model.Network
-
- 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
-
- getAllAppenders() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- getAllAppenders() - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Get all previously added appenders as an Enumeration.
- 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).
- getAllowedClasses() - Method in class org.apache.logging.log4j.util.FilteredObjectInputStream
-
- 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() - Method in class org.apache.log4j.bridge.AppenderAdapter.Adapter
-
- getAppender() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getAppender(String) - Method in class org.apache.log4j.Category
-
No-op implementation.
- getAppender(String) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- getAppender(String) - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Get an appender by name.
- 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
-
Returns an unmodifiable view of the appenders created by this
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.
- 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.
- getAttribute(String) - Method in class org.apache.logging.log4j.jcl.LogFactoryImpl
-
- getAttributeNames() - Method in class org.apache.logging.log4j.jcl.LogFactoryImpl
-
- 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
-
- getAuthorizationProvider() - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- 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.log4j.builders.AbstractBuilder
-
- 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.
- getBooleanProperty(String, boolean, boolean) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a boolean value.
- getBooleanProperty(String[], String, Supplier<Boolean>) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Retrieves a property that may be prefixed by more than one string.
- getBridge() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder
-
- getBufferSize() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager.AbstractFactoryData
-
Gets the buffer size.
- 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.util.StringBuilderWriter
-
Returns the underlying builder.
- getBuilderManager() - Method in class org.apache.log4j.config.Log4j1Configuration
-
- 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.
- getBytes(String) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getCallerClass(int) - Method in class org.apache.logging.log4j.util.StackLocator
-
- getCallerClass(String, String) - Method in class org.apache.logging.log4j.util.StackLocator
-
- getCallerClass(Class<?>) - Method in class org.apache.logging.log4j.util.StackLocator
-
- getCallerClass(int) - Static method in class org.apache.logging.log4j.util.StackLocatorUtil
-
- getCallerClass(String) - Static method in class org.apache.logging.log4j.util.StackLocatorUtil
-
- getCallerClass(String, String) - Static method in class org.apache.logging.log4j.util.StackLocatorUtil
-
- getCallerClass(Class<?>) - Static method in class org.apache.logging.log4j.util.StackLocatorUtil
-
- 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.
- getCauseStackTraceAsString(List<String>, TextRenderer, String, 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
-
- getCharset(String, Charset) - 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.
- 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
-
- 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
-
- getClassLoaders() - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
- getClassName() - Method in class org.apache.log4j.spi.LocationInfo
-
Return the fully qualified class name of the caller making the
logging request.
- 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.
- getColumnName() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- getColumnNameKey() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- getCommand() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns the annotated object that this CommandLine
instance was constructed with.
- getCommand() - Method in class org.apache.logging.log4j.docker.model.Container
-
- getCommandLine() - Method in exception org.apache.logging.log4j.core.tools.picocli.CommandLine.ExecutionException
-
Returns the CommandLine
object for the (sub)command that could not be invoked.
- getCommandLine() - Method in exception org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
-
Returns the CommandLine
object for the (sub)command whose input could not be parsed.
- getCommandName() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns the command name (also called program name) displayed in the usage help synopsis.
- 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
-
- getCompressionLevelStr() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy.Builder
-
- getCompressionLevelStr() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
-
- getCompressionThreshold() - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
- getCompressionType() - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
- getConfig() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy.Builder
-
- getConfig() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
-
- 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(LoggerContext, ConfigurationSource) - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- 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.HttpManager
-
- 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, 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(LoggerContext, ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory
-
- 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.
- getConfiguration() - Method in class org.apache.logging.log4j.core.util.AbstractWatcher
-
- 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.
- getConfigurationWatchers() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
Return the ConfigurationWaatchers.
- getConnection() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- getConnection() - Method in interface org.apache.logging.log4j.core.appender.db.jdbc.ConnectionSource
-
This should return a new connection every time it is called.
- getConnection() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.DataSourceConnectionSource
-
- getConnection() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.FactoryMethodConnectionSource
-
- getConnection() - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlProvider
-
Obtains a connection from this provider.
- getConnection() - Method in class org.apache.logging.log4j.couchdb.CouchDbProvider
-
- getConnection() - Method in class org.apache.logging.log4j.jmx.gui.Client
-
Returns the MBean server connection through which to communicate with the
remote mbeans.
- getConnectionFactoryName() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- getConnectionSource() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- getConnectionString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- getConnectionString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- getConnectionTime() - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- getConnectTimeoutMillis() - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- getConnectTimeoutMillis() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getConnectTimeoutMillis() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- getContentFormat() - Method in class org.apache.log4j.bridge.LayoutAdapter
-
- 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 class org.apache.logging.log4j.core.layout.GelfLayout
-
- 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.JsonLayout
-
- 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.layout.XmlLayout
-
Gets this XmlLayout's content format.
- getContentFormat() - Method in class org.apache.logging.log4j.core.layout.YamlLayout
-
- 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.bridge.LayoutAdapter
-
- 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.AbstractCsvLayout
-
- getContentType() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- getContentType() - Method in class org.apache.logging.log4j.core.layout.GelfLayout
-
- 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.JsonLayout
-
- getContentType() - Method in class org.apache.logging.log4j.core.layout.MessageLayout
-
- getContentType() - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
Deprecated.
SerializedLayout returns a binary stream.
- getContentType() - Method in class org.apache.logging.log4j.core.layout.XmlLayout
-
- getContentType() - Method in class org.apache.logging.log4j.core.layout.YamlLayout
-
- getContext() - Static method in class org.apache.log4j.MDC
-
- getContext() - Static method in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqManager
-
- 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() - Method in class org.apache.logging.log4j.jcl.LogAdapter
-
- 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, boolean, URI, String) - 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.log4j.bridge.LogEventWrapper
-
- 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.log4j.bridge.LogEventWrapper
-
- getContextMap() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- 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.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.
- getContextStack() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- 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).
- 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.DefaultThreadContextMap
-
- 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
-
- getCreated() - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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 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 interface org.apache.log4j.spi.LoggerRepository
-
- getCurrentStackTrace() - Method in class org.apache.logging.log4j.util.StackLocator
-
- getCurrentStackTrace() - Static method in class org.apache.logging.log4j.util.StackLocatorUtil
-
- getCustomActions() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy.Builder
-
- getCustomActions() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- getCustomActions() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
-
- 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.
- 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.
- 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() - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
- getDefaultManager(String) - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
- getDefaultPrefix() - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getDefaultPrefix() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- getDefaultPrefix() - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- 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
-
- 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() - 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
-
- getDestination() - Method in class org.apache.logging.log4j.docker.model.Mount
-
- getDestinationName() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- 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
-
- getDoubleProperty(String, double) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a double.
- getDriver() - Method in class org.apache.logging.log4j.docker.model.Mount
-
- getDriverClassName() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- getDriverClassName() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- getDriverOpts() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getDurationProperty(String, Duration) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Retrieves a Duration where the String is of the format nnn[unit] where nnn represents an integer value
and unit represents a time unit.
- getDurationProperty(String[], String, Supplier<Duration>) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Retrieves a property that may be prefixed by more than one string.
- getEffectiveLevel() - Method in class org.apache.log4j.Category
-
- getElapsedNanoTime() - Method in class org.apache.logging.log4j.util.Timer
-
Access the elapsed time.
- getElapsedTime() - Method in class org.apache.logging.log4j.util.Timer
-
Access the elapsed time.
- 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
-
Deprecated.
- getEligibleFiles(String, String, String, boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- getEncoding() - Method in class org.apache.log4j.WriterAppender
-
- 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.
- getEndpointId() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getEndpointId() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- 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.
- getEpochMillisecond() - Method in interface org.apache.logging.log4j.core.time.Instant
-
Gets the number of milliseconds from the Java epoch of 1970-01-01T00:00:00Z.
- getEpochMillisecond() - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
- getEpochSecond() - Method in interface org.apache.logging.log4j.core.time.Instant
-
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
- getEpochSecond() - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
- getErrorHandler() - Method in interface org.apache.log4j.Appender
-
- getErrorHandler() - Method in class org.apache.log4j.AppenderSkeleton
-
- getErrorHandler() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- 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
-
- getEvent() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- 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
-
- getEventSerializer() - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- 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
-
- 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() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the stack trace including packaging information.
- getExtendedStackTraceAsString(String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the stack trace including packaging information.
- getExtendedStackTraceAsString(List<String>, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the stack trace including packaging information.
- getExtendedStackTraceAsString(List<String>, TextRenderer, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the stack trace including packaging information.
- getExtendedStackTraceAsString(List<String>, TextRenderer, String, String) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Formats the stack trace including packaging information.
- 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.
- 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.
- 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.
- getFile() - Method in class org.apache.logging.log4j.core.util.Source
-
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.PatternProcessor
-
- 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
-
- getFileGroup() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender.Builder
-
- getFileGroup() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- getFileGroup() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns file group if defined and the OS supports posix/group file attribute view,
null otherwise.
- getFileGroup() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PosixViewAttributeAction
-
Returns file group if defined and the OS supports posix/group file attribute view,
null otherwise.
- getFileGroup() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- getFileIndex() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy.Builder
-
- getFileManager(String, boolean, boolean, boolean, boolean, String, Layout<? extends Serializable>, int, String, String, String, 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, String, String, String, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns a RollingFileManager.
- getFileName() - Method in class org.apache.log4j.spi.LocationInfo
-
Return the file name of the caller.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender.Builder
-
- getFileName() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender
-
Returns the file name this appender is associated with.
- 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
-
- getFileOwner() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender.Builder
-
- getFileOwner() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- getFileOwner() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns file owner if defined and the OS supports owner file attribute view,
null otherwise.
- getFileOwner() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PosixViewAttributeAction
-
Returns file owner if defined and the OS supports owner file attribute view,
null otherwise.
- getFileOwner() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- 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.
- getFilePermissions() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender.Builder
-
- getFilePermissions() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- getFilePermissions() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns posix file permissions if defined and the OS supports posix file attribute,
null otherwise.
- getFilePermissions() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PosixViewAttributeAction
-
Returns posix file permissions if defined and the OS supports posix file attribute,
null otherwise.
- getFilePermissions() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- 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.log4j.AppenderSkeleton
-
- getFilter() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getFilter() - Method in class org.apache.log4j.bridge.FilterWrapper
-
- 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
-
- getFirstFilter() - Method in class org.apache.log4j.AppenderSkeleton
-
- getFixedTimeZoneFormat() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the optional time zone format.
- 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.bridge.LayoutAdapter
-
- 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.
- getFooter() - Method in class org.apache.logging.log4j.core.layout.JsonLayout
-
Returns appropriate JSON footer.
- getFooter() - Method in class org.apache.logging.log4j.core.layout.XmlLayout
-
Returns appropriate XML footer.
- getFooter() - Method in class org.apache.logging.log4j.core.layout.YamlLayout
-
Returns appropriate YAML footer.
- 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.log4j.RenderedMessage
-
- 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.MementoMessage
-
- getFormat() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getFormat() - Method in class org.apache.logging.log4j.core.layout.AbstractCsvLayout
-
- 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.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.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.StructuredDataCollectionMessage
-
- 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.log4j.RenderedMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.core.impl.MementoMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- 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
-
Formats 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.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.StructuredDataCollectionMessage
-
- 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.LevelPatternSelector
-
- 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
-
- getFQNOfLoggerClass() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getFrequency() - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- getGateway() - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- getGateway() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getGateway() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getGlobalIPv6Address() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getGlobalIPv6Address() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getGlobalIPv6PrefixLen() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getGlobalIPv6PrefixLen() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getHandler() - Method in class org.apache.log4j.bridge.ErrorHandlerAdapter
-
- 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.bridge.LayoutAdapter
-
- 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.JsonLayout
-
Returns appropriate JSON header.
- getHeader() - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
Deprecated.
- getHeader() - Method in class org.apache.logging.log4j.core.layout.XmlLayout
-
Returns appropriate XML headers.
- getHeader() - Method in class org.apache.logging.log4j.core.layout.YamlLayout
-
Returns appropriate YAML header.
- getHeaders() - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- 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
-
- getHost() - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
- getHostConfig() - Method in class org.apache.logging.log4j.docker.model.Container
-
- getHostName() - Method in class org.apache.logging.log4j.core.net.SocketAddress
-
- getId() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getId() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- getId() - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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).
- getImage() - Method in class org.apache.logging.log4j.docker.model.Container
-
- getImageId() - Method in class org.apache.logging.log4j.docker.model.Container
-
- getImmediateFail() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getImmediateFlush() - Method in class org.apache.log4j.WriterAppender
-
Returns value of the ImmediateFlush option.
- 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.DefaultThreadContextMap
-
- 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
.
- 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.
- getInputFromString(String, ClassLoader) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Loads the configuration from the location represented by the String.
- 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(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() - Static method in class org.apache.logging.log4j.core.util.NullOutputStream
-
Gets the singleton instance.
- getInstance(List<String>) - Static method in class org.apache.logging.log4j.core.util.WatcherFactory
-
- getInstance(String) - Method in class org.apache.logging.log4j.jcl.LogFactoryImpl
-
- getInstance(Class) - Method in class org.apache.logging.log4j.jcl.LogFactoryImpl
-
- getInstance() - Static method in class org.apache.logging.log4j.util.StackLocator
-
- getInstant() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getInstant() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getInstant() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getInstant() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the Instant when the message was logged.
- getInstant() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- getInstant() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Returns the Instant when the message was logged.
- getIntegerProperty(String, int) - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getIntegerProperty(String, int) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as an integer.
- getIntegerProperty(String[], String, Supplier<Integer>) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Retrieves a property that may be prefixed by more than one string.
- getInterval() - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy.Builder
-
- getInterval() - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- getIntervalSeconds() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
Gets how often this manager checks for file modifications.
- 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.
- getIp() - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- getIpAddress() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getIpAddress() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getIpamConfig() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getIpPrefixLen() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getIpPrefixLen() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getIpRange() - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- getIpv4Address() - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- getIpv6Gateway() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getIpv6Gateway() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getJDBCDatabaseManager(String, int, ConnectionSource, String, ColumnConfig[]) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- getJeroMqManager(String, long, long, boolean, byte[], boolean, long, long, long, long, int, long, long, long, int, long, int, long, long, long, boolean, List<String>) - Static method in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqManager
-
- getJmsManager(String, Properties, String, String, String, char[], boolean, long) - Static method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
Gets a JmsManager using the specified configuration parameters.
- getJmsManagerConfiguration() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
- getJndiManager() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- 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.
- getJndiManager(Properties) - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
Gets a JndiManager with the provided configuration information.
- getJndiProperties() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- 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
-
- getKeyManagerFactoryAlgorithm() - Method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
- getKeyStore() - Method in class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- getKeyStoreConfig() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- getKeyStoreType() - Method in class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- getLabels() - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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
-
- getLastModified() - Method in class org.apache.logging.log4j.core.config.ConfigurationFileWatcher
-
- getLastModified() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns the time the resource was last modified or 0 if it is not available.
- getLastModified() - Method in class org.apache.logging.log4j.core.config.HttpWatcher
-
- getLastModified() - Method in class org.apache.logging.log4j.core.util.AbstractWatcher
-
- getLastModified() - Method in interface org.apache.logging.log4j.core.util.Watcher
-
Returns the time the source was last modified or 0 if it is not available.
- getLastModified() - Method in class org.apache.logging.log4j.core.util.WrappedFileWatcher
-
- 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.log4j.AppenderSkeleton
-
- getLayout() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getLayout() - Method in class org.apache.log4j.bridge.LayoutWrapper
-
- 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 class org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender
-
This always returns null
, as database appenders do not use a single layout.
- getLayout() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager.AbstractFactoryData
-
Gets the layout.
- getLayout() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- getLayout() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- 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.
- getLength() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedTimeZoneFormat
-
- getLevel() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Return the level of this event.
- getLevel() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getLevel() - Method in class org.apache.log4j.Category
-
- getLevel() - Method in class org.apache.log4j.spi.LoggingEvent
-
Return the level of this event.
- getLevel() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- 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() - Method in class org.apache.logging.log4j.taglib.DebugTag
-
- getLevel() - Method in class org.apache.logging.log4j.taglib.ErrorTag
-
- getLevel() - Method in class org.apache.logging.log4j.taglib.FatalTag
-
- getLevel() - Method in class org.apache.logging.log4j.taglib.InfoTag
-
- getLevel() - Method in class org.apache.logging.log4j.taglib.LogTag
-
- getLevel() - Method in class org.apache.logging.log4j.taglib.TraceTag
-
- getLevel() - Method in class org.apache.logging.log4j.taglib.WarnTag
-
- 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.
- getLineNumber() - Method in class org.apache.log4j.spi.LocationInfo
-
Returns the line number of the caller.
- 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.
- getLinkLocalIPv6Address() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getLinkLocalIPv6PrefixLen() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getLinks() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getListeners() - Method in class org.apache.logging.log4j.core.LoggerContext
-
- getListeners() - Method in class org.apache.logging.log4j.core.util.AbstractWatcher
-
- getListeners() - Method in interface org.apache.logging.log4j.core.util.Watcher
-
Returns the list of listeners for this configuration.
- getListeners() - Method in class org.apache.logging.log4j.core.util.WrappedFileWatcher
-
- getListeners() - Method in interface org.apache.logging.log4j.spi.LoggerContextShutdownEnabled
-
- 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
-
- getLiteralValue() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- getLiteralValue() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- 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
-
- 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.
- getLocalIps() - Static method in class org.apache.logging.log4j.core.util.NetUtils
-
Returns all the local host names and ip addresses.
- getLocalizedMessage() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- 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
-
- getLocation() - Method in class org.apache.logging.log4j.core.util.Source
-
Returns a string describing the configuration source file or URL, or null
if this configuration source
has neither a file nor an URL.
- getLocationInformation() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Set the location information for this logging event.
- getLocationInformation() - Method in class org.apache.log4j.spi.LoggingEvent
-
Set the location information for this logging event.
- getLog4jMarker() - Method in class org.apache.logging.slf4j.Log4jMarker
-
- getLogEventFactory() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the LogEventFactory.
- getLogger() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Gets the logger of the event.
- 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.LogManager
-
- getLogger(Class<?>) - Static method in class org.apache.log4j.LogManager
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.LogManager
-
- getLogger(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getLogger(String, LoggerFactory) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getLogger() - Method in class org.apache.log4j.spi.LoggingEvent
-
Gets the logger of the event.
- getLogger() - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- 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(Logger) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- 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
-
- getLoggerContext() - Method in class org.apache.logging.log4j.core.DefaultLoggerContextAccessor
-
- getLoggerContext() - Method in interface org.apache.logging.log4j.core.LoggerContextAccessor
-
- getLoggerContextAdmin(ObjectName) - Method in class org.apache.logging.log4j.jmx.gui.Client
-
- getLoggerContextAdmins() - Method in class org.apache.logging.log4j.jmx.gui.Client
-
Returns a list of proxies that allow operations to be performed on the
remote LoggerContextAdminMBean
s.
- 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
-
- getLoggerContexts() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
For unit testing.
- 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.log4j.bridge.LogEventWrapper
-
- 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.log4j.bridge.LogEventAdapter
-
Return the name of the logger.
- getLoggerName() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getLoggerName() - Method in class org.apache.log4j.spi.LoggingEvent
-
Return the name of the logger.
- 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.
- 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.
- getLongProperty(String, long) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a long.
- getLongProperty(String[], String, Supplier<Long>) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Retrieves a property that may be prefixed by more than one string.
- getLoopback() - Static method in class org.apache.logging.log4j.core.net.SocketAddress
-
Creates a SocketAddress corresponding to localhost:0
.
- getLowerCaseHex(int) - Static method in class org.apache.logging.log4j.util.Chars
-
Converts a digit into an lower-case hexadecimal character or the null character if invalid.
- getMacAddress() - Static method in class org.apache.logging.log4j.core.util.NetUtils
-
Returns the local network interface's MAC address if possible.
- getMacAddress() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getMacAddress() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getMacAddressString() - Static method in class org.apache.logging.log4j.core.util.NetUtils
-
Returns the mac address, if it is available, as a string with each byte separated by a ":" character.
- getManager(String, SocketAddress[], ColumnMapping[], boolean, String, String, String, String, String, boolean, int, boolean, BatchStatement.Type) - Static method in class org.apache.logging.log4j.cassandra.CassandraManager
-
- 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() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender
-
Returns the underlying manager in use within this appender.
- getManager(String, T, ManagerFactory<M, T>) - Static method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
Implementations should define their own getManager method and call this method from that to create or get
existing managers.
- getManager(String, int, Layout<? extends Serializable>, ConnectionSource, String, ColumnConfig[], ColumnMapping[]) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
Deprecated.
- getManager(String, int, Layout<? extends Serializable>, ConnectionSource, String, ColumnConfig[], ColumnMapping[], boolean, long) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- getManager(String, int, Layout<? extends Serializable>, ConnectionSource, String, ColumnConfig[], ColumnMapping[], boolean, long, boolean) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
Creates a JDBC manager for use within the
JdbcAppender
, or returns a suitable one if it already exists.
- getManager() - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender
-
- getManager(String, T, ManagerFactory<? extends OutputStreamManager, T>) - Static method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Creates a Manager.
- 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.log4j.bridge.LogEventWrapper
-
- 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(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.
- getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMax() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy.Builder
-
- 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.Builder
-
- getMaxFiles() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- getMaxFileSize() - Method in class org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy
-
- 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.
- getMaxRandomDelay() - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy.Builder
-
- getMDC(String) - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getMDC(String) - Method in class org.apache.log4j.spi.LoggingEvent
-
- getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
-
- getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
-
Retrieve the adapter class name.
- getMDCCopy() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Obtain a copy of this thread's MDC prior to serialization or
asynchronous logging.
- getMDCCopy() - Method in class org.apache.log4j.spi.LoggingEvent
-
Obtain a copy of this thread's MDC prior to serialization or
asynchronous logging.
- 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 class org.apache.log4j.bridge.LogEventAdapter
-
- getMessage() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getMessage() - Method in exception org.apache.log4j.config.PropertySetterException
-
Returns descriptive text on the cause of this exception.
- getMessage() - Method in class org.apache.log4j.spi.LoggingEvent
-
Return the message for this logging event.
- 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 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
-
- getMethod() - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- getMethodName() - Method in class org.apache.log4j.spi.LocationInfo
-
Returns the method name of the caller.
- 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
-
- getMin() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy.Builder
-
- 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
-
- getMode() - Method in class org.apache.logging.log4j.docker.model.Mount
-
- getMonthNumber(String) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- getMounts() - Method in class org.apache.logging.log4j.docker.model.Container
-
- getMsgId() - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- getMutableInstant() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getName() - Method in interface org.apache.log4j.Appender
-
Get the name of this appender.
- getName() - Method in class org.apache.log4j.AppenderSkeleton
-
- getName() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- 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 class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- 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 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 class org.apache.logging.log4j.docker.model.Mount
-
- 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.log4j.util.Timer
-
Accessor for the name.
- getName() - Method in class org.apache.logging.slf4j.Log4jLogger
-
- getName() - Method in class org.apache.logging.slf4j.Log4jMarker
-
- getNameKey() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- getNames() - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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.
- getNanoOfMillisecond() - Method in interface org.apache.logging.log4j.core.time.Instant
-
Gets the number of nanoseconds, later along the time-line, from the start of the millisecond.
- getNanoOfMillisecond() - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
- getNanoOfSecond() - Method in interface org.apache.logging.log4j.core.time.Instant
-
Gets the number of nanoseconds, later along the time-line, from the start of the second.
- getNanoOfSecond() - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
- getNanoTime() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- 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.
- getNDC() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getNDC() - Method in class org.apache.log4j.spi.LoggingEvent
-
- 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
-
- getNetworkId() - Method in class org.apache.logging.log4j.docker.model.Network
-
- getNetworks() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getNetworkSettings() - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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
-
- 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.
- getNormalForm(Iterable<? extends CharSequence>) - Method in class org.apache.logging.log4j.util.EnvironmentPropertySource
-
- getNormalForm(Iterable<? extends CharSequence>) - Method in class org.apache.logging.log4j.util.PropertiesPropertySource
-
- getNormalForm(Iterable<? extends CharSequence>) - Method in interface org.apache.logging.log4j.util.PropertySource
-
Converts a list of property name tokens into a normal form.
- getNormalForm(Iterable<? extends CharSequence>) - Method in class org.apache.logging.log4j.util.SystemPropertiesPropertySource
-
- getNoSqlDatabaseManager(String, int, NoSqlProvider<?>) - Static method in class org.apache.logging.log4j.core.appender.nosql.NoSqlDatabaseManager
-
Creates a NoSQL manager for use within the
NoSqlAppender
, or returns a suitable one if it already exists.
- 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(String) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- getObject(String) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Retrieve an object by its name.
- getObjectMapper() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- getObjectMapper() - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfiguration
-
- getObjectMessageAsJsonObject() - Method in class org.apache.logging.log4j.core.layout.JsonLayout.Builder
-
- 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.AbstractFilterBuilder
-
- 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.AbstractFilterBuilder
-
- 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.
- getOptions() - Method in class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- 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.logging.log4j.core.appender.OutputStreamManager
-
- getParameter() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- 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 has exactly one parameter (the object), so always returns one.
- 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.
- getParameters() - Method in class org.apache.log4j.RenderedMessage
-
- getParameters() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getParameters() - Method in class org.apache.logging.log4j.core.impl.MementoMessage
-
- getParameters() - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- 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.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.StructuredDataCollectionMessage
-
- 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.
- getParent() - Method in class org.apache.log4j.Category
-
- getParent(Logger) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- 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() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns the command that this is a subcommand of, or null
if this is a top-level command.
- 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.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- getPassword() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- getPassword() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- getPassword() - Method in interface org.apache.logging.log4j.core.net.ssl.PasswordProvider
-
Returns a new char[] array with the password characters.
- 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.
- 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.log4j.bridge.RewritePolicyAdapter
-
- getPolicy() - Method in class org.apache.log4j.bridge.RewritePolicyWrapper
-
- 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
-
- getPorts() - Method in class org.apache.logging.log4j.docker.model.Container
-
- getPorts() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- 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.
- getPriority() - Method in class org.apache.logging.log4j.util.EnvironmentPropertySource
-
- getPriority() - Method in class org.apache.logging.log4j.util.PropertiesPropertySource
-
- getPriority() - Method in class org.apache.logging.log4j.util.PropertyFilePropertySource
-
- getPriority() - Method in interface org.apache.logging.log4j.util.PropertySource
-
Returns the order in which this PropertySource has priority.
- getPriority() - Method in class org.apache.logging.log4j.util.SystemPropertiesPropertySource
-
- getPrivatePort() - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- getProcessId() - Method in class org.apache.logging.log4j.core.pattern.ProcessIdPatternConverter
-
Returns the process ID.
- getProcessId() - Static method in class org.apache.logging.log4j.util.ProcessIdUtil
-
- getProcId() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getProductString() - Static method in class org.apache.logging.log4j.core.Version
-
- getPropagation() - Method in class org.apache.logging.log4j.docker.model.Mount
-
- getProperties() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getProperties() - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getProperties() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getProperties() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- getProperties() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- 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.bridge.LogEventAdapter
-
- getProperty(String) - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getProperty(String, String) - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getProperty(String) - Method in class org.apache.log4j.spi.LoggingEvent
-
- getProperty(String) - Method in interface org.apache.logging.log4j.util.PropertySource
-
For PropertySources that cannot iterate over all the potential properties this provides a direct lookup.
- getPropertyArray() - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable.Builder
-
- getPropertyArray() - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
- getPropertyDescriptor(String) - Method in class org.apache.log4j.config.PropertySetter
-
- getPropertyKeySet() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getPropertyKeySet() - Method in class org.apache.log4j.spi.LoggingEvent
-
- 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
-
- getProtocol() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- getProviders() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- getPublicPort() - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- 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
-
- 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
-
- getQueueSize() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Returns the number of elements in the queue.
- 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
-
- getReadTimeoutMillis() - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- getReadWrite() - Method in class org.apache.logging.log4j.docker.model.Mount
-
- getReceiveBufferSize() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- getReconnectDelayMillis() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getReconnectIntervalMillis() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
- getReconnectIntervalMillis() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- getReconnectionDelayMillis() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- getRecurseIntoPath() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- getRecursionDepth() - Static method in class org.apache.logging.log4j.spi.AbstractLogger
-
Returns the depth of nested logging calls in the current Thread: zero if no logging call has been made,
one if a single logging call without nested logging calls has been made, or more depending on the level of
nesting.
- 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.
- getRenderedMessage() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getRenderedMessage() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getRendererMap() - Method in interface org.apache.log4j.or.RendererSupport
-
- 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.
- getRequiredWebLoggerContext(ServletContext) - Static method in class org.apache.logging.log4j.web.WebLoggerContextUtils
-
Finds the main
LoggerContext
configured for the given ServletContext.
- 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
-
- getRollingRandomAccessFileManager(String, String, boolean, boolean, int, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, String, String, String, 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
-
Returns the rollover strategy.
- getRoot() - 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 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
-
- getRuntime() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key runtime
.
- getSandboxId() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getSandboxKey() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- 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
-
- getScriptManager() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getScriptManager() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- 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
-
- getSecondaryIPaddresses() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- getSecondFractionDigits() - Method in enum org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Returns the number of digits specifying the fraction of the second to show
- 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.
- getSeparator() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns the String that separates option names from option values when parsing command line options.
- getServletContext() - Static method in class org.apache.logging.log4j.web.WebLoggerContextUtils
-
Gets the current ServletContext
if it has already been assigned to a LoggerContext's external context.
- 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
-
- 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, SslConfiguration) - 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
-
- 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.log4j.bridge.LogEventWrapper
-
- getSource() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getSource() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- 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.
- getSource() - Method in class org.apache.logging.log4j.core.util.AbstractWatcher
-
- getSource() - Method in interface org.apache.logging.log4j.core.util.Watcher
-
Returns the Source being monitored.
- getSource() - Method in class org.apache.logging.log4j.docker.model.Mount
-
- getSqlStatement() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- getSslConfiguration() - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- getSslConfiguration() - Method in class org.apache.logging.log4j.core.appender.SocketAppender.AbstractBuilder
-
- getSslConfiguration() - Static method in class org.apache.logging.log4j.core.net.ssl.SslConfigurationFactory
-
- getSslContext() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- 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(int) - Method in class org.apache.logging.log4j.util.StackLocator
-
- getStackTraceElement(int) - Static method in class org.apache.logging.log4j.util.StackLocatorUtil
-
- 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.
- getStartTime() - Static method in class org.apache.log4j.bridge.LogEventAdapter
-
Returns the time when the application started, in milliseconds
elapsed since 01.01.1970.
- getStartTime() - Static method in class org.apache.log4j.spi.LoggingEvent
-
Returns the time when the application started, in milliseconds
elapsed since 01.01.1970.
- 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() - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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
.
- getStatus() - Method in class org.apache.logging.log4j.docker.model.Container
-
- getStatus() - Method in class org.apache.logging.log4j.util.Timer
-
Returns the name of the last operation performed on this timer (Start, Stop, Pause or
Resume).
- 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.
- getStatusLoggerAdmin(String) - Method in class org.apache.logging.log4j.jmx.gui.Client
-
Returns the StatusLoggerAdminMBean
associated with the specified
context name, or null
.
- getStatusLoggerObjectName(ObjectName) - Method in class org.apache.logging.log4j.jmx.gui.Client
-
Returns the ObjectName
of the StatusLoggerAdminMBean
associated with the specified LoggerContextAdminMBean
.
- getStrategy() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- 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.
- 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[], String, Supplier<String>) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Retrieves a property that may be prefixed by more than one string.
- 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.
- getStrLookupMap() - Method in class org.apache.logging.log4j.core.lookup.Interpolator
-
- 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.
- getStyledChars(int, int, CommandLine.Help.Ansi.Text, int) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Copies the specified substring of this Text into the specified destination, preserving the markup.
- getStyleMap() - Method in class org.apache.logging.log4j.core.pattern.JAnsiTextRenderer
-
- getSubcommands() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns a map with the subcommands
registered on this instance.
- getSubName(String) - Static method in class org.apache.logging.log4j.core.util.NameUtil
-
- getSubnet() - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- 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.log4j.config.PropertiesConfigurationFactory
-
- getSupportedTypes() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- 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.
- getSupportedTypes() - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory
-
- 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
-
Formats 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, String) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- getTableName() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- getTabs() - Method in class org.apache.logging.log4j.jmx.gui.ClientGuiJConsolePlugin
-
- getTarget() - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
- getTempCompressedFilePattern() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy.Builder
-
- getTempCompressedFilePattern() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- getTempCompressedFilePattern() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
-
- getTempCompressedFilePattern() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- getTestPrefix() - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getTestPrefix() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- getTestPrefix() - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- 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.log4j.bridge.LogEventWrapper
-
- 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.
- getThreadName() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getThreadName() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getThreadName() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getThreadName() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThreadName() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- 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.log4j.bridge.LogEventWrapper
-
- 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.AppenderSkeleton
-
- 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.log4j.RenderedMessage
-
- getThrowable() - Method in class org.apache.log4j.spi.ThrowableInformation
-
- getThrowable() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getThrowable() - Method in class org.apache.logging.log4j.core.impl.MementoMessage
-
Always returns null.
- 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.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.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.StructuredDataCollectionMessage
-
- 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.
- getThrowableInformation() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Returns the throwable information contained within this
event.
- getThrowableInformation() - Method in class org.apache.log4j.spi.LoggingEvent
-
Returns the throwable information contained within this
event.
- getThrowableStrRep() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Return this event's throwable's string[] representaion.
- getThrowableStrRep() - Method in class org.apache.log4j.spi.LoggingEvent
-
Return this event's throwable's string[] representaion.
- getThrowableStrRep() - Method in class org.apache.log4j.spi.ThrowableInformation
-
- getThrown() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- 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.log4j.bridge.LogEventWrapper
-
- 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.
- getTimeMillis() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- 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
-
Gets event time in milliseconds since midnight, January 1, 1970 UTC.
- 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.
- getTimeStamp() - Method in class org.apache.log4j.spi.LoggingEvent
-
- 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.
- 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
-
Returns the triggering policy.
- getTriggeringPolicy() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Returns the triggering policy.
- getTrustManagerFactoryAlgorithm() - Method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- getTrustStoreConfig() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- getType() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- getType() - Method in class org.apache.logging.log4j.core.config.Node
-
- getType() - Method in class org.apache.logging.log4j.docker.model.Mount
-
- getType() - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- getType() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns this message type.
- getUnmatchedArguments() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns the list of unmatched command line arguments, if any.
- getUpperCaseHex(int) - Static method in class org.apache.logging.log4j.util.Chars
-
Converts a digit into an upper-case 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.
- getURI() - Method in class org.apache.logging.log4j.core.util.Source
-
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.core.appender.HttpAppender.Builder
-
- 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.
- getUserName() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- getUserName() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- getUserName() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- 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(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.DefaultThreadContextMap
-
- 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.log4j.config.PropertiesConfigurationFactory
-
- getVersion() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- getVersion() - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- getVersion() - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- getVersion() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getVersions() - Method in class org.apache.logging.log4j.spi.Provider
-
Returns the Log4j API versions supported by the implementation.
- 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.
- getWebLifeCycle(ServletContext) - Static method in class org.apache.logging.log4j.web.WebLoggerContextUtils
-
Finds or initializes the Log4jWebLifeCycle
singleton for the given
ServletContext.
- getWebLoggerContext(ServletContext) - Static method in class org.apache.logging.log4j.web.WebLoggerContextUtils
-
Finds the main
LoggerContext
configured for the given ServletContext.
- getWrappedFilter() - Method in class org.apache.logging.log4j.core.appender.rolling.action.IfNot
-
- getWriter() - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
- Green(List<PatternFormatter>, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Green
-
Constructs the converter.
- GzCompressAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Compresses a file using GZ compression.
- GzCompressAction(File, File, boolean, int) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
Create new instance of GzCompressAction.
- GzCompressAction(File, File, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
- 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.
- 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.
- 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.
- IfAll - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Composite PathCondition
that only accepts objects that are accepted by all component conditions.
- IfAny - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Composite PathCondition
that accepts objects that are accepted by any component conditions.
- IfEnabledTag - Class in org.apache.logging.log4j.taglib
-
This class implements the <log:ifEnabled>
tag.
- IfEnabledTag() - Constructor for class org.apache.logging.log4j.taglib.IfEnabledTag
-
- 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.
- IfLastModified - Class in org.apache.logging.log4j.core.appender.rolling.action
-
PathCondition that accepts paths that are older than the specified duration.
- IfNot - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Wrapper PathCondition
that accepts objects that are rejected by the wrapped component filter.
- IGNORE_TCCL_PROPERTY - Static variable in class org.apache.logging.log4j.util.LoaderUtil
-
System property to set to ignore the thread context ClassLoader.
- ignoreExceptions() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Some appenders need to propagate exceptions back to the application.
- ignoreExceptions() - Method in interface org.apache.logging.log4j.core.Appender
-
Some Appenders need to propagate exceptions back to the application.
- ignoresThrowable() - Method in class org.apache.log4j.bridge.LayoutWrapper
-
- 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
-
- ignoresThrowable() - Method in class org.apache.log4j.SimpleLayout
-
If the layout handles the throwable object contained within
LoggingEvent
, then the layout should return
false
.
- immediateFlush - Variable in class org.apache.log4j.WriterAppender
-
Immediate flush means that the underlying writer or output stream
will be flushed at the end of each append operation unless shouldFlush()
is overridden.
- 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.
- IncludeChecker - Class in org.apache.logging.log4j.core.layout.internal
-
Includes only the listed keys.
- IncludeChecker(List<String>) - Constructor for class org.apache.logging.log4j.core.layout.internal.IncludeChecker
-
- includeLocation(String) - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- includeLocation(String) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- includeLocation(String, Configuration) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- incrementScheduledItems() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Increment the number of threads in the pool.
- indent - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Column
-
Indent (number of empty spaces at the start of the column preceding the text value)
- indentWrappedLines - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
By default, indent wrapped lines by 2 spaces.
- 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
-
- inetAddress - Variable in class org.apache.logging.log4j.core.net.AbstractSocketManager
-
The Internet address of the host.
- InetAddressConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.InetAddressConverter
-
- 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(Object) - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- info(Object, Throwable) - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- 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.
- InfoTag - Class in org.apache.logging.log4j.taglib
-
This class implements the <log:info>
tag.
- InfoTag() - Constructor for class org.apache.logging.log4j.taglib.InfoTag
-
- 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.DefaultThreadContextMap
-
Property name ("isThreadContextMapInheritable" ) for selecting InheritableThreadLocal
(value "true") or plain
ThreadLocal
(value is not "true") in the implementation.
- INHERITED - Static variable in class org.apache.log4j.config.Log4j1Configuration
-
- INHERITED - Static variable in interface org.apache.log4j.spi.Configurator
-
- init(MutableInstant) - Method in class org.apache.logging.log4j.core.time.internal.FixedPreciseClock
-
- init(MutableInstant) - Method in interface org.apache.logging.log4j.core.time.PreciseClock
-
Initializes the specified instant with time information as accurate as available on this platform.
- init() - Static method in class org.apache.logging.log4j.spi.ThreadContextMapFactory
-
Initializes static variables based on system properties.
- init() - Method in class org.apache.logging.log4j.taglib.CatchingTag
-
- init() - Method in class org.apache.logging.log4j.taglib.EntryTag
-
- init() - Method in class org.apache.logging.log4j.taglib.ExitTag
-
- init() - Method in class org.apache.logging.log4j.taglib.IfEnabledTag
-
- init() - Method in class org.apache.logging.log4j.taglib.LogTag
-
- init(FilterConfig) - Method in class org.apache.logging.log4j.web.Log4jServletFilter
-
- initFrom(LogEvent) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
Initialize the fields of this MutableLogEvent
from another event.
- initFrom(Instant) - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
- initFrom(Clock) - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
- initFromEpochMilli(long, int) - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
Updates the fields of this MutableInstant
from the specified epoch millis.
- initFromEpochSecond(long, int) - Method in class org.apache.logging.log4j.core.time.MutableInstant
-
Updates the fields of this MutableInstant
from the specified instant components.
- 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.
- InitializationException(String) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.InitializationException
-
- InitializationException(String, Exception) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.InitializationException
-
- initialize() - Method in class org.apache.log4j.config.Log4j1Configuration
-
Initialize the configuration.
- 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.NoOpTriggeringPolicy
-
- 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.
- initializeWatchers(Reconfigurable, ConfigurationSource, int) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- initKeyManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
- 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.
- insertObject(NoSqlObject<W>) - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
-
Inserts the given object into the underlying NoSQL database.
- insertObject(NoSqlObject<Map<String, Object>>) - Method in class org.apache.logging.log4j.couchdb.CouchDbConnection
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.appender.rolling.NoOpTriggeringPolicy
-
- INSTANCE - Static variable in class org.apache.logging.log4j.core.DefaultLoggerContextAccessor
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.logging.log4j.core.net.ssl.LaxHostnameVerifier
-
Singleton instance.
- instance() - Static method in class org.apache.logging.log4j.core.util.CachedClock
-
- 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.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.
- Instant - Interface in org.apache.logging.log4j.core.time
-
Models a point in time, suitable for event timestamps.
- 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.
- instantiate(String, Class<T>, Configuration, Reconfigurable, List<ConfigurationListener>, long) - Static method in class org.apache.logging.log4j.core.util.WatcherFactory
-
- instantiateByClassName(String, Class<?>, Object) - Static method in class org.apache.log4j.helpers.OptionConverter
-
Instantiate an object given a class name.
- 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
-
- instantToMillisAndNanos(long, int, long[]) - Static method in class org.apache.logging.log4j.core.time.MutableInstant
-
Updates the elements of the specified long[]
result array from the specified instant components.
- 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.
- Integers - Class in org.apache.logging.log4j.core.util
-
Helps deal with integers.
- InternalAsyncUtil - Class in org.apache.logging.log4j.core.async
-
Helper class providing some async logging-related functionality.
- InternalAsyncUtil() - Constructor for class org.apache.logging.log4j.core.async.InternalAsyncUtil
-
- 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.
- intLevel() - Method in class org.apache.logging.log4j.Level
-
Gets the integral value of this Level.
- intLevel() - Method in enum org.apache.logging.log4j.spi.StandardLevel
-
Returns the integer value of the Level.
- introspect() - Method in class org.apache.log4j.config.PropertySetter
-
Uses JavaBeans
Introspector
to computer setters of object to be
configured.
- 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
-
- IPAMConfig - Class in org.apache.logging.log4j.docker.model
-
- IPAMConfig() - Constructor for class org.apache.logging.log4j.docker.model.IPAMConfig
-
- IS_LOG4J_AUTO_INITIALIZATION_DISABLED - Static variable in interface org.apache.logging.log4j.web.Log4jWebSupport
-
The ServletContext
parameter name for the flag that disables Log4j's auto-initialization
in Servlet 3.0+ web applications.
- IS_LOG4J_CONTEXT_SELECTOR_NAMED - Static variable in interface org.apache.logging.log4j.web.Log4jWebSupport
-
The ServletContext
parameter name for the JNDI flag.
- 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() - Method in class org.apache.logging.log4j.core.config.json.JsonConfigurationFactory
-
- isActive() - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory
-
- isAdditive(Logger) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- 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.AbstractFileAppender.Builder
-
- isAdvertise() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- isAdvertise() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder
-
- isAnd() - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- isAppend() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender.Builder
-
- isAppend() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- 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
-
- isAsSevereAsThreshold(Priority) - Method in class org.apache.log4j.AppenderSkeleton
-
- 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?
- isAttached(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- isAttached(Appender) - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Returns true
if the specified appender is in list of
attached attached, false
otherwise.
- isAttributeViewEnabled() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns true if file attribute view enabled for this file manager.
- 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.
- isBuffered() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
- isBufferedIo() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder
-
- isCancelled() - Method in class org.apache.logging.log4j.core.config.CronScheduledFuture
-
- 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.LoaderUtil
-
Determines if a named Class can be loaded or not.
- isClob() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- isClosed() - Method in class org.apache.logging.log4j.core.appender.nosql.AbstractNoSqlConnection
-
- isClosed() - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
-
Indicates whether the underlying connection is closed.
- 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.
- isCreateOnDemand() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender.Builder
-
- 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
-
- isDebugEnabled() - Method in class org.apache.log4j.Category
-
- isDebugEnabled() - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- 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
-
- isDirectWrite() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- 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.DefaultThreadContextMap
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- 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
-
- 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.log4j.bridge.LogEventWrapper
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- 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() - 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 class org.apache.logging.log4j.jcl.Log4jLog
-
- 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
-
- isEventTimestamp() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- isExecutorServiceSet() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- isFailFast() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- isFatalEnabled() - Method in class org.apache.log4j.Category
-
- isFatalEnabled() - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- 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
-
- isFilePosixAttributeViewSupported() - Static method in class org.apache.logging.log4j.core.util.FileUtils
-
Check if posix file attribute view is supported on the default FileSystem.
- 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.
- isFollowSymbolicLinks() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractPathAction
-
Returns whether to follow symbolic links or not.
- 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.
- isHairpinMode() - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- isHelp() - Method in class org.apache.logging.log4j.core.tools.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.
- isImmediateFail() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
- isImmediateFail() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- 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.log4j.bridge.LogEventWrapper
-
- 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
-
- isIncludeNullDelimiter() - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
- isIncludeStacktrace() - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
- isIncludeThreadContext() - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
- isInfoEnabled() - Method in class org.apache.log4j.Category
-
- isInfoEnabled() - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- 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
-
- isInUse() - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- isJansiAvailable() - Static method in class org.apache.logging.log4j.core.util.Loader
-
- 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.
- isLocking() - Method in class org.apache.logging.log4j.core.appender.AbstractFileAppender.Builder
-
- isLocking() - Method in class org.apache.logging.log4j.core.appender.FileAppender.Builder
-
- 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
-
- isLoggerContext(ObjectName) - Method in class org.apache.logging.log4j.jmx.gui.Client
-
Returns true
if the specified ObjectName
is for a
LoggerContextAdminMBean
, false
otherwise.
- isLogThrowables() - Method in class org.apache.logging.log4j.web.appender.ServletAppender.Builder
-
Logs with ServletContext.log(String, Throwable)
if true and with ServletContext.log(String)
if false.
- 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.
- isModified() - Method in class org.apache.logging.log4j.core.config.ConfigurationFileWatcher
-
- isModified() - Method in class org.apache.logging.log4j.core.config.HttpWatcher
-
- isModified() - Method in class org.apache.logging.log4j.core.util.AbstractWatcher
-
- isModified() - Method in interface org.apache.logging.log4j.core.util.Watcher
-
Periodically called to determine if the configuration has been modified.
- isModified() - Method in class org.apache.logging.log4j.core.util.WrappedFileWatcher
-
- isModulate() - Method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy.Builder
-
- 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.
- isObjectPrintable() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- 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.
- isOverwrittenOptionsAllowed() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns whether options for single-value fields can be specified multiple times on the command line.
- isPrintable() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- isProperties() - Method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- isPropertiesAsList() - Method in class org.apache.logging.log4j.core.layout.JsonLayout.Builder
-
- isPropertiesRequireLookup() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- isRecentFirst() - Method in class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime
-
Returns whether this sorter sorts recent files first.
- 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.
- isRetry() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- isReuseAddress() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- isRoot() - Method in class org.apache.logging.log4j.core.config.Node
-
- isRunning() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
- 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
-
- isShutdownHookEnabled() - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- 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.Builder
-
- isStopCustomActionsOnError() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- isStopCustomActionsOnError() - Method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
-
- 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
-
- isTcpNoDelay() - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- 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 class org.apache.logging.log4j.jcl.Log4jLog
-
- 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.NoOpTriggeringPolicy
-
- 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.
- isUnicode() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- isUnmatchedArgumentsAllowed() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Returns whether the end user may specify arguments on the command line that are not matched to any option or parameter fields.
- isUsageHelpRequested() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- isUseMax() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- 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
-
- 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
-
- isVariable - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Range
-
- isVerbose() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- isVerifyHostname() - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- isVerifyHostName() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- isVersionHelpRequested() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- isWarnEnabled() - Method in class org.apache.log4j.Category
-
- isWarnEnabled() - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- 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() - Method in class org.apache.logging.log4j.core.script.ScriptFile
-
- isZeroPad() - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Determine if zero-padded.
- iterator() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- iterator() - Method in class org.apache.logging.log4j.message.StructuredDataCollectionMessage
-
- 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.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.
- larger() - Method in enum org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
- 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
-
- LaxHostnameVerifier - Class in org.apache.logging.log4j.core.net.ssl
-
An HostnameVerifier which accepts everything.
- layout - Variable in class org.apache.log4j.AppenderSkeleton
-
- Layout - Class in org.apache.log4j
-
- Layout() - Constructor for class org.apache.log4j.Layout
-
- layout - Variable in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- layout - Variable in class org.apache.logging.log4j.core.appender.WriterManager
-
- Layout<T extends Serializable> - Interface in org.apache.logging.log4j.core
-
Lays out a
LogEvent in different formats.
- Layout(CommandLine.Help.ColorScheme) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- Layout(CommandLine.Help.ColorScheme, CommandLine.Help.TextTable) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- Layout(CommandLine.Help.ColorScheme, CommandLine.Help.TextTable, CommandLine.Help.IOptionRenderer, CommandLine.Help.IParameterRenderer) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
Constructs a Layout with the specified color scheme, the specified TextTable, the
specified option renderer and the specified parameter renderer.
- layout(Field, CommandLine.Help.Ansi.Text[][]) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- LAYOUT_TAG - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- LayoutAdapter - Class in org.apache.log4j.bridge
-
Class Description goes here.
- LayoutAdapter(Layout) - Constructor for class org.apache.log4j.bridge.LayoutAdapter
-
- LayoutBuilder - Interface in org.apache.log4j.builders.layout
-
Define a Layout Builder.
- LayoutComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing Layout Components.
- LayoutWrapper - Class in org.apache.log4j.bridge
-
Bridge between the Log4j 1 Layout and a Log4j 2 Layout.
- LayoutWrapper(Layout<?>) - Constructor for class org.apache.log4j.bridge.LayoutWrapper
-
- lazyInit() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Lazily initializes the ProviderUtil singleton.
- left(String, int) - Static method in class org.apache.logging.log4j.util.Strings
-
Gets the leftmost len
characters of a String.
- length() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- length() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- length() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- 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.logging.log4j.core.async.RingBufferLogEventTranslator
-
- Level - Class in org.apache.logging.log4j
-
Levels used for identifying the severity of an event.
- LevelConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.LevelConverter
-
- LevelMatchFilter - Class in org.apache.logging.log4j.core.filter
-
This filter returns the onMatch result if the logging level in the event matches the specified logging level
exactly.
- LevelMatchFilter.Builder - Class in org.apache.logging.log4j.core.filter
-
- LevelMatchFilterBuilder - Class in org.apache.log4j.builders.filter
-
Build a Level match failter.
- LevelMatchFilterBuilder() - Constructor for class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- LevelMatchFilterBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- LevelPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the event's level in a StringBuilder.
- LevelPatternSelector - Class in org.apache.logging.log4j.core.layout
-
Selects the pattern to use based on the Level in the LogEvent.
- LevelPatternSelector(PatternMatch[], String, boolean, boolean, Configuration) - Constructor for class org.apache.logging.log4j.core.layout.LevelPatternSelector
-
- LevelPatternSelector.Builder - Class in org.apache.logging.log4j.core.layout
-
Custom MarkerPatternSelector builder.
- 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 .
- LevelRangeFilterBuilder - Class in org.apache.log4j.builders.filter
-
Build a Level match failter.
- LevelRangeFilterBuilder() - Constructor for class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- LevelRangeFilterBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- 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 - Static variable in class org.apache.log4j.Layout
-
- 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.
- LineSeparatorPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats a line separator.
- LinkedTransferQueueFactory<E> - Class in org.apache.logging.log4j.core.async
-
- LinkedTransferQueueFactory() - Constructor for class org.apache.logging.log4j.core.async.LinkedTransferQueueFactory
-
- ListChecker - Interface in org.apache.logging.log4j.core.layout.internal
-
Class Description goes here.
- ListChecker.NoopChecker - Class in org.apache.logging.log4j.core.layout.internal
-
Does nothing.
- listeners - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Listeners for configuration changes.
- ListOfMapEntryDeserializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- ListOfMapEntrySerializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- ListOfMapEntrySerializer() - Constructor for class org.apache.logging.log4j.core.jackson.ListOfMapEntrySerializer
-
- 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.
- 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(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.core.util.Loader
-
Loads a class by name.
- loadClass(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Loads a class by name.
- loadDriver() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- loadDriver(String) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
Loads a JDBC driver for the given class name
- Loader - Class in org.apache.logging.log4j.core.util
-
Load resources (or images) from various sources.
- LoaderUtil - Class in org.apache.logging.log4j.util
-
Consider this class private. Utility class for ClassLoaders.
- 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
-
- loadLoggerContextFactory() - Method in class org.apache.logging.log4j.spi.Provider
-
- loadProvider(URL, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Loads an individual Provider implementation.
- loadProviders(ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- 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
-
- LOCALIZED_MESSAGE - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- 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
-
- locateContext(String, String) - Method in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- 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.
- LocationAware - Interface in org.apache.logging.log4j.core.impl
-
Classes that use location information should implement this interface.
- LocationAwareLogEventFactory - Interface in org.apache.logging.log4j.core.impl
-
- LocationAwareLogger - Interface in org.apache.logging.log4j.spi
-
Logger that accepts the location of the caller.
- LocationAwareReliabilityStrategy - Interface in org.apache.logging.log4j.core.config
-
Interface to ensure delivery of log events to the appropriate Appenders while including location information.
- LocationInfo - Class in org.apache.log4j.spi
-
The internal representation of caller location information.
- LocationInfo(StackTraceElement) - Constructor for class org.apache.log4j.spi.LocationInfo
-
- 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(Level, Marker, String, StackTraceElement, Message, Throwable) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- log(LogEvent, LoggerConfig.LoggerConfigPredicate) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
- log(Supplier<LoggerConfig>, String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy
-
- log(Supplier<LoggerConfig>, String, String, StackTraceElement, 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>, String, String, StackTraceElement, 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>, String, String, StackTraceElement, 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, StackTraceElement, Marker, Level, Message, Throwable) - Method in interface org.apache.logging.log4j.core.config.LocationAwareReliabilityStrategy
-
Logs an event.
- log(Supplier<LoggerConfig>, String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.LockingReliabilityStrategy
-
- log(Supplier<LoggerConfig>, String, String, StackTraceElement, 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(String, String, StackTraceElement, 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(LogEvent, LoggerConfig.LoggerConfigPredicate) - 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, String, StackTraceElement, Message, Throwable) - Method in class org.apache.logging.log4j.core.Logger
-
- log(Message) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(CharSequence) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object...) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Supplier<?>...) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(Supplier<Message>) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
- log(CharSequence) - Method in interface org.apache.logging.log4j.LogBuilder
-
- log(String) - Method in interface org.apache.logging.log4j.LogBuilder
-
- log(String, Object...) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.LogBuilder
-
- log(Message) - Method in interface org.apache.logging.log4j.LogBuilder
-
- log(Supplier<Message>) - Method in interface org.apache.logging.log4j.LogBuilder
-
- log(Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
- log(String, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- log(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.LogBuilder
-
Logs a message with parameters.
- 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(Level, Marker, String, StackTraceElement, Message, Throwable) - 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
-
- LOG4J1_CONFIGURATION_FILE_PROPERTY - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- LOG4J1_EXPERIMENTAL - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- LOG4J1_VERSION - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- Log4j1Configuration - Class in org.apache.log4j.config
-
Class Description goes here.
- Log4j1Configuration(LoggerContext, ConfigurationSource, int) - Constructor for class org.apache.log4j.config.Log4j1Configuration
-
- 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.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.
- Log4j1NdcPatternConverter - Class in org.apache.log4j.pattern
-
Returns the event's NDC in a StringBuilder.
- Log4j1XmlLayout - Class in org.apache.log4j.layout
-
Port of XMLLayout in Log4j 1.x.
- LOG4J2_DEBUG - Static variable in class org.apache.logging.log4j.util.Constants
-
Name of the system property that will turn on TRACE level internal log4j2 status logging.
- LOG4J2_VERSION - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- LOG4J_CONFIG_LOCATION - Static variable in interface org.apache.logging.log4j.web.Log4jWebSupport
-
The ServletContext
parameter name for the location of the configuration.
- LOG4J_CONTEXT_NAME - Static variable in interface org.apache.logging.log4j.web.Log4jWebSupport
-
The
ServletContext
parameter name for the name of the
LoggerContext
.
- 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.
- 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.
- Log4jEntityResolver - Class in org.apache.log4j.xml
-
An
EntityResolver
specifically designed to return
log4j.dtd
which is embedded within the log4j jar
file.
- Log4jEntityResolver() - Constructor for class org.apache.log4j.xml.Log4jEntityResolver
-
- 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
-
- Log4jJsonObjectMapper - Class in org.apache.logging.log4j.core.jackson
-
A Jackson JSON ObjectMapper
initialized for Log4j.
- Log4jJsonObjectMapper() - Constructor for class org.apache.logging.log4j.core.jackson.Log4jJsonObjectMapper
-
Create a new instance using the Log4jJsonModule
.
- Log4jJsonObjectMapper(boolean, boolean, boolean, boolean) - Constructor for class org.apache.logging.log4j.core.jackson.Log4jJsonObjectMapper
-
Create a new instance using the Log4jJsonModule
.
- Log4jLog - Class in org.apache.logging.log4j.jcl
-
- Log4jLog(ExtendedLogger) - Constructor for class org.apache.logging.log4j.jcl.Log4jLog
-
- 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, StackTraceElement, 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.Builder - Class in org.apache.logging.log4j.core.impl
-
LogEvent Builder helper class.
- 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(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
-
- Log4jProvider - Class in org.apache.logging.log4j.core.impl
-
Binding for the Log4j API.
- Log4jProvider() - Constructor for class org.apache.logging.log4j.core.impl.Log4jProvider
-
- Log4jServletContainerInitializer - Class in org.apache.logging.log4j.web
-
In a Servlet 3.0 or newer environment, this initializer is responsible for starting up Log4j logging before anything
else happens in application initialization.
- Log4jServletContainerInitializer() - Constructor for class org.apache.logging.log4j.web.Log4jServletContainerInitializer
-
- Log4jServletContextListener - Class in org.apache.logging.log4j.web
-
In environments older than Servlet 3.0, this initializer is responsible for starting up Log4j logging before anything
else happens in application initialization.
- Log4jServletContextListener() - Constructor for class org.apache.logging.log4j.web.Log4jServletContextListener
-
- Log4jServletFilter - Class in org.apache.logging.log4j.web
-
This is responsible for the following:
Clearing the logger context when the application has finished starting up.
Setting the logger context before processing a request and clearing it after processing a request.
Setting the logger context when the application is starting to shut down.
This filter is a once-per-request filter.
- Log4jServletFilter() - Constructor for class org.apache.logging.log4j.web.Log4jServletFilter
-
- Log4jStackTraceElementDeserializer - Class in org.apache.logging.log4j.core.jackson
-
Copy and edit the Jackson (Apache License 2.0) class to use Log4j attribute names.
- Log4jStackTraceElementDeserializer() - Constructor for class org.apache.logging.log4j.core.jackson.Log4jStackTraceElementDeserializer
-
Constructs a new initialized instance.
- 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.
- Log4jWebSupport - Interface in org.apache.logging.log4j.web
-
Specifies an interface for setting and clearing a thread-bound
LoggerContext
in a Java EE web application.
- Log4jXmlObjectMapper - Class in org.apache.logging.log4j.core.jackson
-
A Jackson XML ObjectMapper
initialized for Log4j.
- Log4jXmlObjectMapper() - Constructor for class org.apache.logging.log4j.core.jackson.Log4jXmlObjectMapper
-
Create a new instance using the Log4jXmlModule
.
- Log4jXmlObjectMapper(boolean, boolean) - Constructor for class org.apache.logging.log4j.core.jackson.Log4jXmlObjectMapper
-
Create a new instance using the Log4jXmlModule
.
- Log4jYamlObjectMapper - Class in org.apache.logging.log4j.core.jackson
-
A Jackson ObjectMapper
initialized for Log4j.
- Log4jYamlObjectMapper() - Constructor for class org.apache.logging.log4j.core.jackson.Log4jYamlObjectMapper
-
Create a new instance using the Log4jYamlModule
.
- Log4jYamlObjectMapper(boolean, boolean, boolean) - Constructor for class org.apache.logging.log4j.core.jackson.Log4jYamlObjectMapper
-
Create a new instance using the Log4jYamlModule
.
- LogAdapter - Class in org.apache.logging.log4j.jcl
-
Commons Logging adapter registry.
- LogAdapter() - Constructor for class org.apache.logging.log4j.jcl.LogAdapter
-
- LogBuilder - Interface in org.apache.logging.log4j
-
Interface for constructing log events before logging them.
- logBuilder - Variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- logDebug(String, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- 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.
- LogEventAdapter - Class in org.apache.log4j.bridge
-
Converts a Log4j 2 LogEvent into the components needed by a Log4j 1.x LoggingEvent.
- LogEventAdapter(LogEvent) - Constructor for class org.apache.log4j.bridge.LogEventAdapter
-
- 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
-
- LogEventParser - Interface in org.apache.logging.log4j.core.parser
-
Parse the output from a layout into instances of
LogEvent
.
- 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.
- LogEventWrapper - Class in org.apache.log4j.bridge
-
Exposes a Log4j 1 logging event as a Log4j 2 LogEvent.
- LogEventWrapper(LoggingEvent) - Constructor for class org.apache.log4j.bridge.LogEventWrapper
-
- LogFactoryImpl - Class in org.apache.logging.log4j.jcl
-
Log4j binding for Commons Logging.
- LogFactoryImpl() - Constructor for class org.apache.logging.log4j.jcl.LogFactoryImpl
-
- LoggableComponentBuilder<T extends ComponentBuilder<T>> - Interface in org.apache.logging.log4j.core.config.builder.api
-
Common component builder for Logger and RootLogger elements.
- Logger - Class in org.apache.log4j
-
- Logger(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 method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- 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
-
Allows 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.PatternProcessor
-
- 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.plugins.visitors.AbstractPluginVisitor
-
Status logger.
- 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.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 - 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.StoreConfiguration
-
- 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.script.AbstractScript
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Status logger.
- Logger - Interface in org.apache.logging.log4j
-
This is the central interface in the log4j package.
- logger - Variable in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
The wrapped Logger.
- 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_CONTEXT_FACTORY - Static variable in class org.apache.logging.log4j.spi.Provider
-
- 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 - 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.Logger.PrivateConfig
-
LoggerConfig to delegate the actual logging to.
- LoggerConfig.LoggerConfigPredicate - Enum in org.apache.logging.log4j.core.config
-
- 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
.
- 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.
- LoggerContextAccessor - Interface in org.apache.logging.log4j.core
-
Provides access to a Core Logger Context.
- 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.
- LoggerContextShutdownAware - Interface in org.apache.logging.log4j.spi
-
Interface allowing interested classes to know when a LoggerContext has shutdown - if the LoggerContext
implementation provides a way to register listeners.
- LoggerContextShutdownEnabled - Interface in org.apache.logging.log4j.spi
-
LoggerContexts implementing this are able register LoggerContextShutdownAware classes.
- LoggerFactory - Interface in org.apache.log4j.spi
-
Implement this interface to create new instances of Logger or a sub-class of Logger.
- LoggerFields - Class in org.apache.logging.log4j.core.layout
-
A LoggerFields container.
- LoggerFqcnPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the Logger FQCN.
- 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.
- LoggerPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats a logger name.
- LoggerProxy(String, MessageFactory) - Constructor for class org.apache.logging.log4j.core.Logger.LoggerProxy
-
- 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.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 - Class in org.apache.logging.log4j.core.config
-
- Loggers(ConcurrentMap<String, LoggerConfig>, LoggerConfig) - Constructor for class org.apache.logging.log4j.core.config.Loggers
-
- LoggersPlugin - Class in org.apache.logging.log4j.core.config
-
Container of Logger objects.
- 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 - Class in org.apache.logging.log4j
-
The anchor point for the Log4j logging system.
- LogManager() - Constructor for class org.apache.logging.log4j.LogManager
-
Prevents instantiation
- 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(Level, Marker, String, StackTraceElement, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a Message.
- 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(Level, Marker, String, StackTraceElement, Message, Throwable) - 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(Level, Marker, String, StackTraceElement, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.LocationAwareLogger
-
- 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.
- LogTag - Class in org.apache.logging.log4j.taglib
-
This class implements the <log:log>
tag.
- LogTag() - Constructor for class org.apache.logging.log4j.taglib.LogTag
-
- logWarn(String, Throwable) - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- logWarningToStatusLogger() - Static method in class org.apache.logging.log4j.core.async.AsyncQueueFullMessageUtil
-
Logs a warning to the
StatusLogger
explaining why a message appears out of order in the appender.
- 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
-
- lookup(String) - Static method in enum org.apache.logging.log4j.core.appender.rolling.FileExtension
-
- 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(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.EventLookup
-
Looks up the value from the logging event.
- 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(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(String) - Method in class org.apache.logging.log4j.core.lookup.LowerLookup
-
Converts the "key" to lower case.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.LowerLookup
-
Converts the "key" to lower case.
- 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(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(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.lookup.UpperLookup
-
Converts the "key" to upper case.
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.core.lookup.UpperLookup
-
Converts the "key" to upper case.
- 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(LogEvent, String) - Method in class org.apache.logging.log4j.docker.DockerLookup
-
- lookup(LogEvent, String) - Method in class org.apache.logging.log4j.web.WebLookup
-
- 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
-
- LowerLookup - Class in org.apache.logging.log4j.core.lookup
-
Converts values to lower case.
- LowerLookup() - Constructor for class org.apache.logging.log4j.core.lookup.LowerLookup
-
- NA - Static variable in class org.apache.log4j.spi.LocationInfo
-
When location information is not available the constant
NA
is returned.
- name - Variable in class org.apache.log4j.AppenderSkeleton
-
- 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() - Method in class org.apache.logging.log4j.Level
-
Gets the symbolic name of this Level.
- name - Variable in class org.apache.logging.log4j.spi.AbstractLogger
-
- NAME_ATTR - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- 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
-
- 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
-
All MapFormat
names.
- NameUtil - Class in org.apache.logging.log4j.core.util
-
- NAN - Static variable in class org.apache.logging.log4j.core.pattern.NotANumber
-
- NanoClock - Interface in org.apache.logging.log4j.core.util
-
Provides the high-resolution time stamp used in log events.
- 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.
- narrow(Class<M>, AbstractManager) - Static method in class org.apache.logging.log4j.core.appender.AbstractManager
-
Returns the specified manager, cast to the specified narrow type.
- NDC - Class in org.apache.log4j
-
- NdcPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the event's NDC in a StringBuilder.
- nearestWeekday - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- NetUtils - Class in org.apache.logging.log4j.core.util
-
Networking-related convenience methods.
- Network - Class in org.apache.logging.log4j.docker.model
-
- Network() - Constructor for class org.apache.logging.log4j.docker.model.Network
-
- NetworkSettings - Class in org.apache.logging.log4j.docker.model
-
- NetworkSettings() - Constructor for class org.apache.logging.log4j.docker.model.NetworkSettings
-
- 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) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Async Loggers.
- newAsyncLogger(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 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) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncLogger(String, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- 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() - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the async root Logger.
- newAsyncRootLogger(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 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() - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newAsyncRootLogger(boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- 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.cassandra.CassandraAppender
-
- 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.db.ColumnMapping
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.DriverManagerConnectionSource
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.FileAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.HttpAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.mom.JmsAppender
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.nosql.NoSqlAppender
-
- 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.rolling.action.PosixViewAttributeAction
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Creates a new Builder.
- 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.SmtpAppender
-
- 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.filter.DenyAllFilter
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.filter.NoMarkerFilter
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.filter.StringMatchFilter
-
- 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.GelfLayout
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.JsonLayout
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.LevelPatternSelector
-
Creates a builder for a custom ScriptPatternSelector.
- 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.layout.XmlLayout
-
- newBuilder() - Static method in class org.apache.logging.log4j.core.layout.YamlLayout
-
- 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
-
- newBuilder() - Static method in class org.apache.logging.log4j.web.appender.ServletAppender
-
- 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.core.util.Loader
-
Loads and instantiates a class given by a property name.
- 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
-
- 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(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(String[]) - Static method in class org.apache.logging.log4j.core.pattern.EndOfBatchPatternConverter
-
Obtains an instance of EndOfBatchPatternConverter.
- 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.LoggerFqcnPatternConverter
-
Obtains an instance of LoggerFqcnPatternConverter.
- 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
-
- newInstance(String[], MapMessage.MapFormat) - Static method in class org.apache.logging.log4j.core.pattern.MapPatternConverter
-
- 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(String[]) - Static method in class org.apache.logging.log4j.core.pattern.ProcessIdPatternConverter
-
Obtains an instance of ProcessIdPatternConverter.
- 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, V>) - Method in class org.apache.logging.log4j.message.MapMessage
-
Constructs a new instance based on an existing Map.
- newInstance(Map<String, String>) - Method in class org.apache.logging.log4j.message.StringMapMessage
-
Constructs a new instance based on an existing Map.
- 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.
- newKeyValuePair(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating KeyValuePair:s
- newKeyValuePair(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- 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_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) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Loggers.
- newLogger(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 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) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newLogger(String, boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- 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.jcl.LogAdapter
-
- newLogger(String, LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- newLogger(String, LoggerContext) - Method in class org.apache.logging.slf4j.Log4jLoggerFactory
-
- 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
-
- newProperty(String, String) - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating Property:s
- newProperty(String, String) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newRootLogger() - Method in interface org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilder
-
Returns a builder for creating the root Logger.
- newRootLogger(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 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() - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- newRootLogger(boolean) - Method in class org.apache.logging.log4j.core.config.builder.impl.DefaultConfigurationBuilder
-
- 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
-
- newSwingWorker() - Method in class org.apache.logging.log4j.jmx.gui.ClientGuiJConsolePlugin
-
- newSyslogAppenderBuilder() - Static method in class org.apache.logging.log4j.core.appender.SyslogAppender
-
- newThread(Runnable) - Method in class org.apache.logging.log4j.core.util.Log4jThreadFactory
-
- newWatcher(Reconfigurable, List<ConfigurationListener>, long) - Method in class org.apache.logging.log4j.core.config.ConfigurationFileWatcher
-
- newWatcher(Reconfigurable, List<ConfigurationListener>, long) - Method in class org.apache.logging.log4j.core.config.HttpWatcher
-
- newWatcher(Reconfigurable, List<ConfigurationListener>, long) - Method in interface org.apache.logging.log4j.core.util.Watcher
-
Creates a new Watcher by copying the original and using the new Reconfigurable and listeners.
- newWatcher(Source, Configuration, Reconfigurable, List<ConfigurationListener>, long) - Method in class org.apache.logging.log4j.core.util.WatcherFactory
-
- newWatcher(Reconfigurable, List<ConfigurationListener>, long) - Method in class org.apache.logging.log4j.core.util.WrappedFileWatcher
-
- next - Variable in class org.apache.log4j.spi.Filter
-
- next() - Method in class org.apache.logging.log4j.cassandra.ClockTimestampGenerator
-
- next() - Method in class org.apache.logging.log4j.core.util.ObjectArrayIterator
-
Returns the next element in the array.
- nextElement() - Method in class org.apache.log4j.helpers.NullEnumeration
-
- nextFireInterval(Date) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler
-
- 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
-
- 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
-
- NoMarkerFilter - Class in org.apache.logging.log4j.core.filter
-
This filter returns the onMatch result if there is no marker in the LogEvent.
- NoMarkerFilter.Builder - Class in org.apache.logging.log4j.core.filter
-
- noneMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches no characters.
- NOOP - Static variable in interface org.apache.logging.log4j.LogBuilder
-
- NOOP_CHECKER - Static variable in interface org.apache.logging.log4j.core.layout.internal.ListChecker
-
- NoopChecker() - Constructor for class org.apache.logging.log4j.core.layout.internal.ListChecker.NoopChecker
-
- NoOpErrorHandler() - Constructor for class org.apache.log4j.AppenderSkeleton.NoOpErrorHandler
-
- 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
-
- NoOpTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
- NoOpTriggeringPolicy() - Constructor for class org.apache.logging.log4j.core.appender.rolling.NoOpTriggeringPolicy
-
- NoSqlAppender - Class in org.apache.logging.log4j.core.appender.nosql
-
This Appender writes logging events to a NoSQL database using a configured NoSQL provider.
- NoSqlAppender.Builder<B extends NoSqlAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender.nosql
-
Builds ConsoleAppender instances.
- NoSqlConnection<W,T extends NoSqlObject<W>> - Interface in org.apache.logging.log4j.core.appender.nosql
-
Represents a connection to the NoSQL database.
- NoSqlDatabaseManager<W> - Class in org.apache.logging.log4j.core.appender.nosql
-
- NoSqlObject<W> - Interface in org.apache.logging.log4j.core.appender.nosql
-
Represents a simple POJO object inserted into a NoSQL object.
- NoSqlProvider<C extends NoSqlConnection<?,? extends NoSqlObject<?>>> - Interface in org.apache.logging.log4j.core.appender.nosql
-
Implementations of this class are plugins for configuring the
NoSqlAppender
with the proper provider
(MongoDB, etc.).
- NotANumber - Class in org.apache.logging.log4j.core.pattern
-
- 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.
- nthdayOfWeek - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- NUL - Static variable in class org.apache.logging.log4j.util.Chars
-
NUL.
- NULL - Static variable in class org.apache.log4j.config.Log4j1Configuration
-
- NULL - Static variable in interface org.apache.log4j.spi.Configurator
-
- 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.
- NullAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a Null Appender
- NullAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.NullAppenderBuilder
-
- 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.
- NullOutputStream - Class in org.apache.logging.log4j.core.util
-
Writes all data to the famous /dev/null.
- PARAM_TAG - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- PARAM_VALUE_ESCAPE_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Match characters which require escaping.
- parameterArity(Field) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Range
-
Returns a new
Range
based on the
CommandLine.Parameters.arity()
annotation on the specified field,
or the field type's default arity if no arity was specified.
- ParameterConsumer<S> - Interface in org.apache.logging.log4j.message
-
An operation that accepts two input arguments and returns no result.
- ParameterException(CommandLine, String) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
-
Constructs a new ParameterException with the specified CommandLine and error message.
- ParameterException(CommandLine, String, Exception) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
-
Constructs a new ParameterException with the specified CommandLine and error message.
- parameterIndex(Field) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Range
-
- ParameterIndexGapException(String) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterIndexGapException
-
- 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.
- parameterLabelRenderer - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Option and positional parameter value label renderer used for the synopsis line(s) and the option list.
- parameterList() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns the section of the usage help message that lists the parameters with their descriptions.
- parameterList(CommandLine.Help.Layout, CommandLine.Help.IParamLabelRenderer) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns the section of the usage help message that lists the parameters with their descriptions.
- parameterListHeading - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Optional heading preceding the parameter list.
- parameterListHeading(Object...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns the text displayed before the positional parameter list; an empty string if there are no positional
parameters, otherwise the result of String.format(parameterListHeading, params)
.
- parameterRenderer - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- parameters(CommandLine.Help.Ansi.IStyle...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
Adds the specified styles to the registered styles for positional parameters in this color scheme and returns this color scheme.
- parameterStyles - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
- parameterText(String) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.ColorScheme
-
Returns a Text with all parameter styles applied to the specified parameter string.
- ParameterVisitable - Interface in org.apache.logging.log4j.message
-
Allows message parameters to be iterated over without any allocation
or memory copies.
- 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) - 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(String) - Static method in enum org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Style
-
Parses the specified comma-separated sequence of style descriptors and returns the associated
styles.
- parse(String...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Parses the specified command line arguments and returns a list of CommandLine
objects representing the
top-level command and any subcommands (if any) that were recognized and initialized during the parsing process.
- 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(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.
- parseAppender(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.appender.AppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in interface org.apache.log4j.builders.appender.AppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.AsyncAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.AsyncAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.DailyRollingFileAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.DailyRollingFileAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.FileAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.FileAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.NullAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.NullAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.RewriteAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.RewriteAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.RollingFileAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.RollingFileAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-
- parseAppender(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseAppender(String, String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseAppender(Properties, String) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- parseAppender(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Used internally to parse an appender element.
- parseAppenderFilters(Properties, String, String) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- parseBase64Binary(String) - Static method in class org.apache.logging.log4j.core.config.plugins.convert.Base64Converter
-
- 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).
- parseElement(Element, Properties, Class) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- parseElement(Element, Properties, Class) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Creates an object and processes any nested param elements
but does not call activateOptions.
- parseErrorHandler(Properties, String, String, Appender) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- ParseException - Exception in org.apache.logging.log4j.core.parser
-
Thrown when the input cannot be parsed.
- ParseException(String) - Constructor for exception org.apache.logging.log4j.core.parser.ParseException
-
- ParseException(String, Throwable) - Constructor for exception org.apache.logging.log4j.core.parser.ParseException
-
- ParseException(Throwable) - Constructor for exception org.apache.logging.log4j.core.parser.ParseException
-
- parseFilter(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseFilter(String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.DenyAllFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.DenyAllFilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.filter.FilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in interface org.apache.log4j.builders.filter.FilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.StringMatchFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.StringMatchFilterBuilder
-
- parseFilters(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Used internally to parse a filter element.
- parseFrom(byte[]) - Method in interface org.apache.logging.log4j.core.parser.LogEventParser
-
Parses a byte array, which is expected to contain exactly one log event.
- parseFrom(byte[], int, int) - Method in interface org.apache.logging.log4j.core.parser.LogEventParser
-
Parses a specified range in a byte array.
- parseFrom(String) - Method in interface org.apache.logging.log4j.core.parser.TextLogEventParser
-
Parses a String, which is expected to contain exactly one log event.
- parseHexBinary(String) - Static method in class org.apache.logging.log4j.core.config.plugins.convert.HexConverter
-
- 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.
- parseLayout(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseLayout(String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.HtmlLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.HtmlLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.layout.LayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in interface org.apache.log4j.builders.layout.LayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.SimpleLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.SimpleLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.TTCCLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.TTCCLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.XmlLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.XmlLayoutBuilder
-
- parseLayout(String, String, Properties) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- parseLayout(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Used internally to parse a layout element.
- 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.
- parseRewritePolicy(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseRewritePolicy(String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseRewritePolicy(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.rewrite.RewritePolicyBuilder
-
- parseRewritePolicy(PropertiesConfiguration) - Method in interface org.apache.log4j.builders.rewrite.RewritePolicyBuilder
-
- parseRewritePolicy(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
- parseToken(String, int[]) - Method in class org.apache.logging.log4j.core.util.datetime.FastDatePrinter
-
Performs the parsing of tokens.
- parseUnrecognizedElement(Element, Properties) - Method in interface org.apache.log4j.xml.UnrecognizedElementHandler
-
Called to inform a configured object when
an unrecognized child element is encountered.
- parseWithHandler(CommandLine.IParseResultHandler, PrintStream, String...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- parseWithHandlers(CommandLine.IParseResultHandler, PrintStream, CommandLine.Help.Ansi, CommandLine.IExceptionHandler, String...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Tries to
parse the specified command line arguments, and if successful, delegates
the processing of the resulting list of
CommandLine
objects to the specified
handler.
- 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.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- PASSWORD_DECRYPTOR - Static variable in class org.apache.logging.log4j.core.util.BasicAuthorizationProvider
-
- PasswordDecryptor - Interface in org.apache.logging.log4j.core.util
-
Decrypt passwords.
- PasswordProvider - Interface in org.apache.logging.log4j.core.net.ssl
-
PasswordProvider implementations are able to produce a password from somewhere.
- PathCondition - Interface in org.apache.logging.log4j.core.appender.rolling.action
-
Filter that accepts or rejects a candidate Path
for deletion.
- PathConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.PathConverter
-
- 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 - 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 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_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.
- PATTERN_COUNTER - Static variable in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- 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.
- PatternFormatter - Class in org.apache.logging.log4j.core.pattern
-
- PatternFormatter(LogEventPatternConverter, FormattingInfo) - Constructor for class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- 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.Builder - Class in org.apache.logging.log4j.core.layout
-
Custom PatternLayout builder.
- PatternLayout.SerializerBuilder - Class in org.apache.logging.log4j.core.layout
-
- PatternLayoutBuilder - Class in org.apache.log4j.builders.layout
-
Build a Pattern Layout
- PatternLayoutBuilder() - Constructor for class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- PatternLayoutBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- 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.
- 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(String, PatternProcessor) - Constructor for class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Copy constructor with another pattern as source.
- Patterns - Class in org.apache.logging.log4j.core.util
-
Pattern strings used throughout Log4j.
- PatternSelector - Interface in org.apache.logging.log4j.core.layout
-
Allows different patterns to be used with the PatternLayout based on some selection criteria.
- pause() - Method in class org.apache.logging.log4j.util.Timer
-
Pause the timer.
- 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() - Static method in class org.apache.logging.log4j.ThreadContext
-
Looks at the last diagnostic context at the top of this NDC without removing it.
- 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.
- PicocliException(String) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.PicocliException
-
- PicocliException(String, Exception) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.PicocliException
-
- plainString() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Returns the plain text without any formatting.
- 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
-
- 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
-
- 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 - 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
-
- 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
-
- 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.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.
- PluginTest() - Constructor for class org.apache.logging.log4j.core.config.plugins.util.PluginRegistry.PluginTest
-
- 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 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.
- 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.
- 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() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns the value of the last item placed on the stack.
- populateCommand(T, String...) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Convenience method that initializes the specified annotated object from the specified command line arguments.
- port - Variable in class org.apache.logging.log4j.core.net.AbstractSocketManager
-
The port on the host.
- PortDefinition - Class in org.apache.logging.log4j.docker.model
-
- PortDefinition() - Constructor for class org.apache.logging.log4j.docker.model.PortDefinition
-
- positionalParametersFields - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
- PosixViewAttributeAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
File posix attribute view action.
- PosixViewAttributeAction.Builder - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Builder for the posix view attribute action.
- PreciseClock - Interface in org.apache.logging.log4j.core.time
-
Extension of the
Clock
interface that is able to provide more accurate time information than milliseconds
since the epoch.
- preConfigure(Node) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- PREFIX_SEPARATOR - Static variable in class org.apache.logging.log4j.core.lookup.Interpolator
-
Constant for the prefix separator.
- 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.
- 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
-
- printHelpIfRequested(List<CommandLine>, PrintStream, CommandLine.Help.Ansi) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Helper method that may be useful when processing the list of
CommandLine
objects that result from successfully
parsing command line arguments.
- printStack(StringBuilder, StackTraceElement[]) - Method in interface org.apache.logging.log4j.message.ThreadInformation
-
Formats the stack trace into the provided StringBuilder.
- printThreadInfo(StringBuilder) - Method in interface org.apache.logging.log4j.message.ThreadInformation
-
Formats the thread information into the provided StringBuilder.
- printVersionHelp(PrintStream) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- printVersionHelp(PrintStream, CommandLine.Help.Ansi) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- printVersionHelp(PrintStream, CommandLine.Help.Ansi, Object...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- 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.
- 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
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- ProcessIdPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
- ProcessIdUtil - Class in org.apache.logging.log4j.util
-
- ProcessIdUtil() - Constructor for class org.apache.logging.log4j.util.ProcessIdUtil
-
- properties - Variable in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- PropertiesConfiguration - Class in org.apache.log4j.config
-
Construct a configuration based on Log4j 1 properties.
- PropertiesConfiguration(LoggerContext, ConfigurationSource, int) - Constructor for class org.apache.log4j.config.PropertiesConfiguration
-
Constructor.
- 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.log4j.config
-
Configures Log4j from a log4j 1 format properties file.
- PropertiesConfigurationFactory() - Constructor for class org.apache.log4j.config.PropertiesConfigurationFactory
-
- 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
-
- PropertiesPlugin - Class in org.apache.logging.log4j.core.config
-
Handles properties defined in the configuration.
- PropertiesPropertySource - Class in org.apache.logging.log4j.util
-
- PropertiesPropertySource(Properties) - Constructor for class org.apache.logging.log4j.util.PropertiesPropertySource
-
- 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.
- 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_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_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.
- propertyChange(PropertyChangeEvent) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- PropertyComponentBuilder - Interface in org.apache.logging.log4j.core.config.builder.api
-
Assembler for constructing Property Components.
- PropertyConfigurator - Class in org.apache.log4j
-
A configurator for properties.
- PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
-
- PropertyFilePropertySource - Class in org.apache.logging.log4j.util
-
PropertySource backed by a properties file.
- PropertyFilePropertySource(String) - Constructor for class org.apache.logging.log4j.util.PropertyFilePropertySource
-
- PropertyRewritePolicy - Class in org.apache.log4j.rewrite
-
This policy rewrites events by adding
a user-specified list of properties to the event.
- PropertyRewritePolicy() - Constructor for class org.apache.log4j.rewrite.PropertyRewritePolicy
-
- PropertySetter - Class in org.apache.log4j.config
-
General purpose Object property setter.
- 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.
- PropertySource - Interface in org.apache.logging.log4j.util
-
A source for global configuration properties.
- PropertySource.Comparator - Class in org.apache.logging.log4j.util
-
Comparator for ordering PropertySource instances by priority.
- PropertySource.Util - Class in org.apache.logging.log4j.util
-
Utility methods useful for PropertySource implementations.
- props - Variable in class org.apache.log4j.config.PropertySetter
-
- Protocol - Enum in org.apache.logging.log4j.core.net
-
Enumerates the supported protocols.
- PROTOCOL - Static variable in class org.apache.logging.log4j.core.net.ssl.SslConfigurationDefaults
-
- 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(Integer, String, Class<? extends LoggerContextFactory>) - Constructor for class org.apache.logging.log4j.spi.Provider
-
- Provider(Integer, String, Class<? extends LoggerContextFactory>, Class<? extends ThreadContextMap>) - 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.
- 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.
- PurgePolicy - Interface in org.apache.logging.log4j.core.appender.routing
-
Policy for purging routed appenders
- 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) - 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.
- 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(String, String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Adds an item to the data Map.
- put(String, String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- 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, ServletRequest) - Static method in class org.apache.logging.log4j.web.ServletRequestThreadContext
-
- put(String, String, Object) - Static method in class org.apache.logging.log4j.web.ServletRequestThreadContext
-
- put(String, String) - Static method in class org.apache.logging.log4j.web.ServletRequestThreadContext
-
- put(String, HttpServletRequest) - Static method in class org.apache.logging.log4j.web.ServletRequestThreadContext
-
- put(String, String) - Method in class org.apache.logging.slf4j.Log4jMDCAdapter
-
- put(String, String) - Method in class org.apache.logging.slf4j.MDCContextMap
-
- 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
-
Adds all the elements from the specified Map.
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- 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
-
Copies 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 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
-
- putIfNull(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 if the key does not exist.
- putObject(String, Object) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- putObject(String, Object) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Store an object into the LoggerContext by name for later use.
- putObjectIfAbsent(String, Object) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- putObjectIfAbsent(String, Object) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Store an object into the LoggerContext by name for later use if an object is not already stored with that key.
- putValue(String, Object) - Method in class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMap
-
- putValue(int, int, CommandLine.Help.Ansi.Text) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Writes the specified value into the cell at the specified row and column and returns the last row and
column written to.
- 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.
- RandomAccessFileAppender - Class in org.apache.logging.log4j.core.appender
-
File Appender.
- 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
-
- Range(int, int, boolean, boolean, String) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Range
-
Constructs a new Range object with the specified parameters.
- 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
-
- 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.layout.PatternMatch.Builder
-
- readResolve() - Method in class org.apache.logging.log4j.core.Logger.LoggerProxy
-
- readResolve() - Method in class org.apache.logging.log4j.Level
-
- 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.util.AbstractWatcher.ReconfigurationRunnable
-
- reconfigure() - Method in class org.apache.log4j.config.Log4j1Configuration
-
- reconfigure(LoggerContext) - Static method in class org.apache.log4j.legacy.core.ContextUtil
-
- reconfigure() - Method in class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
- reconfigure(Configuration) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Reconfigure using an already constructed Configuration.
- reconfigure() - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Reload the existing reconfiguration.
- reconfigure(URI) - Static method in class org.apache.logging.log4j.core.config.Configurator
-
Reconfigure with a potentially new configuration.
- 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() - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfiguration
-
- reconfigure() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Reconfigures the context.
- reconfigure(Configuration) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- 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.ParameterizedMessage
-
Suffix for recursion.
- Red(List<PatternFormatter>, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Red
-
Constructs the converter.
- REF_ATTR - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- ReflectionUtil - Class in org.apache.logging.log4j.core.util
-
Utility class for performing common reflective operations.
- RegexFilter - Class in org.apache.logging.log4j.core.filter
-
This filter returns the onMatch result if the message matches the regular expression.
- RegexReplacement - Class in org.apache.logging.log4j.core.pattern
-
Replace tokens in the LogEvent message.
- RegexReplacementConverter - Class in org.apache.logging.log4j.core.pattern
-
Replacement pattern converter.
- registerConverter(Class<K>, CommandLine.ITypeConverter<K>) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Registers the specified type converter for the specified class.
- registerListener(StatusListener) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Registers a new listener.
- registry - Variable in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
A map to store loggers for their given LoggerContexts.
- RELATIVE - Static variable in class org.apache.log4j.builders.AbstractBuilder
-
- 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() - Method in class org.apache.logging.log4j.jcl.LogFactoryImpl
-
This method is supposed to clear all loggers.
- release(Message) - Static method in class org.apache.logging.log4j.message.ReusableMessageFactory
-
Invokes Clearable.clear()
when possible.
- release() - Method in class org.apache.logging.log4j.taglib.DumpTag
-
- release() - Method in class org.apache.logging.log4j.taglib.SetLoggerTag
-
- 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.db.AbstractDatabaseManager
-
- releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqManager
-
- releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
- 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 - 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.
- reload() - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Reloads all properties.
- 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(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
-
- 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
-
Removes the element with the specified name.
- remove(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- remove(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- 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(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.DefaultThreadContextMap
-
- removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- 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.
- removeAllAppenders() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- removeAllAppenders() - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Remove all previously added appenders.
- 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(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- removeAppender(String) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- removeAppender(Appender) - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Remove the appender passed as parameter from the list of appenders.
- removeAppender(String) - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Remove the appender with the name passed as parameter from the
list of appenders.
- 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
-
- removeAttribute(String) - Method in class org.apache.logging.log4j.jcl.LogFactoryImpl
-
- 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
-
- 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.
- 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
-
- removeObject(String) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- removeObject(String, Object) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- removeObject(String) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Remove an object if it is present.
- removeObject(String, Object) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Remove an object if it is present and the provided object is stored.
- removeProperty(String) - Method in class org.apache.log4j.spi.LoggingEvent
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- removeStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Removes the diagnostic context for this thread.
- 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(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.
- render(CommandLine.Option, Field, CommandLine.Help.IParamLabelRenderer, CommandLine.Help.ColorScheme) - Method in interface org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.IOptionRenderer
-
Returns a text representation of the specified Option and the Field that captures the option value.
- render(CommandLine.Parameters, Field, CommandLine.Help.IParamLabelRenderer, CommandLine.Help.ColorScheme) - Method in interface org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.IParameterRenderer
-
Returns a text representation of the specified Parameters and the Field that captures the parameter values.
- RenderedMessage - Class in org.apache.log4j
-
Implements object rendering for Log4j 1.x compatibility.
- RenderedMessage(ObjectRenderer, Object) - Constructor for class org.apache.log4j.RenderedMessage
-
- RendererSupport - Interface in org.apache.log4j.or
-
Interface that indicates the Renderer Map is available.
- renderOn(StringBuilder, TextRenderer) - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- renderParameterLabel(Field, CommandLine.Help.Ansi, List<CommandLine.Help.Ansi.IStyle>) - Method in interface org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.IParamLabelRenderer
-
Returns a text rendering of the Option parameter or positional parameter; returns an empty string
""
if the option is a boolean and does not take a parameter.
- 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.
- replaceManager(T) - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender
-
Replaces the underlying manager in use within this appender.
- 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.
- 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 - Annotation Type in org.apache.logging.log4j.core.config.plugins.validation.constraints
-
Marks a plugin builder field or plugin factory parameter as required.
- requiredOptionMarker - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Character used to prefix required options in the options list.
- 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.
- requiresLayout() - Method in interface org.apache.log4j.Appender
-
Configurators call this method to determine if the appender
requires a layout.
- requiresLayout() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- requiresLayout() - Method in class org.apache.log4j.ConsoleAppender
-
Configurators call this method to determine if the appender
requires a layout.
- requiresLayout() - Method in class org.apache.log4j.WriterAppender
-
The WriterAppender requires a layout.
- requiresLocation() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
- requiresLocation() - Method in interface org.apache.logging.log4j.core.impl.LocationAware
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.layout.GelfLayout
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.layout.LevelPatternSelector
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.layout.MarkerPatternSelector
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.layout.ScriptPatternSelector
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.Logger
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.pattern.ClassNamePatternConverter
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.pattern.FullLocationPatternConverter
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.pattern.LineLocationPatternConverter
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.pattern.MethodLocationPatternConverter
-
- requiresLocation() - Method in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
Most pattern formatters do not use location information.
- requiresLocation() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- 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
-
- RESERVED - Static variable in class org.apache.logging.log4j.message.StructuredDataId
-
Reserved enterprise number.
- reset() - Method in class org.apache.log4j.WriterAppender
-
Clear internal references to the writer and other variables.
- 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.core.util.WatchManager
-
Resets all file monitors to their current last modified time.
- reset(File) - Method in class org.apache.logging.log4j.core.util.WatchManager
-
Resets the file monitor for the given file being watched to its current last modified time.
- reset(Source) - Method in class org.apache.logging.log4j.core.util.WatchManager
-
Resets the configuration monitor for the given file being watched to its current last modified time.
- reset(Level) - Method in class org.apache.logging.log4j.internal.DefaultLogBuilder
-
This method should be considered internal.
- 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() - 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.
- resolveClass(ObjectStreamClass) - Method in class org.apache.logging.log4j.util.FilteredObjectInputStream
-
- resolveEntity(String, String) - Method in class org.apache.log4j.xml.Log4jEntityResolver
-
- resolveHost(String, int) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager.HostResolver
-
- 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.
- 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
-
- resume() - Method in class org.apache.logging.log4j.util.Timer
-
Resume the timer.
- retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- rethrow(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
- 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
-
- rewrite(LogEvent) - Method in class org.apache.log4j.bridge.RewritePolicyAdapter
-
- rewrite(LoggingEvent) - Method in class org.apache.log4j.bridge.RewritePolicyWrapper
-
- rewrite(LoggingEvent) - Method in class org.apache.log4j.rewrite.MapRewritePolicy
-
Rewrite a logging event.
- rewrite(LoggingEvent) - Method in class org.apache.log4j.rewrite.PropertyRewritePolicy
-
Rewrite a logging event.
- rewrite(LoggingEvent) - Method in interface org.apache.log4j.rewrite.RewritePolicy
-
Rewrite a logging event.
- 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
-
Rewrites 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.
- RewriteAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build an Asynch Appender
- RewriteAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.RewriteAppenderBuilder
-
- RewriteAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.RewriteAppenderBuilder
-
- RewritePolicy - Interface in org.apache.log4j.rewrite
-
This interface is implemented to provide a rewrite
strategy for RewriteAppender.
- RewritePolicy - Interface in org.apache.logging.log4j.core.appender.rewrite
-
Interface to be implemented by components that support modifications to the LogEvent.
- RewritePolicyAdapter - Class in org.apache.log4j.bridge
-
Binds a Log4j 1.x RewritePolicy to Log4j 2.
- RewritePolicyAdapter(RewritePolicy) - Constructor for class org.apache.log4j.bridge.RewritePolicyAdapter
-
Constructor.
- RewritePolicyBuilder - Interface in org.apache.log4j.builders.rewrite
-
Define a RewritePolicy Builder.
- RewritePolicyWrapper - Class in org.apache.log4j.bridge
-
Binds a Log4j 2 RewritePolicy to Log4j 1.
- RewritePolicyWrapper(RewritePolicy) - Constructor for class org.apache.log4j.bridge.RewritePolicyWrapper
-
- Rfc1349TrafficClass - Enum in org.apache.logging.log4j.core.net
-
- 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.
- 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
-
- 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
-
- RollingFileAppender - Class in org.apache.logging.log4j.core.appender
-
An appender that writes to files and can roll over at intervals.
- RollingFileAppender.Builder<B extends RollingFileAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender
-
Builds FileAppender instances.
- RollingFileAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a File Appender
- RollingFileAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.RollingFileAppenderBuilder
-
- RollingFileAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.RollingFileAppenderBuilder
-
- 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
-
Deprecated.
- RollingFileManager(LoggerContext, String, String, OutputStream, boolean, boolean, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, String, String, String, boolean, ByteBuffer) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- RollingRandomAccessFileAppender - Class in org.apache.logging.log4j.core.appender
-
An appender that writes to random access files and can roll over at
intervals.
- 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
-
Deprecated.
- RollingRandomAccessFileManager(LoggerContext, RandomAccessFile, String, String, OutputStream, boolean, boolean, int, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, String, String, String, boolean) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- 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(Date, Date) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- rollover() - 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.
- RolloverStrategy - Interface in org.apache.logging.log4j.core.appender.rolling
-
A RollingPolicy
specifies the actions taken on a logging file rollover.
- ROOT - Static variable in class org.apache.logging.log4j.core.config.LoggerConfig
-
- ROOT_LOGGER_NAME - Static variable in class org.apache.logging.log4j.LogManager
-
The name of the root Logger.
- 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
-
- 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.
- 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.
- Route - Class in org.apache.logging.log4j.core.appender.routing
-
A Route to an appender.
- Routes - Class in org.apache.logging.log4j.core.appender.routing
-
Contains the individual Route elements.
- Routes.Builder - Class in org.apache.logging.log4j.core.appender.routing
-
- 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.Builder<B extends RoutingAppender.Builder<B>> - Class in org.apache.logging.log4j.core.appender.routing
-
- row - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable.Cell
-
Table row index (zero based).
- rowCount() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Returns the current number of rows of this TextTable
.
- run() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- run(Log4j1ConfigurationConverter.CommandLineArguments) - Static method in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- 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.routing.IdlePurgePolicy
-
- run() - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- run(R, PrintStream, String...) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- run(R, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Convenience method to allow command line application authors to avoid some boilerplate code in their application.
- run() - Method in class org.apache.logging.log4j.core.util.AbstractWatcher.ReconfigurationRunnable
-
- run() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Executes the registered shutdown callbacks.
- RunAll() - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.RunAll
-
- RunFirst() - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.RunFirst
-
- RunLast() - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.RunLast
-
- 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.
- 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.
- 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
-
- ScriptAppenderSelector - Class in org.apache.logging.log4j.core.appender
-
- 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 - 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.
- 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.
- 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
-
- ScriptPatternSelector - Class in org.apache.logging.log4j.core.layout
-
Selects the pattern to use based on the result of executing a Script.
- 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
-
- ScriptsPlugin - Class in org.apache.logging.log4j.core.config
-
A container of Scripts.
- SECOND - Static variable in class org.apache.logging.log4j.core.util.CronExpression
-
- seconds - Variable in class org.apache.logging.log4j.core.util.CronExpression
-
- SecretKeyProvider - Interface in org.apache.logging.log4j.core.util
-
Factory class to provide a
SecretKey
instance.
- 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.
- send(Layout<?>, LogEvent) - Method in class org.apache.logging.log4j.core.appender.HttpManager
-
- send(Layout<?>, LogEvent) - Method in class org.apache.logging.log4j.core.appender.HttpURLConnectionManager
-
- send(byte[]) - Method in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqManager
-
- 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() - Method in interface org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.IParamLabelRenderer
-
Returns the separator between option name and param label.
- separator - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
The String to use as the separator between options and option parameters.
- SequenceNumberPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event sequence number.
- 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
.
- serialize(ReadOnlyStringMap, JsonGenerator, SerializerProvider) - Method in class org.apache.logging.log4j.core.jackson.ContextDataAsEntryListSerializer
-
- serialize(ReadOnlyStringMap, JsonGenerator, SerializerProvider) - Method in class org.apache.logging.log4j.core.jackson.ContextDataSerializer
-
- serialize(Map<String, String>, JsonGenerator, SerializerProvider) - Method in class org.apache.logging.log4j.core.jackson.ListOfMapEntrySerializer
-
- serialize(LogEvent, StringBuilder) - Method in class org.apache.logging.log4j.core.layout.PatternLayout
-
- SerializedLayout - Class in org.apache.logging.log4j.core.layout
-
- 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 class org.apache.logging.slf4j.Log4jMarker
-
- Server - Class in org.apache.logging.log4j.core.jmx
-
Creates MBeans to instrument various classes in the log4j class hierarchy.
- ServletAppender - Class in org.apache.logging.log4j.web.appender
-
Logs using the ServletContext's log method
- ServletAppender.Builder<B extends ServletAppender.Builder<B>> - Class in org.apache.logging.log4j.web.appender
-
- ServletRequestThreadContext - Class in org.apache.logging.log4j.web
-
- ServletRequestThreadContext() - Constructor for class org.apache.logging.log4j.web.ServletRequestThreadContext
-
- set(Boolean) - Method in class org.apache.log4j.builders.BooleanHolder
-
- set(T) - Method in class org.apache.log4j.builders.Holder
-
- set(String, Object) - Method in class org.apache.logging.log4j.core.appender.nosql.DefaultNoSqlObject
-
- set(String, NoSqlObject<Map<String, Object>>) - Method in class org.apache.logging.log4j.core.appender.nosql.DefaultNoSqlObject
-
- set(String, Object[]) - Method in class org.apache.logging.log4j.core.appender.nosql.DefaultNoSqlObject
-
- set(String, NoSqlObject<Map<String, Object>>[]) - Method in class org.apache.logging.log4j.core.appender.nosql.DefaultNoSqlObject
-
- set(String, Object) - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlObject
-
Sets the value of a property on this object to a String or primitive.
- set(String, NoSqlObject<W>) - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlObject
-
Sets the value of a property on this object to a nested complex object.
- set(String, Object[]) - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlObject
-
Sets the value of a property on this object to an array of Strings or primitives.
- set(String, NoSqlObject<W>[]) - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlObject
-
Sets the value of a property on this object to an array of nested complex objects.
- set(Object) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- set(String) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- set(CharSequence) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- setAdditionalFields(KeyValuePair[]) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
Additional fields to set on each log event.
- setAdditionalFields(KeyValuePair[]) - Method in class org.apache.logging.log4j.core.layout.JsonLayout.Builder
-
- 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
-
- setAdditivity(Logger, boolean) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- 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.
- setAliases(String[]) - Method in class org.apache.logging.log4j.docker.model.Network
-
- 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
.
- setAllowedJndiProtocols(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setAllowedLdapClasses(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setAllowedLdapHosts(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setAlwaysWriteExceptions(boolean) - Method in class org.apache.logging.log4j.core.layout.LevelPatternSelector.Builder
-
- 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 class org.apache.log4j.AppenderSkeleton.NoOpErrorHandler
-
- 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
-
- setAttribute(String, Object) - Method in class org.apache.logging.log4j.jcl.LogFactoryImpl
-
- setBackupAppender(Appender) - Method in class org.apache.log4j.AppenderSkeleton.NoOpErrorHandler
-
- 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, Clock, NanoClock) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- setBatched(boolean) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setBatchType(BatchStatement.Type) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setBcc(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Comma-separated list of BCC email addresses.
- 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
-
- setBridge(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setBufferSize(int) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setBufferSize(int) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setBufferSize(int) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
If an integer greater than 0, this causes the appender to buffer log events and flush whenever the buffer
reaches this size.
- setBufferSize(int) - Method in class org.apache.logging.log4j.core.appender.nosql.NoSqlAppender.Builder
-
Sets the buffer size.
- setBufferSize(int) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Number of log events to buffer before sending an email.
- 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
-
- setCc(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Comma-separated list of CC email addresses.
- 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
-
- setClob(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig.Builder
-
If "true"
, indicates that the column is a character LOB (CLOB).
- setClusterName(String) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setColumnConfigs(ColumnConfig...) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
Information about the columns that log event data should be inserted into and how to insert that data.
- setColumnMappings(ColumnMapping...) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
- setColumns(ColumnMapping...) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setCommand(String) - Method in class org.apache.logging.log4j.docker.model.Container
-
- setCommandName(String) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Sets the command name (also called program name) displayed in the usage help synopsis to the specified value.
- setCompressionThreshold(int) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
Compress if data is larger than this number of bytes (optional, defaults to 1024).
- setCompressionType(GelfLayout.CompressionType) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
Compression to use (optional, defaults to GZIP).
- 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 class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
- setConfiguration(Configuration) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig.Builder
-
The configuration object.
- 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.LevelPatternSelector.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
-
- setConnectionSource(ConnectionSource) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
The connections source from which database connections should be retrieved.
- setConnectionString(String) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- setConnectionTime(int) - Method in class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- setConnectTimeoutMillis(int) - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- setContactPoints(SocketAddress...) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setContentType(String) - Method in class org.apache.logging.log4j.core.config.builder.impl.BuiltConfiguration
-
- 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
-
- 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.
- setCreated(Long) - Method in class org.apache.logging.log4j.docker.model.Container
-
- setCurrentFileTime(long) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- setData(byte[]) - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- setDefaultPattern(String) - Method in class org.apache.logging.log4j.core.layout.LevelPatternSelector.Builder
-
- 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
-
- 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
-
- setDestination(String) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- setDestinationBindingName(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setDirect(boolean) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setDisableAnsi(boolean) - Method in class org.apache.logging.log4j.core.layout.LevelPatternSelector.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
-
- setDriver(String) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- setDriverClassName(String) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- setDriverOpts(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setDynamicAttribute(String, String, Object) - Method in class org.apache.logging.log4j.taglib.EntryTag
-
- setEnableSubstitutionInVariables(boolean) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets a flag whether substitution is done in variable names.
- setEncoding(String) - Method in class org.apache.log4j.WriterAppender
-
- setEndOfBatch(boolean) - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- 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.
- setEndpointId(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setEndpointId(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setEnterpriseNumber(int) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.Appender
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.AppenderSkeleton
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.helpers.QuietWriter
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.WriterAppender
-
- 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
-
- setEventTimestamp(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig.Builder
-
If "true"
, indicates that this column is a date-time column in which the event timestamp should be
inserted.
- 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.
- setFactory(MessageFactory) - Method in class org.apache.logging.log4j.taglib.SetLoggerTag
-
- setFactoryBindingName(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setFactoryName(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- 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.SmtpAppender.Builder
-
Specifies the filter used for this appender.
- setFilter(Filter) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable.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.appender.SmtpAppender.Builder
-
Email address of the sender.
- setFrom(String) - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- setGateway(String) - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- setGateway(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setGateway(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setGlobalIPv6Address(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setGlobalIPv6Address(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setGlobalIPv6PrefixLen(Integer) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setGlobalIPv6PrefixLen(int) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setHairpinMode(boolean) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- 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
-
- setHeaders(Property[]) - Method in class org.apache.logging.log4j.core.appender.HttpAppender.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.tools.BasicCommandLineArguments
-
- setHost(String) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
The value of the host
property (optional, defaults to local host name).
- setHost(InetAddress) - Method in class org.apache.logging.log4j.core.net.SocketAddress.Builder
-
- setHostConfig(HostConfig) - Method in class org.apache.logging.log4j.docker.model.Container
-
- setHostResolver(TcpSocketManager.HostResolver) - Static method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
This method is only for unit testing.
- setId(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setId(String) - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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.AbstractAppender.Builder
-
- setIgnoreExceptions(boolean) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setImage(String) - Method in class org.apache.logging.log4j.docker.model.Container
-
- setImageId(String) - Method in class org.apache.logging.log4j.docker.model.Container
-
- setImmediateFail(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
- setImmediateFail(boolean) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setImmediateFlush(boolean) - Method in class org.apache.log4j.WriterAppender
-
If the ImmediateFlush option is set to
true
, the appender will flush at the end of each
write.
- setIncludeLocation(boolean) - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- 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
-
- setIncludeNullDelimiter(boolean) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
Whether to include NULL byte as delimiter after each event (optional, default to false).
- setIncludes(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setIncludeStacktrace(boolean) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
Whether to include full stacktrace of logged Throwables (optional, default to true).
- setIncludeThreadContext(boolean) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
Whether to include thread context as additional fields (optional, default to true).
- setInstant(Instant) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setIntervalSeconds(int) - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- setIp(String) - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- setIpAddress(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setIpAddress(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setIpamConfig(IPAMConfig) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setIpPrefixLen(Integer) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setIpPrefixLen(int) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setIpRange(String) - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- setIpv4Address(String) - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- setIpv6Gateway(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setIpv6Gateway(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setJmsManager(JmsManager) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- 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
-
- setKeyspace(String) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setLabels(Map<String, String>) - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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) - Method in class org.apache.log4j.AppenderSkeleton
-
- setLayout(Layout) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- setLayout(Layout<? extends Serializable>) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- setLayout(StringLayout) - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
Layout of value to write to database (before type conversion).
- setLayout(Layout<? extends Serializable>) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Specifies the layout used for the email message body.
- setLevel(Level) - Method in class org.apache.log4j.Category
-
- setLevel(Logger, Level) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- 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(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.filter.LevelMatchFilter.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
-
- setLevel(Object) - Method in class org.apache.logging.log4j.taglib.CatchingTag
-
- setLevel(Object) - Method in class org.apache.logging.log4j.taglib.IfEnabledTag
-
- setLevel(Object) - Method in class org.apache.logging.log4j.taglib.LogTag
-
- setLinkLocalIPv6Address(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setLinkLocalIPv6PrefixLen(int) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setLinks(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setLiteral(String) - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
Literal value to use for populating a column.
- setLiteral(String) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig.Builder
-
The literal value to insert into the column as-is without any quoting or escaping.
- 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 class org.apache.log4j.AppenderSkeleton.NoOpErrorHandler
-
- 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.
- setLogger(Object) - Method in class org.apache.logging.log4j.taglib.SetLoggerTag
-
- 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
-
- setLoggerContext() - Method in interface org.apache.logging.log4j.web.Log4jWebSupport
-
Sets the logger context so that code executing afterwards can easily and quickly access loggers via
LogManager.getLogger()
.
- 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.
- SetLoggerTag - Class in org.apache.logging.log4j.taglib
-
This class implements the <log:setLogger>
tag.
- SetLoggerTag() - Constructor for class org.apache.logging.log4j.taglib.SetLoggerTag
-
- setLogThrowables(boolean) - Method in class org.apache.logging.log4j.web.appender.ServletAppender.Builder
-
Logs with ServletContext.log(String, Throwable)
if true and with ServletContext.log(String)
if false.
- setMacAddress(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setMacAddress(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- 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
-
- setMarker(Marker) - Method in class org.apache.logging.log4j.taglib.IfEnabledTag
-
- setMatchString(String) - Method in class org.apache.logging.log4j.core.filter.StringMatchFilter.Builder
-
Sets the logging level to use.
- 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.
- setMdcExcludes(String) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
A comma separated list of thread context keys to include;
- setMdcId(String) - Method in class org.apache.logging.log4j.core.appender.SyslogAppender.Builder
-
- setMdcIncludes(String) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
A comma separated list of thread context keys to include;
- 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.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
-
- setMessagePattern(String) - Method in class org.apache.logging.log4j.core.layout.GelfLayout.Builder
-
The pattern to use to format the message.
- setMethod(String) - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- setMode(String) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- setModifiedMillis(long) - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- 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
-
- setMounts(List<Mount>) - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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.log4j.AppenderSkeleton
-
- setName(String) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
Column name.
- setName(String) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig.Builder
-
The name of the database column as it exists within the database table.
- 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.
- setName(String) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- setNames(List<String>) - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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
-
- setNetworkId(String) - Method in class org.apache.logging.log4j.docker.model.Network
-
- setNetworks(Map<String, Network>) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setNetworkSettings(NetworkSettings) - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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.LevelPatternSelector.Builder
-
- 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
-
- setObjectMessageAsJsonObject(boolean) - Method in class org.apache.logging.log4j.core.layout.JsonLayout.Builder
-
- setOnMatch(Filter.Result) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
-
Sets the Result to return when the filter matches.
- setOnMismatch(Filter.Result) - Method in class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
-
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
-
- setOverwrittenOptionsAllowed(boolean) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- 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
-
- setPageContext(PageContext) - Method in class org.apache.logging.log4j.taglib.SetLoggerTag
-
- setParameter(Element, PropertySetter, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- setParameter(Element, PropertySetter, Properties) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Sets a parameter based from configuration file content.
- setParameter(String) - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
Parameter value to use for populating a column, MUST contain a single parameter marker '?'.
- setParent(LoggerConfig) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the parent of this LoggerConfig.
- 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.cassandra.CassandraAppender.Builder
-
- setPassword(char[]) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- setPassword(char[]) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setPassword(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setPassword(char[]) - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- 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.appender.db.ColumnMapping.Builder
-
- setPattern(String) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig.Builder
-
- 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
-
- setPatternProcessor(PatternProcessor) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
- 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
-
- setPorts(List<PortDefinition>) - Method in class org.apache.logging.log4j.docker.model.Container
-
- setPorts(Map<String, String>) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- 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
-
- setPrivatePort(Integer) - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- setPropagation(String) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- 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(Properties, String) - Method in class org.apache.log4j.config.PropertySetter
-
Set the properites for the object that match the
prefix
passed as parameter.
- setProperties(String) - Method in class org.apache.log4j.rewrite.PropertyRewritePolicy
-
Set a string representing the property name/value pairs.
- setProperties(Property[]) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- setProperties(PatternMatch[]) - Method in class org.apache.logging.log4j.core.layout.LevelPatternSelector.Builder
-
- 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
-
- setPropertiesAsList(boolean) - Method in class org.apache.logging.log4j.core.layout.JsonLayout.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
-
- setProperty(String, String) - Method in class org.apache.log4j.spi.LoggingEvent
-
- setPropertyArray(Property[]) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable.Builder
-
- setProvider(NoSqlProvider<?>) - Method in class org.apache.logging.log4j.core.appender.nosql.NoSqlAppender.Builder
-
Sets the provider.
- setProviderUrl(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setPublicPort(Integer) - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- setRate(float) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the average number of events per second to allow.
- setReadTimeoutMillis(int) - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- setReadWrite(Boolean) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- 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
-
- setReconnectIntervalMillis(long) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
- setReconnectIntervalMillis(long) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- 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.appender.SmtpAppender.Builder
-
Comma-separated list of Reply-To email addresses.
- 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
-
- setResult(Object) - Method in class org.apache.logging.log4j.taglib.ExitTag
-
- 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
-
- setSandboxId(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setSandboxKey(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setScheduledFuture(CronScheduledFuture<?>) - Method in class org.apache.logging.log4j.core.config.ConfigurationScheduler.CronRunnable
-
- setScope(String) - Method in class org.apache.logging.log4j.taglib.DumpTag
-
- setScope(String) - Method in class org.apache.logging.log4j.taglib.SetLoggerTag
-
- 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
-
- setSecondaryIPaddresses(String) - Method in class org.apache.logging.log4j.docker.model.NetworkSettings
-
- setSecurityCredentials(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setSecurityPrincipalName(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setSendBufferSize(int) - Method in class org.apache.logging.log4j.core.net.SocketOptions
-
- setSeparator(String) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
Sets the String the parser uses to separate option names from option values to the specified value.
- 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
-
- setSmtpDebug(boolean) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Enables or disables mail session debugging on STDOUT.
- setSmtpHost(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Host name of SMTP server to send messages through.
- setSmtpPassword(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Password to authenticate with SMTP server.
- setSmtpPort(int) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Port number of SMTP server to send messages through.
- setSmtpProtocol(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Transport protocol to use for SMTP such as "smtp" or "smtps".
- setSmtpUsername(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Username to authenticate with SMTP server.
- 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(String) - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
Source name.
- setSource(Source) - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
- setSource(StackTraceElement) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setSource(StackTraceElement) - Method in class org.apache.logging.log4j.core.impl.MutableLogEvent
-
- setSource(String) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- setSslConfiguration(SslConfiguration) - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- setSslConfiguration(SslConfiguration) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Specifies an SSL configuration for smtps connections.
- 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
-
- setState(String) - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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.
- setStatus(String) - Method in class org.apache.logging.log4j.docker.model.Container
-
- 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.appender.SmtpAppender.Builder
-
Subject template for the email messages.
- setSubject(String) - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- setSubnet(String) - Method in class org.apache.logging.log4j.docker.model.IPAMConfig
-
- setTable(String) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setTableName(String) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
The name of the database table to insert log events into.
- 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(Priority) - Method in class org.apache.log4j.AppenderSkeleton
-
- 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
-
- setTimeBased(boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
- 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.util.CronExpression
-
Sets the time zone for which this CronExpression
will be resolved.
- setTo(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Comma-separated list of recipient email addresses.
- 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
-
- setTruncateStrings(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender.Builder
-
- setType(Class<?>) - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
Class to convert value to before storing in database.
- setType(String) - Method in class org.apache.logging.log4j.docker.model.Mount
-
- setType(String) - Method in class org.apache.logging.log4j.docker.model.PortDefinition
-
- setType(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- setUnicode(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig.Builder
-
If "true"
, indicates that the column is a Unicode String.
- setUnmatchedArgumentsAllowed(boolean) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine
-
- 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
-
- setUrl(URL) - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- setUrlPkgPrefixes(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setUseClockForTimestampGenerator(boolean) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setUsername(String) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- setUserName(char[]) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource.Builder
-
- setUsername(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setUserName(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- 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.
- setUseTls(boolean) - Method in class org.apache.logging.log4j.cassandra.CassandraAppender.Builder
-
- SetUtils - Class in org.apache.logging.log4j.core.util
-
Set-related convenience methods.
- 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, Clock, NanoClock) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setVar(String) - Method in class org.apache.logging.log4j.taglib.SetLoggerTag
-
- 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
-
- setVerifyHostname(boolean) - Method in class org.apache.logging.log4j.core.appender.HttpAppender.Builder
-
- setWriter(Writer) - Method in class org.apache.log4j.WriterAppender
-
Sets the Writer where the log output will go.
- setWriter(Writer) - Method in class org.apache.logging.log4j.core.appender.WriterManager
-
- Severity - Enum in org.apache.logging.log4j.core.net
-
Severity values used by the Syslog system.
- 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
-
- shortestFirst() - Static method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Sorts short strings before longer strings.
- shouldFlush(LoggingEvent) - Method in class org.apache.log4j.WriterAppender
-
Determines whether the writer should be flushed after
this event is written.
- showDefaultValues - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
If true
, the options list will show default values for all options except booleans.
- shutdown() - Static method in class org.apache.log4j.Category
-
No-op implementation.
- shutdown() - Static method in class org.apache.log4j.LogManager
-
No-op implementation.
- shutdown() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- shutdown() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
This method is called from the
AbstractManager.close()
method when the appender is stopped or the appender's manager
is replaced.
- 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(String, ClassLoader, boolean, boolean) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
- shutdown(String, ClassLoader, boolean, boolean) - Method in class org.apache.logging.log4j.core.osgi.BundleContextSelector
-
- shutdown(String, ClassLoader, boolean, boolean) - Method in class org.apache.logging.log4j.core.selector.BasicContextSelector
-
- shutdown(String, ClassLoader, boolean, boolean) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- shutdown(String, ClassLoader, boolean, boolean) - Method in interface org.apache.logging.log4j.core.selector.ContextSelector
-
Shuts down the LoggerContext.
- shutdown(String, ClassLoader, boolean, boolean) - Method in class org.apache.logging.log4j.core.selector.JndiContextSelector
-
- shutdown(ExecutorService, long, TimeUnit, String) - Static method in class org.apache.logging.log4j.core.util.ExecutorServices
-
- 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(boolean, 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(String, ClassLoader, boolean, boolean) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
Shuts down the LoggerContext.
- SHUTDOWN_CALLBACK_REGISTRY - Static variable in interface org.apache.logging.log4j.core.util.ShutdownCallbackRegistry
-
System property to set to choose the ShutdownCallbackRegistry.
- 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.
- ShutdownCallbackRegistry - Interface in org.apache.logging.log4j.core.util
-
Registry used for Runnable shutdown callback instances.
- shutdownInternal() - Method in class org.apache.logging.log4j.cassandra.CassandraManager
-
- shutdownInternal() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
Implementations should implement this method to perform any proprietary disconnection / shutdown operations.
- shutdownInternal() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- shutdownInternal() - Method in class org.apache.logging.log4j.core.appender.nosql.NoSqlDatabaseManager
-
- shutdownTimeoutMillis - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Shutdown timeout in milliseconds.
- SIMPLE_CONVERSION_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
A simple pattern.
- SimpleLayout - Class in org.apache.log4j
-
Simple-layout.
- SimpleLayout() - Constructor for class org.apache.log4j.SimpleLayout
-
- SimpleLayoutBuilder - Class in org.apache.log4j.builders.layout
-
Build a Pattern Layout
- SimpleLayoutBuilder() - Constructor for class org.apache.log4j.builders.layout.SimpleLayoutBuilder
-
- 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.
- SimpleMessageDeserializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- SimpleMessageFactory - Class in org.apache.logging.log4j.message
-
- SimpleMessageFactory() - Constructor for class org.apache.logging.log4j.message.SimpleMessageFactory
-
- 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.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() - 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() - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns the number of key-value pairs in this collection.
- 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.
- skipFooter(boolean) - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Indicate whether the footer should be skipped or not.
- skipWhiteSpace(int, String) - Method in class org.apache.logging.log4j.core.util.CronExpression
-
- 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
-
- SLF4JProvider - Class in org.apache.logging.slf4j
-
Bind the Log4j API to SLF4J.
- SLF4JProvider() - Constructor for class org.apache.logging.slf4j.SLF4JProvider
-
- 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.Builder - Class in org.apache.logging.log4j.core.appender
-
- 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
-
- SocketAddress - Class in org.apache.logging.log4j.core.net
-
Plugin to hold a hostname and port (socket address).
- 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, Property[]) - Constructor for class org.apache.logging.log4j.core.appender.SocketAppender
-
- 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 - 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
-
- SocketPerformancePreferences - Class in org.apache.logging.log4j.core.net
-
- SocketPerformancePreferences() - Constructor for class org.apache.logging.log4j.core.net.SocketPerformancePreferences
-
- 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
-
- 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.
- sortOptions - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
If true
, the options list is sorted alphabetically.
- Source - Class in org.apache.logging.log4j.core.util
-
Represents the source for the logging configuration.
- Source(ConfigurationSource) - Constructor for class org.apache.logging.log4j.core.util.Source
-
Constructs a Source from a ConfigurationSource.
- Source(File) - Constructor for class org.apache.logging.log4j.core.util.Source
-
Constructs a new Source
with the specified file.
- Source(URI, long) - Constructor for class org.apache.logging.log4j.core.util.Source
-
Constructs a new Source
from the specified URI.
- SPACE - Static variable in class org.apache.logging.log4j.util.Chars
-
Space.
- spaceMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the space character.
- splitLines() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
- splitMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the same characters as StringTokenizer,
namely space, tab, newline and formfeed.
- SslConfiguration - Class in org.apache.logging.log4j.core.net.ssl
-
SSL Configuration
- 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
-
- SslConfigurationFactory - Class in org.apache.logging.log4j.core.net.ssl
-
Creates an SSL configuration from Log4j properties.
- SslConfigurationFactory() - Constructor for class org.apache.logging.log4j.core.net.ssl.SslConfigurationFactory
-
- 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
-
- StackLocator - Class in org.apache.logging.log4j.util
-
Consider this class private. Provides various methods to determine the caller class.
- StackLocatorUtil - Class in org.apache.logging.log4j.util
-
Consider this class private. Provides various methods to determine the caller class.
- StandardLevel - Enum in org.apache.logging.log4j.spi
-
Standard Logging Levels as an enumeration for use internally.
- start() - Method in class org.apache.log4j.bridge.FilterAdapter
-
- 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.db.AbstractDatabaseAppender
-
- start() - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- start() - Method in class org.apache.logging.log4j.core.appender.HttpAppender
-
- 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.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() - 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
-
- start(BundleContext) - Method in class org.apache.logging.log4j.util.Activator
-
- start() - Method in class org.apache.logging.log4j.util.Timer
-
Start the timer.
- startOrResume() - Method in class org.apache.logging.log4j.util.Timer
-
- startup() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
This method is called within the appender when the appender is started.
- startup() - Method in class org.apache.logging.log4j.core.appender.HttpManager
-
- STARTUP_LOCK - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Guards the ProviderUtil singleton instance from lazy initialization.
- startupInternal() - Method in class org.apache.logging.log4j.cassandra.CassandraManager
-
- startupInternal() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
Implementations should implement this method to perform any proprietary startup operations.
- startupInternal() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager
-
- startupInternal() - Method in class org.apache.logging.log4j.core.appender.nosql.NoSqlDatabaseManager
-
- 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.
- 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
-
- STATUS_DATE_FORMAT - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
System property that can be configured with a date-time format string to use as the format for timestamps
in the status logger output.
- 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.
- 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
.
- stop() - Method in class org.apache.log4j.bridge.AppenderAdapter.Adapter
-
- 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.AbstractFileAppender
-
- 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.db.AbstractDatabaseAppender
-
- 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.HttpAppender
-
- 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.mom.jeromq.JeroMqAppender
-
- stop(long, TimeUnit) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender
-
- 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.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
-
- stop(BundleContext) - Method in class org.apache.logging.log4j.util.Activator
-
- stop() - Method in class org.apache.logging.log4j.util.Timer
-
Stop the timer.
- StoreConfiguration<T> - Class in org.apache.logging.log4j.core.net.ssl
-
- StoreConfiguration(String, PasswordProvider) - Constructor for class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- StoreConfiguration(String, char[]) - Constructor for class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- 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
-
- StoreConfigurationException(String, Exception) - 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
-
- 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.
- StringBuilderWriter - Class in org.apache.logging.log4j.core.util
-
- StringBuilderWriter() - Constructor for class org.apache.logging.log4j.core.util.StringBuilderWriter
-
- 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
-
- 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.
- 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.
- StringMap - Interface in org.apache.logging.log4j.util
-
Exposes methods to add and remove key-value pairs to and from ReadOnlyStringMap
.
- StringMapMessage - Class in org.apache.logging.log4j.message
-
- StringMapMessage() - Constructor for class org.apache.logging.log4j.message.StringMapMessage
-
Constructs a new instance.
- StringMapMessage(int) - Constructor for class org.apache.logging.log4j.message.StringMapMessage
-
Constructs a new instance.
- StringMapMessage(Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StringMapMessage
-
Constructs a new instance based on an existing Map.
- stringMatcher(String) - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor that creates a matcher from a string.
- StringMatchFilter - Class in org.apache.logging.log4j.core.filter
-
This filter returns the onMatch result if the logging level in the event matches the specified logging level
exactly.
- StringMatchFilter.Builder - Class in org.apache.logging.log4j.core.filter
-
- StringMatchFilterBuilder - Class in org.apache.log4j.builders.filter
-
Build a String match filter.
- StringMatchFilterBuilder() - Constructor for class org.apache.log4j.builders.filter.StringMatchFilterBuilder
-
- Strings - Class in org.apache.logging.log4j.util
-
Consider this class private.
- 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.
- 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.
- StrSubstitutor(StrLookup, StrMatcher, StrMatcher, char, StrMatcher, StrMatcher) - Constructor for class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Creates a new instance and initializes it.
- StructuredDataCollectionMessage - Class in org.apache.logging.log4j.message
-
A collection of StructuredDataMessages.
- StructuredDataCollectionMessage(List<StructuredDataMessage>) - Constructor for class org.apache.logging.log4j.message.StructuredDataCollectionMessage
-
- StructuredDataFilter - Class in org.apache.logging.log4j.core.filter
-
Filter based on data in a StructuredDataMessage.
- StructuredDataId - Class in org.apache.logging.log4j.message
-
The StructuredData identifier.
- StructuredDataId(String) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
Creates a StructuredDataId based on the name.
- StructuredDataId(String, int) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
Creates a StructuredDataId based on the name.
- StructuredDataId(String, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
- StructuredDataId(String, String[], String[], int) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
A Constructor that helps conformance to RFC 5424.
- StructuredDataId(String, int, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
A Constructor that helps conformance to RFC 5424.
- StructuredDataId(String, int, String[], String[], int) - 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, int) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an ID (user specified max characters), message, and type (user specified
maximum number of 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(String, String, String, Map<String, String>, int) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an (user specified max characters), message, and type (user specified
maximum number of 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, int) - 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(StructuredDataId, String, String, Map<String, String>, int) - 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() - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Basic constructor.
- StructuredDataMessage.Format - Enum in org.apache.logging.log4j.message
-
Supported formats.
- StyleConverter - Class in org.apache.logging.log4j.core.pattern
-
Style pattern converter.
- subAppend(LoggingEvent) - Method in class org.apache.log4j.WriterAppender
-
Actual writing occurs here.
- subscribe(WatchManager) - Method in interface org.apache.logging.log4j.core.util.WatchEventService
-
- 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(String, Properties) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Substitutes property value for any references in expression.
- substitute(LogEvent, StringBuilder, int, int) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Internal method that substitutes the variables.
- substitutor - Variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- substitutor - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- substring(int) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Returns a new Text
instance that is a substring of this Text.
- substring(int, int) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Returns a new Text
instance that is a substring of this Text.
- substVars(String, Properties) - Static method in class org.apache.log4j.helpers.OptionConverter
-
Perform variable substitution in string val
from the
values of keys found in the system propeties.
- 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.
- 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
-
- Supplier<T> - Interface in org.apache.logging.log4j.util
-
Consider this class private.
Classes implementing this interface know how to supply a value.
- supplyContextData() - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataProvider
-
- supplyContextData() - Method in interface org.apache.logging.log4j.core.util.ContextDataProvider
-
Returns a Map containing context data to be injected into the event or null if no context data is to be added.
- supplyStringMap() - Method in class org.apache.logging.log4j.core.impl.ThreadContextDataProvider
-
- supplyStringMap() - Method in interface org.apache.logging.log4j.core.util.ContextDataProvider
-
Returns the context data as a StringMap.
- SUPPORT_ATTRIBUTE - Static variable in interface org.apache.logging.log4j.web.Log4jWebSupport
-
The attribute key for the ServletContext
attribute that the singleton support instance
is stored in.
- 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 has exactly one parameter (the object), so returns it as the first parameter in the 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.
- synopsis() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
- synopsis(int) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns a synopsis for the command, reserving the specified space for the synopsis heading.
- synopsisHeading - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Optional heading preceding the synopsis.
- synopsisHeading(Object...) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns the text displayed before the synopsis text; the result of String.format(synopsisHeading, params)
.
- synopsisHeadingLength() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
-
Returns the number of characters the synopsis heading will take on the same line as the synopsis.
- SYS_PROPERTY_ENABLE_SHUTDOWN_HOOK - Static variable in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqManager
-
System property to enable shutdown hook.
- SYS_PROPERTY_IO_THREADS - Static variable in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqManager
-
System property to control JeroMQ I/O thread count.
- SyslogAppender - Class in org.apache.logging.log4j.core.appender
-
The Syslog Appender.
- SyslogAppender(String, Layout<? extends Serializable>, Filter, boolean, boolean, AbstractSocketManager, Advertiser, Property[]) - Constructor for class org.apache.logging.log4j.core.appender.SyslogAppender
-
- 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
-
- SyslogAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a File Appender
- SyslogAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-
- SyslogAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-
- 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_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
-
- SystemMillisClock - Class in org.apache.logging.log4j.core.util
-
Implementation of the Clock
interface that returns the system time in millisecond granularity.
- SystemMillisClock() - Constructor for class org.apache.logging.log4j.core.util.SystemMillisClock
-
- 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
-
- 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
-
- SystemPropertiesPropertySource - Class in org.apache.logging.log4j.util
-
PropertySource backed by the current system properties.
- SystemPropertiesPropertySource() - Constructor for class org.apache.logging.log4j.util.SystemPropertiesPropertySource
-
- TAB - Static variable in class org.apache.logging.log4j.util.Chars
-
Tab.
- table - Variable in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
- tabMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the tab character.
- tailFilter - Variable in class org.apache.log4j.AppenderSkeleton
-
- 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.HostResolver - Class in org.apache.logging.log4j.core.net
-
- TcpSocketManager.TcpSocketManagerFactory<M extends TcpSocketManager,T extends org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData> - 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
-
- 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.log4j.config.PropertiesConfigurationFactory
-
File name prefix for test configurations.
- TEST_PREFIX - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
File name prefix for test configurations.
- TEST_PREFIX - Static variable in class org.apache.log4j.xml.XmlConfigurationFactory
-
File name prefix for test configurations.
- TEST_PREFIX - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
File name prefix for test configurations.
- Text(int) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Constructs a Text with the specified max length (for use in a TextTable Column).
- Text(String) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Constructs a Text with the specified String, which may contain markup like
@|bg(red),white,underline some text|@
.
- textAt(int, int) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Returns the Text
slot at the specified row and column to write a text value into.
- TextEncoderHelper - Class in org.apache.logging.log4j.core.layout
-
Helper class to encode text to binary data without allocating temporary objects.
- TextLogEventParser - Interface in org.apache.logging.log4j.core.parser
-
Parses the output from a text based layout into instances of
LogEvent
.
- TextRenderer - Interface in org.apache.logging.log4j.core.pattern
-
Renders an input to an output.
- TextTable(CommandLine.Help.Ansi) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Constructs a TextTable with five columns as follows:
required option/parameter marker (width: 2, indent: 0, TRUNCATE on overflow)
short option name (width: 2, indent: 0, TRUNCATE on overflow)
comma separator (width: 1, indent: 0, TRUNCATE on overflow)
long option name(s) (width: 24, indent: 1, SPAN multiple columns on overflow)
description line(s) (width: 51, indent: 1, WRAP to next row on overflow)
- TextTable(CommandLine.Help.Ansi, int...) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Constructs a new TextTable with columns with the specified width, all SPANning multiple columns on
overflow except the last column which WRAPS to the next row.
- TextTable(CommandLine.Help.Ansi, CommandLine.Help.Column...) - Constructor for class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Constructs a TextTable
with the specified columns.
- THREAD_CONTEXT - Static variable in class org.apache.logging.log4j.core.impl.ContextAnchor
-
Anchor for the LoggerContext for the current Thread.
- THREAD_CONTEXT_MAP - Static variable in class org.apache.logging.log4j.spi.Provider
-
- ThreadContext - Class in org.apache.logging.log4j
-
The ThreadContext allows applications to store information either in a Map or a Stack.
- ThreadContext.ContextStack - Interface in org.apache.logging.log4j
-
The ThreadContext Stack interface.
- 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.
- ThreadContextDataProvider - Class in org.apache.logging.log4j.core.impl
-
ContextDataProvider for ThreadContext data.
- ThreadContextDataProvider() - Constructor for class org.apache.logging.log4j.core.impl.ThreadContextDataProvider
-
- 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.
- 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.ThreadInfoFactory - Interface in org.apache.logging.log4j.message
-
Factory to create Thread information.
- ThreadGroupRenderer - Class in org.apache.log4j.or
-
- ThreadGroupRenderer() - Constructor for class org.apache.log4j.or.ThreadGroupRenderer
-
- ThreadIdPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event thread ID.
- ThreadInformation - Interface in org.apache.logging.log4j.message
-
Interface used to print basic or extended thread information.
- ThreadNameCachingStrategy - Enum in org.apache.logging.log4j.core.async
-
Strategy for deciding whether thread name should be cached or not.
- ThreadNamePatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event thread name.
- ThreadPriorityPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event thread priority.
- threshold - Variable in class org.apache.log4j.AppenderSkeleton
-
- THRESHOLD_PARAM - Static variable in class org.apache.log4j.config.Log4j1Configuration
-
- 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.
- 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.
- ThrowableInformation - Class in org.apache.log4j.spi
-
Class Description goes here.
- ThrowableInformation(Throwable) - Constructor for class org.apache.log4j.spi.ThrowableInformation
-
- 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[]) - Constructor for class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
- 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(Throwable) - Constructor for class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Constructs the wrapper for the Throwable that includes packaging data.
- Throwables - Class in org.apache.logging.log4j.core.util
-
Helps with Throwable objects.
- 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(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.RingBufferLogEventTranslator
-
- 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.Builder - Class in org.apache.logging.log4j.core.appender.rolling
-
- TimeFilter - Class in org.apache.logging.log4j.core.filter
-
Filters events that fall within a specified time period in each day.
- Timer - Class in org.apache.logging.log4j.util
-
Primarily used in unit tests, but can be used to track elapsed time for a request or portion of any other operation
so long as all the timer methods are called on the same thread in which it was started.
- Timer(String) - Constructor for class org.apache.logging.log4j.util.Timer
-
Constructor.
- Timer(String, int) - Constructor for class org.apache.logging.log4j.util.Timer
-
Constructor.
- Timer.Status - Enum in org.apache.logging.log4j.util
-
- 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.
- 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
-
- 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
-
- toBoolean(String, boolean) - Static method in class org.apache.log4j.helpers.OptionConverter
-
If value
is "true", then true
is
returned.
- toBoolean(String, boolean) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
If value
is "true", then true
is
returned.
- toByteArray(LogEvent) - Method in class org.apache.log4j.bridge.LayoutAdapter
-
- 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(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.GelfLayout
-
- toByteArray(LogEvent) - Method in class org.apache.logging.log4j.core.layout.MessageLayout
-
- toByteArray(LogEvent) - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
Deprecated.
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[].
- toContextMapKey(ClassLoader) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- toContextMapKey(ClassLoader) - Method in class org.apache.logging.log4j.core.selector.ClassLoaderContextSelector
-
- 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.log4j.bridge.LogEventWrapper
-
- 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.
- tokenize(CharSequence) - Static method in class org.apache.logging.log4j.util.PropertySource.Util
-
Converts a property name string into a list of tokens.
- toKey(String) - Static method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- toKey(String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Allows subclasses to change a candidate key to an actual key.
- toLevel(String, Level) - Static method in class org.apache.log4j.helpers.OptionConverter
-
Converts a standard or custom priority level to a Level
object.
- 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, Level) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- 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() - 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.
- 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
-
- toProperties(Property[]) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- 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) - Static method in class org.apache.logging.log4j.util.Strings
-
Shorthand for str.toUpperCase(Locale.ROOT);
- toSerializable(LogEvent) - Method in class org.apache.log4j.bridge.LayoutAdapter
-
- toSerializable(LogEvent) - Method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Serializes the given event using the appender's layout if present.
- 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.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.CsvLogEventLayout
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.CsvParameterLayout
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.GelfLayout
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.HtmlLayout
-
Formats as a String.
- toSerializable(LogEvent, Writer) - Method in class org.apache.logging.log4j.core.layout.JsonLayout
-
- toSerializable(LogEvent) - Method in class org.apache.logging.log4j.core.layout.MessageLayout
-
- 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
-
Deprecated.
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.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.db.AbstractDatabaseManager
-
- toString() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping.Builder
-
- toString() - Method in class org.apache.logging.log4j.core.appender.db.ColumnMapping
-
- toString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- toString(char[]) - Method in class org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource
-
- toString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- toString() - Method in interface org.apache.logging.log4j.core.appender.db.jdbc.ConnectionSource
-
All implementations must override
Object.toString()
to provide information about the connection
configuration (obscuring passwords with one-way hashes).
- toString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.DataSourceConnectionSource
-
- toString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.FactoryMethodConnectionSource
-
- toString() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender
-
- toString() - Method in class org.apache.logging.log4j.core.appender.FailoverAppender
-
- toString() - Method in class org.apache.logging.log4j.core.appender.HttpAppender
-
- toString() - Method in class org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqAppender
-
- toString() - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
Does not include the password.
- toString() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
- toString() - Method in class org.apache.logging.log4j.core.appender.nosql.NoSqlAppender
-
- toString() - Method in interface org.apache.logging.log4j.core.appender.nosql.NoSqlProvider
-
All implementations must override
Object.toString()
to provide information about the provider
configuration (obscuring passwords with one-way hashes).
- 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.PosixViewAttributeAction
-
- 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.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.AppenderControlArraySet
-
- toString() - Method in class org.apache.logging.log4j.core.config.AppenderRef
-
- toString() - Method in class org.apache.logging.log4j.core.config.composite.CompositeConfiguration
-
- 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
-
- 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
-
- 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.DenyAllFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
- toString() - Method in class org.apache.logging.log4j.core.filter.LevelMatchFilter
-
- 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.StringMatchFilter
-
- 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.MementoMessage
-
- 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.GelfLayout
-
- toString() - Method in class org.apache.logging.log4j.core.layout.internal.ExcludeChecker
-
- toString() - Method in class org.apache.logging.log4j.core.layout.internal.IncludeChecker
-
- toString() - Method in class org.apache.logging.log4j.core.layout.internal.ListChecker.NoopChecker
-
- toString() - Method in class org.apache.logging.log4j.core.layout.LevelPatternSelector
-
- 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
-
- 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.StrSubstitutor
-
- toString() - Method in class org.apache.logging.log4j.core.net.JndiManager
-
- toString() - Method in class org.apache.logging.log4j.core.net.Priority
-
- toString() - Method in class org.apache.logging.log4j.core.net.SocketAddress
-
- 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.net.TcpSocketManager
-
- 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.time.MutableInstant
-
- toString() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
-
Returns a String representation of the text with ANSI escape codes embedded, unless ANSI is
CommandLine.Help.Ansi.enabled() not enabled}, in which case the plain text is returned.
- toString() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
-
Returns the section of the usage help message accumulated in the TextTable owned by this layout.
- toString(StringBuilder) - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
Copies the text representation that we built up from the options into the specified StringBuilder.
- toString() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable
-
- toString() - Method in class org.apache.logging.log4j.core.tools.picocli.CommandLine.Range
-
- 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(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.Source
-
- toString() - Method in class org.apache.logging.log4j.core.util.StringBuilderWriter
-
- toString() - Method in class org.apache.logging.log4j.core.util.WatchManager
-
- toString() - Method in class org.apache.logging.log4j.couchdb.CouchDbProvider
-
- 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.DefaultThreadContextMap
-
- toString() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- 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
-
- toString() - Method in class org.apache.logging.log4j.util.Timer
-
Returns the String representation of the timer based upon its current state
- toStringList(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
Converts a Throwable stack trace into a List of Strings.
- 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(Object) - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- trace(Object, Throwable) - Method in class org.apache.logging.log4j.jcl.Log4jLog
-
- 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.
- 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
-
- TraceTag - Class in org.apache.logging.log4j.taglib
-
This class implements the <log:trace>
tag.
- TraceTag() - Constructor for class org.apache.logging.log4j.taglib.TraceTag
-
- Transform - Class in org.apache.logging.log4j.core.util
-
Utility class for transforming strings.
- 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
-
- TriConsumer<K,V,S> - Interface in org.apache.logging.log4j.util
-
An operation that accepts three input arguments and returns no result.
- TriggeringPolicy - Interface in org.apache.logging.log4j.core.appender.rolling
-
A TriggeringPolicy
controls the conditions under which rollover
occurs.
- 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) - Static method in class org.apache.logging.log4j.ThreadContext
-
Trims elements from this diagnostic context.
- trimMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Matches the String trim() whitespace characters.
- trimToMaxSize(StringBuilder) - Static method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- trimToMaxSize(StringBuilder, int) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Ensures that the char[] array of the specified StringBuilder does not exceed the specified number of characters.
- 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
.
- TrustStoreConfiguration - Class in org.apache.logging.log4j.core.net.ssl
-
Configuration of the TrustStore
- TrustStoreConfiguration(String, PasswordProvider, String, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- TrustStoreConfiguration(String, char[], String, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- 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
-
- 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
-
- TTCC_CONVERSION_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
A conversion pattern equivalent to the TTCCLayout.
- TTCCLayoutBuilder - Class in org.apache.log4j.builders.layout
-
Build a Pattern Layout
- TTCCLayoutBuilder() - Constructor for class org.apache.log4j.builders.layout.TTCCLayoutBuilder
-
- TTCCLayoutBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.layout.TTCCLayoutBuilder
-
- TypeConversionException(String) - Constructor for exception org.apache.logging.log4j.core.tools.picocli.CommandLine.TypeConversionException
-
- 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
-
- 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
-
- TypeConverters.BigIntegerConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.BooleanConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- 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
-
- TypeConverters.CharacterConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- 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
-
- TypeConverters.ClassConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.CronExpressionConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.DoubleConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.DurationConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.FileConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.FloatConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.InetAddressConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.IntegerConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.LevelConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.LongConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.PathConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.PatternConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.SecurityProviderConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.ShortConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- 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
-
- TypeConverters.UrlConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeConverters.UuidConverter - Class in org.apache.logging.log4j.core.config.plugins.convert
-
- TypeUtil - Class in org.apache.logging.log4j.core.util
-
Utility class for working with Java
Type
s and derivatives.