- abbreviate(String) - Method in class org.apache.logging.log4j.core.pattern.NameAbbreviator
-
Abbreviates a name in a String.
- abbreviate(String) - Method in class org.apache.logging.log4j.core.pattern.NamePatternConverter
-
Abbreviate name in string buffer.
- AbstractAction - Class in org.apache.logging.log4j.core.appender.rolling.action
-
Abstract base class for implementations of Action.
- AbstractAction() - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Constructor.
- AbstractAppender - Class in org.apache.logging.log4j.core.appender
-
Abstract base class for Appenders.
- AbstractAppender(String, Filter, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.AbstractAppender
-
Constructor that defaults to suppressing exceptions.
- AbstractAppender(String, Filter, Layout<? extends Serializable>, boolean) - Constructor for class org.apache.logging.log4j.core.appender.AbstractAppender
-
Constructor.
- AbstractConfiguration - Class in org.apache.logging.log4j.core.config
-
The base Configuration.
- AbstractConfiguration(ConfigurationSource) - Constructor for class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Constructor.
- 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
-
Instantiates the base appender.
- 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.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.
- AbstractFactoryData(int) - Constructor for class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager.AbstractFactoryData
-
Constructs the base factory data.
- AbstractFilter - Class in org.apache.logging.log4j.core.filter
-
Users should extend this class to implement filters.
- AbstractFilter() - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilter
-
The default constructor.
- AbstractFilter(Filter.Result, Filter.Result) - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilter
-
Constructor that allows the onMatch and onMismatch actions to be set.
- AbstractFilterable - Class in org.apache.logging.log4j.core.filter
-
Enhances a Class by allowing it to contain Filters.
- AbstractFilterable(Filter) - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilterable
-
- AbstractFilterable() - Constructor for class org.apache.logging.log4j.core.filter.AbstractFilterable
-
- AbstractKeyStoreConfiguration - Class in org.apache.logging.log4j.core.net.ssl
-
Configuration of the KeyStore
- AbstractKeyStoreConfiguration(String, String, String) - Constructor for class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- AbstractLayout<T extends 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
-
Constructs a layout with an optional header and footer.
- 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
-
- AbstractLogEventBridge<T extends InputStream> - Class in org.apache.logging.log4j.core.net.server
-
- AbstractLogEventBridge() - Constructor for class org.apache.logging.log4j.core.net.server.AbstractLogEventBridge
-
- AbstractLogEventWrapperEntity - Class in org.apache.logging.log4j.core.appender.db.jpa
-
Users of the JPA appender MUST extend this class, using JPA annotations on the concrete class and all of its
accessor methods (as needed) to map them to the proper table and columns.
- AbstractLogEventWrapperEntity() - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
Instantiates this base class.
- AbstractLogEventWrapperEntity(LogEvent) - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
Instantiates this base class.
- 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(String) - Constructor for class org.apache.logging.log4j.core.appender.AbstractManager
-
- 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
-
- 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() - Constructor for class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
- AbstractSocketManager - Class in org.apache.logging.log4j.core.net
-
Abstract base class for managing sockets.
- AbstractSocketManager(String, OutputStream, InetAddress, String, int, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.net.AbstractSocketManager
-
The Constructor.
- AbstractSocketServer<T extends InputStream> - Class in org.apache.logging.log4j.core.net.server
-
Abstract socket server for TCP and UDP implementations.
- AbstractSocketServer(int, LogEventBridge<T>) - Constructor for class org.apache.logging.log4j.core.net.server.AbstractSocketServer
-
Creates a new socket server.
- AbstractSocketServer.ServerConfigurationFactory - Class in org.apache.logging.log4j.core.net.server
-
Factory that creates a Configuration for the server.
- 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
-
- 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.
- 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.
- Activator - Class in org.apache.logging.log4j.core.osgi
-
OSGi BundleActivator.
- Activator() - Constructor for class org.apache.logging.log4j.core.osgi.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.
- add(LogEvent) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- add(T) - Method in class org.apache.logging.log4j.core.util.CyclicBuffer
-
Add an item as the last event in the buffer.
- 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.
- addComponent(String, Object) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- addComponent(String, Object) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- 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.
- 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.
- 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
-
- 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.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- 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.
- addSuppressed(Throwable, Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
- 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
-
- aliases - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- allLines() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Determines if all lines should be printed.
- annotation - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- 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(LogEvent) - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
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.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.MemoryMappedFileAppender
-
Write the log entry rolling over the file when required.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender
-
- 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
-
Modify the event and pass to the subordinate Appenders.
- append(LogEvent) - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Write 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.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.
- Appender - Interface in org.apache.logging.log4j.core
-
- 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
.
- 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.
- AppenderLoggingException - Exception in org.apache.logging.log4j.core.appender
-
Thrown from an appender when a log event could not be written.
- AppenderLoggingException(String) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Construct an exception with a message.
- AppenderLoggingException(String, Throwable) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Construct an exception with a message and underlying cause.
- AppenderLoggingException(Throwable) - Constructor for exception org.apache.logging.log4j.core.appender.AppenderLoggingException
-
Construct an exception with an underlying cause.
- AppenderRef - Class in org.apache.logging.log4j.core.config
-
An Appender reference.
- AppendersPlugin - Class in org.apache.logging.log4j.core.config
-
An Appender container.
- 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.
- 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.
- ArrayPatternConverter - Interface in org.apache.logging.log4j.core.pattern
-
PatternConverter
s implement this interface to accept an array of objects when formatting.
- Assert - Class in org.apache.logging.log4j.core.util
-
Utility class providing common validation logic.
- AsyncAppender - Class in org.apache.logging.log4j.core.appender
-
Appends to one or more Appenders asynchronously.
- 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
.
- 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) - 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() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
Default constructor.
- AsyncLoggerConfig(String, Level, boolean) - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
Constructor that sets the name, level and additive values.
- 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.
- 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 returns the singleton AsyncLoggerContext
.
- AsyncLoggerContextSelector() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- 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) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- callAppender(LogEvent) - Method in class org.apache.logging.log4j.core.config.AppenderControl
-
Call the appender.
- 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() - 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
-
- 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.
- 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.
- 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
-
- charMatcher(char) - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Constructor that creates a matcher from a character.
- 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.
- checkConfiguration() - Method in interface org.apache.logging.log4j.core.config.ConfigurationMonitor
-
Called to determine if the configuration has changed.
- checkConfiguration() - Method in class org.apache.logging.log4j.core.config.DefaultConfigurationMonitor
-
Does nothing.
- checkConfiguration() - Method in class org.apache.logging.log4j.core.config.FileConfigurationMonitor
-
Called to determine if the configuration has changed.
- checkRollover(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Determine 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
-
- 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
-
- 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.plugins.util.PluginRegistry
-
Resets the registry to an empty state.
- clear() - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
Clear the history.
- 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
-
- 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.
- close() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
- close() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- close() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- close() - Method in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Cancels the action if not already initialized or waits till completion.
- close() - Method in interface org.apache.logging.log4j.core.appender.rolling.action.Action
-
Cancels the action if not already initialized or waits till completion.
- close() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- close() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- close() - Method in class org.apache.logging.log4j.core.net.DatagramOutputStream
-
- close() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- close(Closeable) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified Closeable
(stream or reader/writer).
- close(ServerSocket) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified resource.
- close(DatagramSocket) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified resource.
- close(ResultSet) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified ResultSet
.
- close(Statement) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified Statement
.
- close(Connection) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified Connection
.
- close(Context) - Static method in class org.apache.logging.log4j.core.util.JndiCloser
-
Closes the specified Context
.
- Closer - Class in org.apache.logging.log4j.core.util
-
Helper class for closing resources.
- closeSilently(Closeable) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified Closeable
(stream or reader/writer),
ignoring any exceptions thrown by the close operation.
- closeSilently(ServerSocket) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified resource, ignoring any exceptions thrown by the close operation.
- closeSilently(DatagramSocket) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified resource, ignoring any exceptions thrown by the close operation.
- closeSilently(Statement) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified Statement
, ignoring any exceptions thrown by
the close operation.
- closeSilently(Connection) - Static method in class org.apache.logging.log4j.core.util.Closer
-
Closes the specified Connection
, ignoring any exceptions thrown
by the close operation.
- 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.
- 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.
- 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.
- 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.
- 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.db.jpa.JpaDatabaseManager
-
- compare(Class<?>, Class<?>) - Method in class org.apache.logging.log4j.core.config.OrderComparator
-
- 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.
- CompositeFilter - Class in org.apache.logging.log4j.core.filter
-
Composes and invokes one or more filters.
- CompositeTriggeringPolicy - Class in org.apache.logging.log4j.core.appender.rolling
-
Triggering policy that wraps other policies.
- concatenateArrays(String[], String[]) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- config - Variable in class org.apache.logging.log4j.core.Logger
-
Config should be consistent across threads.
- config - Variable in class org.apache.logging.log4j.core.Logger.PrivateConfig
-
- Configuration - Interface in org.apache.logging.log4j.core.config
-
Interface that must be implemented to create a configuration.
- CONFIGURATION_FACTORY_PROPERTY - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Allow the ConfigurationFactory class to be specified as a system property.
- CONFIGURATION_FILE_PROPERTY - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Allow the location of the configuration file to be specified as a system property.
- 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
-
Construct an exception with a message.
- ConfigurationException(String, Throwable) - Constructor for exception org.apache.logging.log4j.core.config.ConfigurationException
-
Construct 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
-
- ConfigurationListener - Interface in org.apache.logging.log4j.core.config
-
Interface used to allow components to be notified when the configuration changes.
- ConfigurationMonitor - Interface in org.apache.logging.log4j.core.config
-
Interface that must be implemented to provide notification of configuration changes.
- ConfigurationSource - Class in org.apache.logging.log4j.core.config
-
Represents the source for the logging configuration.
- ConfigurationSource(InputStream) - Constructor for class org.apache.logging.log4j.core.config.ConfigurationSource
-
Constructs a new ConfigurationSource
with the specified input stream.
- 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.
- ConfigurationStrSubstitutor - Class in org.apache.logging.log4j.core.lookup
-
- ConfigurationStrSubstitutor() - Constructor for class org.apache.logging.log4j.core.lookup.ConfigurationStrSubstitutor
-
- ConfigurationStrSubstitutor(Map<String, String>) - Constructor for class org.apache.logging.log4j.core.lookup.ConfigurationStrSubstitutor
-
- ConfigurationStrSubstitutor(Properties) - Constructor for class org.apache.logging.log4j.core.lookup.ConfigurationStrSubstitutor
-
- ConfigurationStrSubstitutor(StrLookup) - Constructor for class org.apache.logging.log4j.core.lookup.ConfigurationStrSubstitutor
-
- ConfigurationStrSubstitutor(StrSubstitutor) - Constructor for class org.apache.logging.log4j.core.lookup.ConfigurationStrSubstitutor
-
- Configurator - Class in org.apache.logging.log4j.core.config
-
Initializes and configure the Logging system.
- configureSubstitutor(Property[], Configuration) - Static method in class org.apache.logging.log4j.core.config.PropertiesPlugin
-
Create the Properties component.
- 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.db.jpa.JpaDatabaseManager
-
- ConnectionSource - Interface in org.apache.logging.log4j.core.appender.db.jdbc
-
- ConsoleAppender - Class in org.apache.logging.log4j.core.appender
-
ConsoleAppender appends log events to System.out
or
System.err
using a layout specified by the user.
- ConsoleAppender.Builder - Class in org.apache.logging.log4j.core.appender
-
- ConsoleAppender.Target - Enum in org.apache.logging.log4j.core.appender
-
Enumeration of console destinations.
- Constants - Class in org.apache.logging.log4j.core.util
-
Log4j 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
-
- 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.
- ContextMapAttributeConverter - Class in org.apache.logging.log4j.core.appender.db.jpa.converter
-
- ContextMapAttributeConverter() - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextMapAttributeConverter
-
- ContextMapJsonAttributeConverter - Class in org.apache.logging.log4j.core.appender.db.jpa.converter
-
- ContextMapJsonAttributeConverter() - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextMapJsonAttributeConverter
-
- ContextMapLookup - Class in org.apache.logging.log4j.core.lookup
-
Looks up keys from ThreadContext
objects..
- 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
.
- ContextStackAttributeConverter - Class in org.apache.logging.log4j.core.appender.db.jpa.converter
-
A JPA 2.1 attribute converter for
ThreadContext.ContextStack
s in
LogEvent
s.
- ContextStackAttributeConverter() - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextStackAttributeConverter
-
- ContextStackJsonAttributeConverter - Class in org.apache.logging.log4j.core.appender.db.jpa.converter
-
A JPA 2.1 attribute converter for
ThreadContext.ContextStack
s in
LogEvent
s.
- ContextStackJsonAttributeConverter() - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextStackJsonAttributeConverter
-
- conversionType - Variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- 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<?>, 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.DoubleConverter
-
- 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.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.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, 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.
- ConverterKeys - Annotation Type in org.apache.logging.log4j.core.pattern
-
Identifies the keys that are associated with a PatternConverter.
- convertSpecialChars(String) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- convertToDatabaseColumn(Map<String, String>) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextMapAttributeConverter
-
- convertToDatabaseColumn(Map<String, String>) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextMapJsonAttributeConverter
-
- convertToDatabaseColumn(ThreadContext.ContextStack) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextStackAttributeConverter
-
- convertToDatabaseColumn(ThreadContext.ContextStack) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextStackJsonAttributeConverter
-
- convertToDatabaseColumn(Level) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.LevelAttributeConverter
-
- convertToDatabaseColumn(Marker) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.MarkerAttributeConverter
-
- convertToDatabaseColumn(Message) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.MessageAttributeConverter
-
- convertToDatabaseColumn(StackTraceElement) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.StackTraceElementAttributeConverter
-
- convertToDatabaseColumn(Throwable) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ThrowableAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextMapAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextMapJsonAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextStackAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ContextStackJsonAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.LevelAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.MarkerAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.MessageAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.StackTraceElementAttributeConverter
-
- convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.ThrowableAttributeConverter
-
- count - Variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
Number of Appenders using this manager.
- createAdvertiser(String, ConfigurationSource, byte[], String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- createAppender(AppenderRef[], String, boolean, int, String, boolean, Filter, Configuration, boolean) - Static method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Create an AsyncAppender.
- createAppender(Layout<? extends Serializable>, Filter, String, String, String, String) - Static method in class org.apache.logging.log4j.core.appender.ConsoleAppender
-
Create a Console Appender.
- createAppender(String, String, Filter, ConnectionSource, String, String, ColumnConfig[]) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender
-
Factory method for creating a JDBC appender within the plugin manager.
- createAppender(String, String, Filter, String, String, String) - Static method in class org.apache.logging.log4j.core.appender.db.jpa.JpaAppender
-
Factory method for creating a JPA appender within the plugin manager.
- 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
-
Create a File 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.MemoryMappedFileAppender
-
Create a Memory Mapped File 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
-
Create a File Appender.
- createAppender(String, String, AppenderRef[], Configuration, RewritePolicy, Filter) - Static method in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
Create 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
-
Create a 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
-
Create a RollingRandomAccessFileAppender.
- createAppender(String, String, Routes, Configuration, RewritePolicy, Filter) - Static method in class org.apache.logging.log4j.core.appender.routing.RoutingAppender
-
Create a RoutingAppender.
- createAppender(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
-
Deprecated.
- 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
-
Create a SyslogAppender.
- 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
-
Create a Map of the Appenders.
- createColumnConfig(Configuration, String, String, String, String, String, String) - Static method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
Factory method for creating a column config within the plugin manager.
- 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
-
- 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.
- createCustomLevels(CustomLevelConfig[]) - Static method in class org.apache.logging.log4j.core.config.CustomLevels
-
Create a CustomLevels object to contain all the CustomLevelConfigs.
- 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.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() - Static method in class org.apache.logging.log4j.core.layout.XmlLayout
-
Creates an XML Layout using the default settings.
- createDeflaterOutputStream(OutputStream) - Method in enum org.apache.logging.log4j.core.layout.GelfLayout.CompressionType
-
- createEvent(String, Marker, String, Level, Message, List<Property>, Throwable) - Method in class org.apache.logging.log4j.core.impl.DefaultLogEventFactory
-
Creates a log event.
- createEvent(String, Marker, String, Level, Message, Throwable, ThrowableProxy, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Create a new LogEvent.
- createEvent(String, Marker, String, Level, Message, List<Property>, Throwable) - Method in interface org.apache.logging.log4j.core.impl.LogEventFactory
-
- 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
-
- createFilter(String, KeyValuePair[], Level, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.DynamicThresholdFilter
-
Create the DynamicThresholdFilter.
- createFilter(KeyValuePair[], String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.MapFilter
-
- createFilter(String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.MarkerFilter
-
Create the MarkerFilter.
- createFilter(String, String[], Boolean, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.RegexFilter
-
Create a Filter that matches a regular expression.
- createFilter(KeyValuePair[], String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.StructuredDataFilter
-
Create the StructuredDataFilter.
- createFilter(KeyValuePair[], String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.ThreadContextMapFilter
-
- createFilter(Level, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.ThresholdFilter
-
Create a ThresholdFilter.
- createFilter(String, String, String, Filter.Result, Filter.Result) - Static method in class org.apache.logging.log4j.core.filter.TimeFilter
-
Create a TimeFilter.
- createFilters(Filter[]) - Static method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Create a CompositeFilter.
- createJsonSocketServer(int) - Static method in class org.apache.logging.log4j.core.net.server.TcpSocketServer
-
Creates a socket server that reads JSON log events.
- createJsonSocketServer(int) - Static method in class org.apache.logging.log4j.core.net.server.UdpSocketServer
-
Creates a socket server that reads JSON log events.
- createKeyStoreConfiguration(String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
Creates a KeyStoreConfiguration.
- createKeyStoreConfiguration(String, String, String, String) - Static method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
Creates a KeyStoreConfiguration.
- createLayout(String, KeyValuePair[], GelfLayout.CompressionType, int) - 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
-
Create an HTML Layout.
- createLayout(boolean, boolean, boolean, boolean, boolean, Charset) - Static method in class org.apache.logging.log4j.core.layout.JsonLayout
-
Creates a JSON Layout.
- createLayout(String, Configuration, RegexReplacement, Charset, boolean, boolean, String, String) - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Create a pattern layout.
- createLayout(Facility, String, int, boolean, String, String, String, boolean, String, String, String, String, String, String, String, boolean, LoggerFields[], Configuration) - Static method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Create the RFC 5424 Layout.
- createLayout() - Static method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
Creates a SerializedLayout.
- createLayout(Facility, boolean, String, Charset) - Static method in class org.apache.logging.log4j.core.layout.SyslogLayout
-
Create a SyslogLayout.
- createLayout(boolean, boolean, boolean, boolean, Charset) - Static method in class org.apache.logging.log4j.core.layout.XmlLayout
-
Creates an XML Layout.
- createLevel(String, int) - Static method in class org.apache.logging.log4j.core.config.CustomLevelConfig
-
Creates a CustomLevelConfig object.
- createLogger(String, String, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
Factory method to create a LoggerConfig.
- createLogger(String, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.async.AsyncLoggerConfig.RootLogger
-
- createLogger(String, Level, String, String, AppenderRef[], Property[], Configuration, Filter) - Static method in class org.apache.logging.log4j.core.config.LoggerConfig
-
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, TcpSocketManager.FactoryData) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager.TcpSocketManagerFactory
-
- createMap(String, String[]) - Static method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Creates a Map from a source array where values are ANSI escape sequences.
- createMap(String[], String[]) - Static method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Creates a Map from a source array where values are ANSI escape sequences.
- createMemento() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Creates and returns a new immutable copy of this RingBufferLogEvent
.
- createMessage(Serializable) - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
Creates a TextMessage 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() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
Creates a MessageProducer on this Destination using the current Session.
- createPatternParser(Configuration) - Static method in class org.apache.logging.log4j.core.layout.PatternLayout
-
Create a PatternParser.
- createPolicy(String, KeyValuePair[]) - Static method in class org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy
-
The factory method to create the MapRewritePolicy.
- createPolicy(Configuration, Property[]) - Static method in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
The factory method to create the PropertiesRewritePolicy.
- createPolicy(TriggeringPolicy...) - Static method in class org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy
-
Create a CompositeTriggeringPolicy.
- createPolicy() - 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
-
Create a TimeBasedTriggeringPolicy.
- createProperty(String, String) - Static method in class org.apache.logging.log4j.core.config.Property
-
Creates a Property.
- createRegexReplacement(Pattern, String) - Static method in class org.apache.logging.log4j.core.pattern.RegexReplacement
-
Create a RegexReplacement.
- createRingBufferAdmin(String) - Static method in class org.apache.logging.log4j.core.async.AsyncLogger
-
Creates and returns a new RingBufferAdmin
that instruments the
ringbuffer of the AsyncLogger
.
- 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
.
- 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
-
Create the Routes.
- createSequence(String...) - Static method in enum org.apache.logging.log4j.core.pattern.AnsiEscape
-
Creates an ANSI escape sequence from the given
AnsiEscape names.
- createSerializedSocketServer(int) - Static method in class org.apache.logging.log4j.core.net.server.TcpSocketServer
-
Creates a socket server that reads serialized log events.
- createSerializedSocketServer(int) - Static method in class org.apache.logging.log4j.core.net.server.UdpSocketServer
-
Creates a socket server that reads serialized log events.
- createSocket(String, int) - Method in class org.apache.logging.log4j.core.net.SslSocketManager
-
- createSocket(InetAddress, int) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- createSocket(String, int) - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- createSocketManager(String, Protocol, String, int, int, SslConfiguration, int, boolean, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.appender.SocketAppender
-
Creates an AbstractSocketManager for TCP, UDP, and SSL.
- createSSLConfiguration(String, KeyStoreConfiguration, TrustStoreConfiguration) - Static method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- 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, Configuration) - Static method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
Create the DefaultRolloverStrategy.
- createXmlSocketServer(int) - Static method in class org.apache.logging.log4j.core.net.server.TcpSocketServer
-
Creates a socket server that reads XML log events.
- createXmlSocketServer(int) - Static method in class org.apache.logging.log4j.core.net.server.UdpSocketServer
-
Creates a socket server that reads XML log events.
- 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.
- 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.
- 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
-
Instantiate a new CyclicBuffer of at most maxSize
events.
- 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) - Constructor for class org.apache.logging.log4j.core.layout.GelfLayout
-
- 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.
- getAbbreviator(String) - Static method in class org.apache.logging.log4j.core.pattern.NameAbbreviator
-
Gets an abbreviator.
- 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.
- getAdvertiser() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getAdvertiser() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getAllCategories() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginCache
-
Returns all categories of plugins in this cache.
- getAppend() - Method in interface org.apache.logging.log4j.core.appender.rolling.RolloverDescription
-
Specifies if active file should be opened for appending.
- getAppend() - Method in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Specifies if active file should be opened for appending.
- getAppender(String) - Method in class org.apache.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.
- 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.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.
- 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.
- getAttributes() - Method in class org.apache.logging.log4j.core.config.Node
-
- getAvailable() - Method in class org.apache.logging.log4j.core.filter.BurstFilter
-
Returns the number of available slots.
- 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.
- getBytes() - Method in class org.apache.logging.log4j.core.appender.TlsSyslogFrame
-
- getBytes(String) - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- 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() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the Throwable that is the cause of this Throwable.
- getCauseStackTraceAsString(List<String>) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the Throwable that is the cause of this Throwable.
- getCharset() - Method in class org.apache.logging.log4j.core.layout.AbstractStringLayout
-
- 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
-
- getClassName() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- getClassName() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- 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
-
- getCommonElementCount() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Return 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
-
- getCompressionLevel() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- 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.
- getConfigMonitorClassName() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- getConfigMonitorClassName() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the class name of the object that is monitoring the configuration
file for modifications.
- 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(ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
- getConfiguration(String, URI) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Returns the Configuration.
- getConfiguration(String, URI, ClassLoader) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Returns the Configuration obtained using a given ClassLoader.
- getConfiguration(ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.json.JsonConfigurationFactory
-
- getConfiguration(ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory
-
Returns the Configuration.
- getConfiguration(ConfigurationSource) - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory
-
- getConfiguration() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Returns the current Configuration.
- getConfiguration(String, URI) - Method in class org.apache.logging.log4j.core.net.server.AbstractSocketServer.ServerConfigurationFactory
-
- getConfigurationMonitor() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getConfigurationMonitor() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getConfigurationSource() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getConfigurationSource() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
Returns the source of this configuration.
- getConfigurationStrSubstitutor() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- 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
-
- getConnectTimeoutMillis() - Method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
- 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.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.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.SerializedLayout
-
SerializedLayout returns a binary stream.
- getContentType() - Method in class org.apache.logging.log4j.core.layout.XmlLayout
-
- getContext(String, ClassLoader, boolean) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- getContext(String, ClassLoader, boolean, URI) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- 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, URI, String) - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Loads the LoggerContext using the ContextSelector.
- getContext() - Method in class org.apache.logging.log4j.core.Logger
-
Returns the LoggerContext this Logger is associated with.
- 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
-
- getContextMap() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getContextMap() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the context map.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Gets the context map (also know as Mapped Diagnostic Context or MDC).
- 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.logging.log4j.core.AbstractLogEvent
-
- getContextStack() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the context stack.
- 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 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
-
- getCorrectedFilePathUri(String) - Static method in class org.apache.logging.log4j.core.util.FileUtils
-
Takes a given URI string which may contain backslashes (illegal in URIs) in it due to user input or variable
substitution and returns a URI with the backslashes replaced with forward slashes.
- getCount() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
- 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.
- 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.
- 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
-
- 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.
- getDiscardIfAllFieldsAreEmpty() - Method in class org.apache.logging.log4j.core.layout.LoggerFields
-
- getElementName() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- getEncoding(byte[], String) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- 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.
- getEventIndices(String, int) - Method in class org.apache.logging.log4j.core.net.server.InputStreamLogEventBridge
-
- getEventIndices(String, int) - Method in class org.apache.logging.log4j.core.net.server.JsonInputStreamLogEventBridge
-
- getEventIndices(String, int) - Method in class org.apache.logging.log4j.core.net.server.XmlInputStreamLogEventBridge
-
- getExact() - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- getExact() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- 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
-
Format the stack trace including packaging information.
- getExtendedStackTraceAsString(List<String>) - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the stack trace including packaging information.
- getExternalContext() - Method in class org.apache.logging.log4j.core.LoggerContext
-
Returns the external context.
- getExtraClassInfo() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getFacility() - Method in class org.apache.logging.log4j.core.net.Priority
-
Returns the Facility.
- 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.
- getFileManager(String, boolean, boolean, boolean, String, Layout<? extends Serializable>, int) - 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>) - 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) - Static method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns a RollingFileManager.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.FileAppender
-
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.RollingFileAppender
-
Returns the File name for the Appender.
- getFileName() - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
Returns the File name for the Appender.
- getFileName() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getFilePattern() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
Returns the file pattern used when rolling over.
- getFilePattern() - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
Returns the file pattern used when rolling over.
- getFileSize() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the current size of the file.
- getFileTime() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the time the file was created.
- getFilter() - Method in 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
-
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.
- 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.logging.log4j.core.layout.AbstractLayout
-
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.PatternLayout
-
- getFooter() - Method in class org.apache.logging.log4j.core.layout.XmlLayout
-
Returns appropriate XML footer.
- getFormattingInfo() - Method in class org.apache.logging.log4j.core.pattern.PatternFormatter
-
- 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.logging.log4j.core.layout.AbstractLayout
-
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.PatternLayout
-
- getHeader() - Method in class org.apache.logging.log4j.core.layout.SerializedLayout
-
- getHeader() - Method in class org.apache.logging.log4j.core.layout.XmlLayout
-
Returns appropriate XML headers.
- getHeaders(String, String) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- 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.
- getInputFromResource(String, ClassLoader) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Retrieve the configuration via the ClassLoader.
- getInputFromString(String, ClassLoader) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Load the configuration from the location represented by the String.
- getInputFromUri(URI) - Method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Load the configuration from a URI.
- getInputStream() - Method in class org.apache.logging.log4j.core.config.ConfigurationSource
-
Returns the input stream that this configuration source was constructed with.
- 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.
- 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.
- getJDBCDatabaseManager(String, int, ConnectionSource, String, ColumnConfig[]) - 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.
- getJmsManager(String, JndiManager, String, String, String, String) - Static method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
Gets a JmsManager using the specified configuration parameters.
- getJndiManager(Properties) - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
Gets a JndiManager with the provided configuration information.
- 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.
- getJPADatabaseManager(String, int, Class<? extends AbstractLogEventWrapperEntity>, Constructor<? extends AbstractLogEventWrapperEntity>, String) - Static method in class org.apache.logging.log4j.core.appender.db.jpa.JpaDatabaseManager
-
Creates a JPA manager for use within the
JpaAppender
, or returns a suitable one if it already exists.
- 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.util.KeyValuePair
-
Returns the key.
- getKeyStore() - Method in class org.apache.logging.log4j.core.net.ssl.AbstractKeyStoreConfiguration
-
- 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.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
.
- getLevel() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getLevel() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the level.
- 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.impl.Log4jLogEvent
-
Returns the logging Level.
- 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.
- 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.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getLines() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Returns the number of lines to write.
- getLiteral() - Method in class org.apache.logging.log4j.core.pattern.LiteralPatternConverter
-
- 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
.
- getLocalHostname() - Static method in class org.apache.logging.log4j.core.util.NetUtils
-
This method gets the network name of the machine we are running on.
- getLocalizedMessage() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
- 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
-
- getLogEventFactory() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns the LogEventFactory.
- 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
-
Obtains a Logger from the Context.
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Obtains a Logger from the Context.
- 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.
- getLoggerContexts() - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- 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
-
- getLoggerFqcn() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getLoggerFqcn() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the fully qualified class name of the caller of the logger API.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Returns the fully qualified class name of the caller of the logging API.
- getLoggerName() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getLoggerName() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the logger name.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Gets the logger name.
- 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.
- 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.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, T, ManagerFactory<? extends OutputStreamManager, T>) - Static method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
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
-
- getMarker() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getMarker() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the marker.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Gets the Marker associated with the event.
- 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.
- getMdcExcludes() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getMdcIncludes() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getMessage() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getMessage() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the message.
- 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.ThrowableProxy
-
- getMessage() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets the message associated with the event.
- getMethodName() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getMimeMessage() - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- getMimeMultipart(byte[], InternetHeaders) - Method in class org.apache.logging.log4j.core.net.SmtpManager
-
- getMinIndex() - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
- getMinLength() - Method in class org.apache.logging.log4j.core.pattern.FormattingInfo
-
Get minimum length.
- getName() - Method in class org.apache.logging.log4j.core.appender.AbstractAppender
-
Returns the name of the Appender.
- getName() - Method in class org.apache.logging.log4j.core.appender.AbstractManager
-
Returns the name of the Manager.
- getName() - Method in interface org.apache.logging.log4j.core.Appender
-
Get the name of this Appender.
- 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.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.
- getNextTime(long, int, boolean) - Method in class org.apache.logging.log4j.core.appender.rolling.PatternProcessor
-
Returns the next potential rollover time.
- getNode() - Method in class org.apache.logging.log4j.core.appender.routing.Route
-
Returns the Dynamic Appender Node.
- 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.
- getObjectMapper() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- getObjectMapper() - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfiguration
-
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.AppenderAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.AsyncAppenderAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.ContextSelectorAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Returns the ObjectName
that this MBean is registered with in the
MBean server.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
Returns the ObjectName
of this mbean.
- getObjectName() - Method in interface org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Returns the ObjectName
that this status logger mbean is registered with.
- getOnMatch() - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Returns the Result to be returned when a match occurs.
- getOnMatch() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Returns the result that should be returned when the filter matches the event.
- getOnMatch() - Method in interface org.apache.logging.log4j.core.Filter
-
Returns the result that should be returned when the filter matches the event.
- getOnMismatch() - Method in class org.apache.logging.log4j.core.filter.AbstractFilter
-
Returns the Result to be returned when a match does not occur.
- getOnMismatch() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
Returns the result that should be returned when the filter does not match the event.
- getOnMismatch() - Method in interface org.apache.logging.log4j.core.Filter
-
Returns the result that should be returned when the filter does not match the event.
- getOperatingSystem() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key os
.
- getOutputStream() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- getPackages() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Returns the list of packages to filter.
- 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.
- getPassword() - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- getPasswordAsCharArray() - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- getPattern() - Method in class org.apache.logging.log4j.core.appender.routing.Routes
-
Returns the pattern.
- getPattern() - Method in class org.apache.logging.log4j.core.pattern.DatePatternConverter
-
Gets the pattern string describing this date format.
- getPatternProcessor() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the pattern processor.
- getPluginClass() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- 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(String) - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Returns the type of a specified plugin.
- 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.
- getProcId() - Method in class org.apache.logging.log4j.core.layout.Rfc5424Layout
-
- getProperties() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- getProperties() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- getProperties() - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Returns an unmodifiable map with the configuration properties, or
null
if this LoggerConfig
does not have any configuration
properties.
- 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
-
- 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.
- 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.
- 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.
- getResources() - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Returns the matching resources.
- getRollingRandomAccessFileManager(String, String, boolean, boolean, int, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>) - 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() - Method in class org.apache.logging.log4j.core.config.Loggers
-
- getRootLogger() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Returns the root Logger.
- getRoutes() - Method in class org.apache.logging.log4j.core.appender.routing.Routes
-
Returns the array of Route elements.
- getRuntime() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key runtime
.
- getSdId() - Method in class org.apache.logging.log4j.core.layout.LoggerFields
-
- getSecretKey() - Method in interface org.apache.logging.log4j.core.util.SecretKeyProvider
-
Returns this SecretKey.
- getSelector() - Method in class org.apache.logging.log4j.core.impl.Log4jContextFactory
-
Returns the ContextSelector.
- getSeparator() - Method in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Returns the stack trace separator.
- 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.
- getSMTPManager(String, String, String, String, String, String, String, String, int, String, String, boolean, String, int) - Static method in class org.apache.logging.log4j.core.net.SmtpManager
-
- getSMTPManager(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
-
- getSocketManager(String, int, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.net.DatagramSocketManager
-
Obtain a SocketManager.
- getSocketManager(SslConfiguration, String, int, int, int, boolean, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.net.SslSocketManager
-
- getSocketManager(String, int, int, int, boolean, Layout<? extends Serializable>) - Static method in class org.apache.logging.log4j.core.net.TcpSocketManager
-
Obtain a TcpSocketManager.
- getSource() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getSource() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the source location information.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Gets the source of logging request.
- 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
-
- 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.net.server.JmsServer
-
- getState() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- 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
.
- 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.
- 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
-
- 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.
- getSubName(String) - Static method in class org.apache.logging.log4j.core.util.NameUtil
-
- getSupportedSourceVersion() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor
-
- 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.xml.XmlConfigurationFactory
-
Returns the file suffixes for XML files.
- getSupportedTypes() - Method in class org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory
-
- getSuppressed(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
- getSuppressedProxies() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Gets proxies for suppressed exceptions.
- getSuppressedStackTrace() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
Format the suppressed Throwables.
- getSynchronous() - Method in interface org.apache.logging.log4j.core.appender.rolling.RolloverDescription
-
Action to be completed after close of current active log file
before returning control to caller.
- getSynchronous() - Method in class org.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
-
Action to be completed after close of current active log file
before returning control to caller.
- 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.
- getThreadName() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThreadName() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the thread name.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Gets thread name.
- getThrowable() - Method in class org.apache.logging.log4j.core.impl.ThrowableProxy
-
The throwable or null if this object is deserialized from XML or JSON.
- getThrown() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThrown() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the exception logged.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Gets throwable associated with logging request.
- getThrownProxy() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getThrownProxy() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the exception logged.
- 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 interface org.apache.logging.log4j.core.LogEvent
-
Gets throwable proxy associated with logging request.
- getTimeBasedUuid() - Static method in class org.apache.logging.log4j.core.util.UuidUtil
-
Generates Type 1 UUID.
- getTimeMillis() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- getTimeMillis() - Method in class org.apache.logging.log4j.core.appender.db.jpa.BasicLogEventEntity
-
Gets the number of milliseconds since JVM launch.
- getTimeMillis() - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- getTimeMillis() - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Returns the time in milliseconds from the epoch when the event occurred.
- getTimeMillis() - Method in interface org.apache.logging.log4j.core.LogEvent
-
Gets event time in milliseconds since midnight, January 1, 1970 UTC.
- getTriggeringPolicy() - Method in class org.apache.logging.log4j.core.appender.rolling.RollingFileManager
-
Returns the triggering policy
- getType() - Method in class org.apache.logging.log4j.core.config.Node
-
- 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.
- 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() - Method in class org.apache.logging.log4j.core.net.Priority
-
Returns the value of this Priority.
- getValue() - Method in class org.apache.logging.log4j.core.util.KeyValuePair
-
Returns the value.
- getValueDelimiterMatcher() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the variable default value delimiter matcher currently in use.
- getVariablePrefixMatcher() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the variable prefix matcher currently in use.
- getVariableResolver() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the VariableResolver that is used to lookup variables.
- getVariableSuffixMatcher() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Gets the variable suffix matcher currently in use.
- getVersion() - Method in class org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- getVersion() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- getVirtualMachine() - Method in class org.apache.logging.log4j.core.lookup.JavaLookup
-
Accessible through the Lookup key vm
.
- getWrappedEvent() - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
All eventual accessor methods must call this method and delegate the method call to the underlying wrapped event.
- 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) - Constructor for class org.apache.logging.log4j.core.appender.rolling.action.GzCompressAction
-
Create new instance of GzCompressAction.
- 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.
- immediateFlush - Variable in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
Immediate flush means that the underlying writer or output stream
will be flushed at the end of each append operation.
- 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
-
- inetAddress - Variable in class org.apache.logging.log4j.core.net.AbstractSocketManager
-
The Internet address of the host.
- 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.OnStartupTriggeringPolicy
-
Provide the RollingFileManager to the policy.
- 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
-
Initialize the policy.
- initialize(RollingFileManager) - Method in interface org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy
-
Initialize the Policy.
- 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, String) - 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(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(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() - Method in class org.apache.logging.log4j.core.config.status.StatusConfiguration
-
Configures and initializes the StatusLogger using the configured options in this instance.
- initializeClass(String, ClassLoader) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Loads and initializes a named Class using a given ClassLoader.
- initKeyManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
-
- initTrustManagerFactory() - Method in class org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration
-
- InputStreamLogEventBridge - Class in org.apache.logging.log4j.core.net.server
-
- InputStreamLogEventBridge(ObjectMapper, int, Charset, String) - Constructor for class org.apache.logging.log4j.core.net.server.InputStreamLogEventBridge
-
- 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.
- instantiate(Class<T>) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Constructs a new T
object using the default constructor of its class.
- instantiateByClassName(String, Class<?>, Object) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
Instantiate an object given a class name.
- instantiateByKey(Properties, String, Class<?>, Object) - Static method in class org.apache.logging.log4j.core.util.OptionConverter
-
- IntegerConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.IntegerConverter
-
- IntegerPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats an integer.
- Integers - Class in org.apache.logging.log4j.core.util
-
Helps deal with integers.
- Interpolator - Class in org.apache.logging.log4j.core.lookup
-
- Interpolator(StrLookup) - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
- Interpolator(StrLookup, List<String>) - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
Constructs an Interpolator using a given StrLookup and a list of packages to find Lookup plugins in.
- Interpolator() - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
Create the default Interpolator using only Lookups that work without an event.
- Interpolator(Map<String, String>) - Constructor for class org.apache.logging.log4j.core.lookup.Interpolator
-
Creates the Interpolator using only Lookups that work without an event and initial properties.
- 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
-
- isActive() - Method in class org.apache.logging.log4j.core.net.server.AbstractSocketServer
-
- 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.
- isAnd() - Method in class org.apache.logging.log4j.core.filter.MapFilter
-
- isAppend() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the append status.
- isAssignable(Type, Type) - Static method in class org.apache.logging.log4j.core.util.TypeUtil
-
Indicates if two
Type
s are assignment compatible.
- 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.
- isClassAvailable(String) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Determines if a named Class can be loaded or not.
- isClob() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- 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.
- 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
-
- 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.util.CyclicBuffer
-
Determines if the buffer contains elements.
- 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, 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
-
- isEnableSubstitutionInVariables() - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Returns a flag whether substitution is done in variable names.
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- isEndOfBatch() - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
Indicates whether this event is the last one in a batch.
- 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 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
-
Determine 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.
- isEventTimestamp() - Method in class org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig
-
- isFile(URL) - Static method in class org.apache.logging.log4j.core.util.FileUtils
-
- isFiltered(LogEvent) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender
-
Capture all events in CyclicBuffer.
- isFiltered(LogEvent) - Method in class org.apache.logging.log4j.core.filter.AbstractFilterable
-
Determine if the LogEvent should be processed or ignored.
- isFiltered(LogEvent) - Method in interface org.apache.logging.log4j.core.filter.Filterable
-
Determines if the event should be filtered.
- isGetSuppressedAvailable() - Static method in class org.apache.logging.log4j.core.util.Throwables
-
Returns true if the getSuppressed method is available.
- 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.
- isImmediateFlush() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileManager
-
Returns true
if the content of the buffer should be forced to the storage device on every write,
false
otherwise.
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
Returns true
if this AsyncAppender will take a snapshot of the stack with
every log event to determine the class and method where the logging call
was made.
- isIncludeLocation() - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
Indicates whether the source of the logging request is required downstream.
- 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.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.
- isInitialized() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- 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.
- isJndiContextSelectorEnabled() - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
- isJndiEnabled() - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
- isJndiJdbcEnabled() - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
- isJndiJmsEnabled() - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
- isJndiLookupEnabled() - Static method in class org.apache.logging.log4j.core.net.JndiManager
-
- 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.
- isLocking() - Method in class org.apache.logging.log4j.core.appender.FileManager
-
Returns the lock status.
- 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.
- isNativeMethod() - Method in class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
-
- isObjectPrintable() - Method in class org.apache.logging.log4j.core.config.plugins.util.PluginType
-
- isOpen() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Returns the status of the stream.
- isPrintable() - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- isRoot() - Method in class org.apache.logging.log4j.core.config.Node
-
- isRunning() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
- isShutdownHookEnabled - Variable in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- isShutdownHookEnabled() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- isShutdownHookEnabled() - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- isStarted() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- isStarted() - Method in interface org.apache.logging.log4j.core.LifeCycle
-
- isStarted() - Method in class org.apache.logging.log4j.core.net.server.JmsServer
-
- 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
-
- 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.net.server.JmsServer
-
- isStopped() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- isStopping() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- 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.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
-
Determine 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
-
- isValid(Object) - Method in interface org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidator
-
Indicates if the given value is valid.
- isValid(Object) - Method in class org.apache.logging.log4j.core.config.plugins.validation.validators.RequiredValidator
-
- isVerifyHostName() - Method in class org.apache.logging.log4j.core.net.ssl.SslConfiguration
-
- iterator() - Method in class org.apache.logging.log4j.core.filter.CompositeFilter
-
- larger() - Method in enum org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
- layout - Variable in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- Layout<T extends Serializable> - Interface in org.apache.logging.log4j.core
-
Lays out a
LogEvent in different formats.
- LevelAttributeConverter - Class in org.apache.logging.log4j.core.appender.db.jpa.converter
-
A JPA 2.1 attribute converter for
Level
s in
LogEvent
s.
- LevelAttributeConverter() - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.LevelAttributeConverter
-
- LevelConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.LevelConverter
-
- LevelPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Returns the event's level in a StringBuilder.
- 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
-
- LINE_NUMBER - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- LINE_SEPARATOR - Static variable in class org.apache.logging.log4j.core.util.Constants
-
Line separator.
- 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.
- 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) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Load a Class by name.
- Loader - Class in org.apache.logging.log4j.core.util
-
Load resources (or images) from various sources.
- 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
-
- loadSystemClass(String) - Static method in class org.apache.logging.log4j.core.util.Loader
-
Load a Class in the java.*
namespace by name.
- LOCALIZED_MESSAGE - Static variable in class org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
- 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.
- log(String, String, Marker, Level, Message, Throwable) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Logs an event.
- log(LogEvent) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Logs an event.
- log(StatusData) - Method in class org.apache.logging.log4j.core.jmx.StatusLoggerAdmin
-
- log(LogEvent) - Method in class org.apache.logging.log4j.core.LogEventListener
-
- 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
-
- 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.
- Log4jJsonObjectMapper - Class in org.apache.logging.log4j.core.jackson
-
A Jackson ObjectMapper
initialized for Log4j.
- Log4jJsonObjectMapper() - Constructor for class org.apache.logging.log4j.core.jackson.Log4jJsonObjectMapper
-
Create a new instance using the Log4jJsonModule
.
- 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
-
Constructor.
- Log4jLogEvent(String, Marker, String, Level, Message, List<Property>, Throwable) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Constructor.
- Log4jLogEvent(String, Marker, String, Level, Message, Throwable, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long) - Constructor for class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Constructor.
- Log4jLogEvent.Builder - Class in org.apache.logging.log4j.core.impl
-
- 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.
- Log4jXmlObjectMapper - Class in org.apache.logging.log4j.core.jackson
-
A Jackson ObjectMapper
initialized for Log4j.
- Log4jXmlObjectMapper() - Constructor for class org.apache.logging.log4j.core.jackson.Log4jXmlObjectMapper
-
Create a new instance using the Log4jXmlModule
.
- 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
-
- LogEventBridge<T extends InputStream> - Interface in org.apache.logging.log4j.core.net.server
-
Reads
LogEvent
s from the given input stream and logs them as they are discovered on the given logger.
- LogEventFactory - Interface in org.apache.logging.log4j.core.impl
-
- logEventInput - Variable in class org.apache.logging.log4j.core.net.server.AbstractSocketServer
-
- LogEventListener - Class in org.apache.logging.log4j.core
-
Base class for server classes that listen to
LogEvent
s.
- LogEventListener() - Constructor for class org.apache.logging.log4j.core.LogEventListener
-
- LogEventPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
LoggingEventPatternConverter is a base class for pattern converters
that can format information from instances of LoggingEvent.
- LogEventPatternConverter(String, String) - Constructor for class org.apache.logging.log4j.core.pattern.LogEventPatternConverter
-
Constructs an instance of LoggingEventPatternConverter.
- logEvents(InputStream, LogEventListener) - Method in class org.apache.logging.log4j.core.net.server.InputStreamLogEventBridge
-
- logEvents(T, LogEventListener) - Method in interface org.apache.logging.log4j.core.net.server.LogEventBridge
-
Reads
LogEvent
s from the given input stream and logs them as they are discovered on the given logger.
- logEvents(ObjectInputStream, LogEventListener) - Method in class org.apache.logging.log4j.core.net.server.ObjectInputStreamLogEventBridge
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.AbstractLifeCycle
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.AbstractManager
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.AbstractRolloverStrategy
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
Allow 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.appender.rolling.SizeBasedTriggeringPolicy
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Allow subclasses access to the status logger without creating another instance.
- LOGGER - Static variable in class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.layout.AbstractLayout
-
Allow subclasses access to the status logger without creating another instance.
- 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
-
- logger - Static variable in class org.apache.logging.log4j.core.net.server.AbstractLogEventBridge
-
- logger - Variable in class org.apache.logging.log4j.core.net.server.AbstractSocketServer
-
- 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.selector.ClassLoaderContextSelector
-
- LOGGER - Static variable in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
- Logger.PrivateConfig - Class in org.apache.logging.log4j.core
-
The binding between a Logger and its configuration.
- 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.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.
- 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
.
- LoggerFields - Class in org.apache.logging.log4j.core.layout
-
A LoggerFields container.
- LoggerPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats a logger name.
- 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.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.async.AsyncLogger
-
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.core.Logger
-
- LongConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.LongConverter
-
- lookup(String) - Method in class org.apache.logging.log4j.core.lookup.AbstractLookup
-
Calls lookup(null, key);
- 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.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.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.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.net.JndiManager
-
Looks up a named object through this JNDI context.
- RandomAccessFileAppender - Class in org.apache.logging.log4j.core.appender
-
File Appender.
- 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(RandomAccessFile, String, OutputStream, boolean, int, String, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.RandomAccessFileManager
-
- readResolve() - Method in class org.apache.logging.log4j.core.util.KeyValuePair.Builder
-
- Reconfigurable - Interface in org.apache.logging.log4j.core.config
-
Implemented by Configurations that can be reconfigured at runtime.
- reconfigure() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- 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
-
Reconfigure the context.
- Red(List<PatternFormatter>, String) - Constructor for class org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Red
-
Constructs the converter.
- 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.
- 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
-
Called to signify that this Manager is no longer required by an Appender.
- releaseSub() - 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() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
- releaseSub() - Method in class org.apache.logging.log4j.core.appender.mom.JmsManager
-
- releaseSub() - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
Default hook to write footer during close.
- releaseSub() - Method in class org.apache.logging.log4j.core.net.JndiManager
-
- removeAll() - Method in class org.apache.logging.log4j.core.util.CyclicBuffer
-
Removes all the elements from the buffer and returns them.
- 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.
- 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
-
Remove the ConfigurationFactory.
- removeContext(LoggerContext) - Method in class org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
-
- 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.
- 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
-
- removeLogger(String) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
Remove a LoggerConfig.
- removeLogger(String) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.logging.log4j.core.LoggerContext
-
- 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
-
Capture 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
-
Capture exception.
- Required - Annotation Type in org.apache.logging.log4j.core.config.plugins.validation.constraints
-
Marks a plugin builder field or plugin factory parameter as required.
- 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
-
- requireNonNull(T, String) - Static method in class org.apache.logging.log4j.core.util.Assert
-
Throws a NullPointerException
if the specified parameter is
null
, otherwise returns the specified parameter.
- 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
-
- resetConfigurationFactory() - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Reset 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.
- 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
-
- rethrow(Throwable) - Static method in class org.apache.logging.log4j.core.util.Throwables
-
- rewrite(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy
-
Rewrite the event.
- rewrite(LogEvent) - Method in class org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy
-
Rewrite the event.
- rewrite(LogEvent) - Method in interface org.apache.logging.log4j.core.appender.rewrite.RewritePolicy
-
Rewrite a logging event.
- RewriteAppender - Class in org.apache.logging.log4j.core.appender.rewrite
-
This Appender allows the logging event to be manipulated before it is processed by other Appenders.
- RewritePolicy - Interface in org.apache.logging.log4j.core.appender.rewrite
-
Interface to be implemented by components that support modifications to the LogEvent.
- 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.
- 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) - 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.
- 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(RandomAccessFile, String, String, OutputStream, boolean, boolean, int, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager
-
- rollover(RollingFileManager) - Method in class org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy
-
Perform the rollover.
- 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.
- RootLogger() - Constructor for class org.apache.logging.log4j.core.async.AsyncLoggerConfig.RootLogger
-
- RootLogger() - Constructor for class org.apache.logging.log4j.core.config.LoggerConfig.RootLogger
-
- 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
-
Used to contain the individual Route elements.
- 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.
- 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.net.server.TcpSocketServer
-
Accept incoming events and processes them.
- run() - Method in class org.apache.logging.log4j.core.net.server.UdpSocketServer
-
Accept incoming events and processes them.
- run() - Method in class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
-
Executes the registered shutdown callbacks.
- RuntimeStrSubstitutor - Class in org.apache.logging.log4j.core.lookup
-
- RuntimeStrSubstitutor() - Constructor for class org.apache.logging.log4j.core.lookup.RuntimeStrSubstitutor
-
- RuntimeStrSubstitutor(Map<String, String>) - Constructor for class org.apache.logging.log4j.core.lookup.RuntimeStrSubstitutor
-
- RuntimeStrSubstitutor(Properties) - Constructor for class org.apache.logging.log4j.core.lookup.RuntimeStrSubstitutor
-
- RuntimeStrSubstitutor(StrLookup) - Constructor for class org.apache.logging.log4j.core.lookup.RuntimeStrSubstitutor
-
- RuntimeStrSubstitutor(StrSubstitutor) - Constructor for class org.apache.logging.log4j.core.lookup.RuntimeStrSubstitutor
-
- SecretKeyProvider - Interface in org.apache.logging.log4j.core.util
-
Factory class to provide a
SecretKey
instance.
- SecureTcpSocketServer<T extends InputStream> - Class in org.apache.logging.log4j.core.net.server
-
Listens for events over a secure socket connection (SSL/TLS).
- SecureTcpSocketServer(int, LogEventBridge<T>, SslConfiguration) - Constructor for class org.apache.logging.log4j.core.net.server.SecureTcpSocketServer
-
- SecurityProviderConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.SecurityProviderConverter
-
- 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
-
- SequenceNumberPatternConverter - Class in org.apache.logging.log4j.core.pattern
-
Formats the event sequence number.
- serialize(Log4jLogEvent, boolean) - Static method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- serialize(Map, JsonGenerator, SerializerProvider) - Method in class org.apache.logging.log4j.core.jackson.ListOfMapEntrySerializer
-
- SerializedLayout - Class in org.apache.logging.log4j.core.layout
-
Formats a
LogEvent
in its Java serialized form.
- serialVersionUID - Static variable in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- Server - Class in org.apache.logging.log4j.core.jmx
-
Creates MBeans to instrument various classes in the log4j class hierarchy.
- ServerConfigurationFactory(String) - Constructor for class org.apache.logging.log4j.core.net.server.AbstractSocketServer.ServerConfigurationFactory
-
- setActive(boolean) - Method in class org.apache.logging.log4j.core.net.server.AbstractSocketServer
-
- 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.
- setAdvertiser(Advertiser) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setAdvertiser(Advertiser) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- 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.
- 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.
- setBcc(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Comma-separated list of BCC email addresses.
- setBufferSize(int) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Number of log events to buffer before sending an email.
- 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.
- setClassLoader(ClassLoader) - Method in class org.apache.logging.log4j.core.config.plugins.util.ResolverUtil
-
Sets an explicit ClassLoader that should be used when scanning for classes.
- setClassName(String) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setConfigLocation(URI) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Sets the configLocation to the specified value and reconfigures this context.
- setConfigLocationUri(String) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- setConfigLocationUri(String) - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Sets the configuration location to the specified URI.
- setConfigText(String, String) - Method in class org.apache.logging.log4j.core.jmx.LoggerContextAdmin
-
- setConfigText(String, String) - Method in interface org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Sets the configuration text.
- setConfigurationFactory(ConfigurationFactory) - Static method in class org.apache.logging.log4j.core.config.ConfigurationFactory
-
Set the configuration factory.
- setConfigurationMonitor(ConfigurationMonitor) - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setConfigurationMonitor(ConfigurationMonitor) - Method in interface org.apache.logging.log4j.core.config.Configuration
-
- setContextMap(Map<String, String>) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setContextStack(ThreadContext.ContextStack) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- 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.
- setDefer(boolean) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setDestinationBindingName(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setEnableSubstitutionInVariables(boolean) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets a flag whether substitution is done in variable names.
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- setEndOfBatch(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
- 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
-
- setEndOfBatch(boolean) - Method in interface org.apache.logging.log4j.core.LogEvent
-
Sets whether this event is the last one in a batch.
- setEscapeChar(char) - Method in class org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Sets the escape character.
- setExternalContext(Object) - Method in class org.apache.logging.log4j.core.LoggerContext
-
Sets the external context.
- 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
-
- 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.
- setFilter(Filter) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setFilter(Filter) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setFilter(Filter) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Overrides the default filter.
- setFollow(boolean) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.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
-
- 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
-
- setIgnoreExceptions(boolean) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setIgnoreExceptions(boolean) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setIgnoreExceptions(boolean) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Whether to ignore exceptions thrown by the SmtpAppender.
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.AbstractLogEvent
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setIncludeLocation(boolean) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent
-
- setIncludeLocation(boolean) - Method in interface org.apache.logging.log4j.core.LogEvent
-
Sets whether the source of the logging request is required downstream.
- setKey(String) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setKey(String) - Method in class org.apache.logging.log4j.core.util.KeyValuePair.Builder
-
- setLayout(Layout<? extends Serializable>) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setLayout(Layout<? extends Serializable>) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setLayout(Layout<? extends Serializable>) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Overrides the default layout.
- setLevel(Level) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setLevel(Level) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the logging Level.
- setLevel(Level) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the logging level to use.
- setLevel(Level) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setLevel(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.
- setLocation(String) - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- setLogEventFactory(LogEventFactory) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the LogEventFactory.
- 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
-
- setLoggerFqcn(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setLoggerFqcn(String) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setLoggerName(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setLoggerName(String) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setMainArguments(String[]) - Static method in class org.apache.logging.log4j.core.lookup.MapLookup
-
An application's public static main(String[])
method calls this method to make its main arguments
available for lookup with the prefix main
.
- setMarker(Marker) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setMarker(Marker) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- 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.
- 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.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setMessage(String) - Method in class org.apache.logging.log4j.core.appender.TlsSyslogFrame
-
- setMessage(Message) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setName(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Name of the SmtpAppender.
- 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
-
- setObject(Object) - Method in class org.apache.logging.log4j.core.config.Node
-
- setOnMatch(Filter.Result) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the Result to return when the filter matches.
- setOnMismatch(Filter.Result) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the Result to return when the filter does not match.
- setOutputStream(OutputStream) - Method in class org.apache.logging.log4j.core.appender.OutputStreamManager
-
- setParent(LoggerConfig) - Method in class org.apache.logging.log4j.core.config.LoggerConfig
-
Sets the parent of this LoggerConfig.
- setPassword(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setPassword(String) - Method in class org.apache.logging.log4j.core.net.ssl.StoreConfiguration
-
- setPrintable(boolean) - Method in class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
-
- setProviderUrl(String) - Method in class org.apache.logging.log4j.core.appender.mom.JmsAppender.Builder
-
- setRate(float) - Method in class org.apache.logging.log4j.core.filter.BurstFilter.Builder
-
Sets the average number of events per second to allow.
- setRecipients(Message.RecipientType, String) - Method in class org.apache.logging.log4j.core.net.MimeMessageBuilder
-
- 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
-
- 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
-
- setSequenceCallback(Sequence) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventHandler
-
- 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.
- setSource(StackTraceElement) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setSslConfiguration(SslConfiguration) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Specifies an SSL configuration for smtps connections.
- setStarted() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setStarting() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setState(LifeCycle.State) - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setStaticFieldValue(Field, Object) - Static method in class org.apache.logging.log4j.core.util.ReflectionUtil
-
Sets the value of a static
Field
, making it accessible if required.
- setStopped() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- setStopping() - Method in class org.apache.logging.log4j.core.AbstractLifeCycle
-
- 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
-
- setTarget(ConsoleAppender.Target) - Method in class org.apache.logging.log4j.core.appender.ConsoleAppender.Builder
-
- setThreadName(String) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setThrown(Throwable) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setThrown(Throwable) - Method in class org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
- setTimeMillis(long) - Method in class org.apache.logging.log4j.core.appender.db.jpa.AbstractLogEventWrapperEntity
-
A no-op mutator to satisfy JPA requirements, as this entity is write-only.
- setTo(String) - Method in class org.apache.logging.log4j.core.appender.SmtpAppender.Builder
-
Comma-separated list of recipient email addresses.
- setup() - Method in class org.apache.logging.log4j.core.config.AbstractConfiguration
-
- setup() - Method in class org.apache.logging.log4j.core.config.json.JsonConfiguration
-
- setup() - Method in class org.apache.logging.log4j.core.config.xml.XmlConfiguration
-
- setUrlPkgPrefixes(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
-
- SetUtils - Class in org.apache.logging.log4j.core.util
-
- 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, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEvent
-
- setValues(AsyncLogger, String, Marker, String, Level, Message, Throwable, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long) - Method in class org.apache.logging.log4j.core.async.RingBufferLogEventTranslator
-
- 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.
- Severity - Enum in org.apache.logging.log4j.core.net
-
Severity values used by the Syslog system.
- ShortConverter() - Constructor for class org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.ShortConverter
-
- shutdown() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
This method is called from the
AbstractManager.release()
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 logging context.
- shutdown() - Method in class org.apache.logging.log4j.core.net.server.TcpSocketServer
-
Shutdown the server.
- shutdown() - Method in class org.apache.logging.log4j.core.net.server.UdpSocketServer
-
Shutdown the server.
- 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.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.db.jpa.JpaDatabaseManager
-
- SIMPLE_CONVERSION_PATTERN - Static variable in class org.apache.logging.log4j.core.layout.PatternLayout
-
A simple pattern.
- SimpleMessageDeserializer - Class in org.apache.logging.log4j.core.jackson
-
Consider this class private.
- singleQuoteMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the single quote character.
- 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
-
- 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.
- 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
-
- SocketAppender - Class in org.apache.logging.log4j.core.appender
-
An Appender that delivers events over socket connections.
- SocketAppender(String, Layout<? extends Serializable>, Filter, AbstractSocketManager, boolean, boolean, Advertiser) - Constructor for class org.apache.logging.log4j.core.appender.SocketAppender
-
- spaceMatcher() - Static method in class org.apache.logging.log4j.core.lookup.StrMatcher
-
Returns a matcher which matches the space character.
- 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
-
- SslSocketManager - Class in org.apache.logging.log4j.core.net
-
- SslSocketManager(String, OutputStream, Socket, SslConfiguration, InetAddress, String, int, int, int, boolean, Layout<? extends Serializable>) - Constructor for class org.apache.logging.log4j.core.net.SslSocketManager
-
- StackTraceElementAttributeConverter - Class in org.apache.logging.log4j.core.appender.db.jpa.converter
-
- StackTraceElementAttributeConverter() - Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.StackTraceElementAttributeConverter
-
- 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.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.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.config.AbstractConfiguration
-
Initialize the configuration.
- 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() - Method in class org.apache.logging.log4j.core.net.server.JmsServer
-
- 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.
- startNewThread() - Method in class org.apache.logging.log4j.core.net.server.AbstractSocketServer
-
Start this server in a new thread.
- startup() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager
-
This method is called within the appender when the appender is started.
- 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.db.jpa.JpaDatabaseManager
-
- StatusConfiguration - Class in org.apache.logging.log4j.core.config.status
-
Configuration for setting up StatusConsoleListener
instances.
- 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.
- 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.logging.log4j.core.AbstractLifeCycle
-
- stop() - Method in class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.AsyncAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.FileAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.MemoryMappedFileAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.RandomAccessFileAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.RollingFileAppender
-
- stop() - Method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
-
- stop() - Method in class org.apache.