- EMPTY - Static variable in class org.apache.logging.log4j.util.Strings
-
The empty string.
- EMPTY_MAP - Static variable in class org.apache.logging.log4j.ThreadContext
-
Empty, immutable Map.
- EMPTY_STACK - Static variable in class org.apache.logging.log4j.ThreadContext
-
Empty, immutable ContextStack.
- EnglishEnums - Class in org.apache.logging.log4j.util
-
Consider this class private.
- enter(String, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- enter(String, String, MessageSupplier...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Deprecated.
- enter(String, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- enter(String, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Deprecated.
- enter(String, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- entry() - Method in interface org.apache.logging.log4j.Logger
-
- entry(Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters (consider using one of the traceEntry(...)
methods instead.)
- entry() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entry(Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entry(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- ENTRY_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for method entry tracing.
- EntryMessage - Interface in org.apache.logging.log4j.message
-
Entry flow messages
- entryMsg(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entryMsg(String, MessageSupplier...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entryMsg(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- EQ - Static variable in class org.apache.logging.log4j.util.Chars
-
Equals '='.
- equals(Object) - Method in class org.apache.logging.log4j.Level
-
- equals(Object) - Method in interface org.apache.logging.log4j.Marker
-
Returns true if the given marker has the same name as this marker.
- equals(Object) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- equals(Object) - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.MapMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- ERROR - Static variable in class org.apache.logging.log4j.Level
-
An error in the application, possibly recoverable.
- error(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- error(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- error(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
ERROR
level.
- error(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
ERROR
level.
- error(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR
level.
- error(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR
level with
the specified Marker.
- error(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- error(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR
level.
- error(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- error(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- error(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
ERROR
level.
- error(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR
level.
- error(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
ERROR
level.
- error(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR
level.
- error(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR
level including the stack trace of the
Throwable
t
passed as parameter.
- error(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR
level.
- error(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR
level) including the
stack trace of the
Throwable
t
passed as parameter.
- error(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- ERROR_MSG_SEPARATOR - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Separator for error messages.
- ERROR_PREFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Prefix for errors.
- ERROR_SEPARATOR - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Separator for errors.
- ERROR_SUFFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
-
Suffix for errors.
- EVENT_MARKER - Static variable in class org.apache.logging.log4j.EventLogger
-
Defines the Event Marker.
- EventLogger - Class in org.apache.logging.log4j
-
- EXCEPTION_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for exception tracing.
- exists(String) - Static method in class org.apache.logging.log4j.LogManager
-
Detects if a Logger with the specified name exists.
- exists(String) - Static method in class org.apache.logging.log4j.MarkerManager
-
Tests existence of the given marker.
- exit() - Method in interface org.apache.logging.log4j.Logger
-
- exit(R) - Method in interface org.apache.logging.log4j.Logger
-
- exit() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- exit(R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- exit(String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs exiting from a method with the result and location information.
- exit(String, String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs exiting from a method with the result and location information.
- EXIT_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for method exit tracing.
- ExitMessage - Interface in org.apache.logging.log4j.message
-
Exit flow messages
- exitMsg(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- ExtendedLogger - Interface in org.apache.logging.log4j.spi
-
Extends the Logger
interface with methods that facilitate implementing or extending Logger
s.
- ExtendedLoggerWrapper - Class in org.apache.logging.log4j.spi
-
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.
- ExtendedLoggerWrapper(ExtendedLogger, String, MessageFactory) - Constructor for class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Constructor that wraps and existing Logger.
- extractSubset(Properties, String) - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Extracts properties that start with or are equals to the specific prefix and returns them in a new Properties
object with the prefix removed.
- FACTORY_PRIORITY - Static variable in class org.apache.logging.log4j.spi.Provider
-
Property name to set for a Log4j 2 provider to specify the priority of this implementation.
- FACTORY_PROPERTY_NAME - Static variable in class org.apache.logging.log4j.LogManager
-
Log4j property to set to the fully qualified class name of a custom implementation of
LoggerContextFactory
.
- FATAL - Static variable in class org.apache.logging.log4j.Level
-
A severe error that will prevent the application from continuing.
- fatal(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- fatal(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- fatal(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
FATAL
level.
- fatal(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
FATAL
level.
- fatal(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL
level.
- fatal(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL
level with
the specified Marker.
- fatal(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL
level.
- fatal(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- fatal(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- fatal(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
FATAL
level.
- fatal(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL
level.
- fatal(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
FATAL
level.
- fatal(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL
level.
- fatal(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL
level including the stack trace of the
Throwable
t
passed as parameter.
- fatal(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL
level.
- fatal(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL
level) including the
stack trace of the
Throwable
t
passed as parameter.
- fatal(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- findClassLoader() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- findResources(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
- FLOW_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for flow tracing.
- FlowMessage - Interface in org.apache.logging.log4j.message
-
Flow messages
- FlowMessageFactory - Interface in org.apache.logging.log4j.message
-
Creates flow messages.
- format(String, Object[]) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Replace placeholders in the given messagePattern with arguments.
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- FormattedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that contain a format String.
- FormattedMessage(Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and a single parameter.
- FormattedMessage(Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and two parameters.
- FormattedMessage(Locale, String, Object...) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and a parameter array.
- FormattedMessage(Locale, String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern, a parameter array, and a throwable.
- FormattedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and a single parameter.
- FormattedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and two parameters.
- FormattedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and a parameter array.
- FormattedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern, a parameter array, and a throwable.
- FormattedMessageFactory - Class in org.apache.logging.log4j.message
-
- FormattedMessageFactory() - Constructor for class org.apache.logging.log4j.message.FormattedMessageFactory
-
Constructs a message factory with default flow strings.
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- formatTo(StringBuilder) - Method in interface org.apache.logging.log4j.util.StringBuilderFormattable
-
Writes a text representation of this object into the specified StringBuilder
, ideally without allocating
temporary objects.
- forName(String, int) - Static method in class org.apache.logging.log4j.Level
-
Retrieves an existing Level or creates on if it didn't previously exist.
- freeze() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
"Freezes" this context stack so it becomes immutable: all mutator methods will throw an exception from now on.
- get(String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Retrieve the value of the element with the specified key or null if the key is not present.
- get(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- get(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Get the context identified by the key
parameter.
- get(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets the context value identified by the key
parameter.
- get(Supplier<?>) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns the result of evaluating the specified function.
- get(MessageSupplier) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns the Message supplied by the specified function.
- get() - Method in interface org.apache.logging.log4j.util.MessageSupplier
-
Deprecated.
Gets a Message.
- get() - Method in interface org.apache.logging.log4j.util.Supplier
-
Gets a value.
- getAll(Supplier<?>...) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Converts an array of lambda expressions into an array of their evaluation results.
- getBaseName() - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
Gets the resource bundle base name if set.
- getBooleanProperty(String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a boolean value.
- getBooleanProperty(String, boolean) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a boolean value.
- getCallerClass(int) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCallerClass(String) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCallerClass(String, String) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getCallerClass(Class<?>) - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getClassName() - Method in class org.apache.logging.log4j.spi.Provider
-
- getContext() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContext.
- getContext(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(String, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, Object, boolean) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
Gets the
LoggerContext
that should be used to look up or create loggers.
- getContext(Class<?>) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- getContext(String, ClassLoader, Object, boolean) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a mutable copy of current thread's context Map.
- getCopy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getCopy() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Get a non-null
mutable copy of current thread's context Map.
- getCurrentStackTrace() - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- getData() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the message data as an unmodifiable Map.
- getDeclaringClass() - Method in class org.apache.logging.log4j.Level
-
- getDepth() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- getDepth() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- getDepth() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the number of elements in the stack.
- getDepth() - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets the current nesting depth of this thread's stack.
- getDoubleProperty(String, double) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a double.
- getEnterpriseNumber() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns the enterprise number.
- getEntryText() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Gets the entry text.
- getExitText() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Gets the exit text.
- getExternalContext() - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getExternalContext() - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
An anchor for some other context, such as a ClassLoader or ServletContext.
- getFactory() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContextFactory.
- getFormat() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the message.
- getFormat() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the format portion of the Message.
- getFormat() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns the message.
- getFormat() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns the message.
- getFormat() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns the title.
- getFormats() - Method in class org.apache.logging.log4j.message.MapMessage
-
- getFormats() - Method in interface org.apache.logging.log4j.message.MultiformatMessage
-
Returns the supported formats.
- getFormats() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns the supported formats.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Returns the formatted message after looking up the format in the resource bundle.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.MapMessage
-
Format the message and return it.
- getFormattedMessage(String[]) - Method in class org.apache.logging.log4j.message.MapMessage
-
- getFormattedMessage() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the Message formatted as a String.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the formatted message.
- getFormattedMessage(String[]) - Method in interface org.apache.logging.log4j.message.MultiformatMessage
-
Returns the Message formatted as a String.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns the message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the message and return it.
- getFormattedMessage(String[]) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the message according the the specified format.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns the ThreadDump in printable format.
- getFormattedStatus() - Method in class org.apache.logging.log4j.status.StatusData
-
Formats the StatusData for viewing.
- getFormatterLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the calling Class as the Logger name.
- getFormatterLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the Class as the Logger name.
- getFormatterLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.
- getFormatterLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger with the specified name.
- getId() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns this message id.
- getImmutableContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns an immutable view of the current thread's context Map.
- getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getImmutableMapOrNull() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Return an immutable view on the context Map or null
if the context map is empty.
- getImmutableStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets an immutable copy of this current thread's context stack.
- getImmutableStackOrNull() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- getImmutableStackOrNull() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- getImmutableStackOrNull() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns a ContextStack with the same contents as this ContextStack or null
.
- getIntegerProperty(String, int) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as an integer.
- getLevel(String) - Static method in class org.apache.logging.log4j.Level
-
Return the Level associated with the name or null if the Level cannot be found.
- getLevel() - Method in interface org.apache.logging.log4j.Logger
-
Gets the Level associated with the Logger.
- getLevel() - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- getLevel() - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- getLevel() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the logging level for the event.
- getLevel() - Method in class org.apache.logging.log4j.status.StatusLogger
-
- getListeners() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Returns a thread safe Iterable for the StatusListener.
- getLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(Class<?>, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(Object, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getLogger(String) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- getLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerAdapter
-
Gets a named logger.
- getLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Returns an ExtendedLogger.
- getLogger(String, MessageFactory) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Returns an ExtendedLogger.
- getLogger(String) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
Returns an ExtendedLogger.
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
Returns an ExtendedLogger.
- getLogger() - Static method in class org.apache.logging.log4j.status.StatusLogger
-
Retrieve the StatusLogger.
- getLoggerName() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Returns the name of the Logger.
- getLoggerName() - Method in interface org.apache.logging.log4j.message.LoggerNameAwareMessage
-
Returns the name of the Logger.
- getLoggers() - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- getLoggers(Collection<T>) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- getLoggersInContext(LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
Gets or creates the ConcurrentMap of named loggers for a given LoggerContext.
- getLongProperty(String, long) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a long.
- getMarker(String) - Static method in class org.apache.logging.log4j.MarkerManager
-
Retrieves a Marker or create a Marker that has no parent.
- getMarker(String, String) - Static method in class org.apache.logging.log4j.MarkerManager
-
Deprecated.
Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.
- getMarker(String, Marker) - Static method in class org.apache.logging.log4j.MarkerManager
-
Deprecated.
Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.
- getMessage() - Method in interface org.apache.logging.log4j.message.FlowMessage
-
The wrapped message
- getMessage(String, Object[], Throwable) - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- getMessage() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the message associated with the event.
- getMessage(Supplier<?>, MessageFactory) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns a Message, either the value supplied by the specified function, or a new Message created by the specified
Factory.
- getMessageFactory() - Method in interface org.apache.logging.log4j.Logger
-
Gets the message factory used to convert message Objects and Strings into actual log Messages.
- getMessageFactory() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- getName() - Method in interface org.apache.logging.log4j.Logger
-
Gets the logger name.
- getName() - Method in interface org.apache.logging.log4j.Marker
-
Returns the name of this Marker.
- getName() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- getName() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns the StructuredDataId name.
- getName() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- getOptional() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns a list of optional keys.
- getOriginal() - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- getParameterCount() - Method in interface org.apache.logging.log4j.message.ReusableMessage
-
Returns the number of parameters that was used to initialize this reusable message for the current content.
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
This message does not have any parameters so this method always returns zero.
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
This message does not have any parameters so this method always returns zero.
- getParameters() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the data elements as if they were parameters on the logging event.
- getParameters() - Method in interface org.apache.logging.log4j.message.Message
-
Gets parameter values, if any.
- getParameters() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns null since there are no parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns an array with a single element, a Map containing the ThreadInformation as the key.
- getParents() - Method in interface org.apache.logging.log4j.Marker
-
Returns a list of parents of this Marker.
- getParents() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- getPriority() - Method in class org.apache.logging.log4j.spi.Provider
-
Gets the priority (natural ordering) of this Provider.
- getProperties() - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Returns the PropertiesUtil used by Log4j.
- getProviders() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- getRequired() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns a list of required keys.
- getResourceBundle(String, Locale, boolean) - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Override this to use a ResourceBundle.Control in Java 6
- getResourceBundle() - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
-
Gets the resource bundle if set.
- getRootLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the root logger.
- getStackTraceElement() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the StackTraceElement for the method that created the event.
- getStandardLevel() - Method in class org.apache.logging.log4j.Level
-
Gets the standard Level values as an enum.
- getStandardLevel(int) - Static method in enum org.apache.logging.log4j.spi.StandardLevel
-
Method to convert custom Levels into a StandardLevel for conversion to other systems.
- getStatusData() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Returns a List of all events as StatusData objects.
- getStatusLevel() - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Return the Log Level for which the Listener should receive events.
- getStatusLevel() - Method in interface org.apache.logging.log4j.status.StatusListener
-
Return the Log Level that this listener wants included.
- getStringProperty(String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a String.
- getStringProperty(String, String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a String.
- getSystemProperties() - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Return the system properties or an empty Properties object if an error occurs.
- getText() - Method in interface org.apache.logging.log4j.message.FlowMessage
-
The message text like "Enter" or "Exit" used to prefix the actual Message.
- getThreadContextClassLoader() - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Gets the current Thread ClassLoader.
- getThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
-
- getThreadName() - Method in class org.apache.logging.log4j.status.StatusData
-
- getThrowable() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.MapMessage
-
Always returns null.
- getThrowable() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the throwable, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Return the throwable passed to the Message.
- getThrowable() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns null.
- getThrowable() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Gets the message if it is a throwable.
- getThrowable() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the Throwable that was given as the last argument, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Gets the message if it is a throwable.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the Throwable that was given as the last argument, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Always returns null.
- getThrowable() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Return the throwable passed to the Message.
- getThrowable() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Always returns null.
- getThrowable() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the Throwable associated with the event.
- getTimestamp() - Method in interface org.apache.logging.log4j.message.TimestampMessage
-
Returns the timestamp.
- getTimestamp() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the event's timestamp.
- getType() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns this message type.
- getUrl() - Method in class org.apache.logging.log4j.spi.Provider
-
Gets the URL containing this Provider's Log4j details.
- identityToString(Object) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
This method returns the same as if Object.toString() would not have been
overridden in obj.
- IGNORE_TCCL_PROPERTY - Static variable in class org.apache.logging.log4j.util.LoaderUtil
-
System property to set to ignore the thread context ClassLoader.
- INFO - Static variable in class org.apache.logging.log4j.Level
-
An event for informational purposes.
- info(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- info(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- info(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
INFO
level.
- info(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
INFO
level.
- info(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
INFO
level.
- info(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO
level with the
specified Marker.
- info(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- info(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO
level.
- info(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- info(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- info(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
INFO
level.
- info(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO
level.
- info(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
INFO
level.
- info(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
INFO
level.
- info(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO
level.
- info(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO
level) including the
stack trace of the
Throwable
t
passed as parameter.
- info(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- INHERITABLE_MAP - Static variable in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
Property name ("isThreadContextMapInheritable" ) for selecting InheritableThreadLocal
(value "true") or plain
ThreadLocal
(value is not "true") in the implementation.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
Instance of ParameterizedMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
Instance of ParameterizedStatusMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ReusableMessageFactory
-
Instance of ReusableMessageFactory..
- INSTANCE - Static variable in class org.apache.logging.log4j.message.SimpleMessageFactory
-
Instance of StringFormatterMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
Instance of StringFormatterMessageFactory.
- intLevel() - Method in class org.apache.logging.log4j.Level
-
Gets the integral value of this Level.
- intLevel() - Method in enum org.apache.logging.log4j.spi.StandardLevel
-
Returns the integer value of the Level.
- isBlank(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a String is blank.
- isBoxedPrimitive(StringBuilder) - Static method in class org.apache.logging.log4j.util.Unbox
-
- isDebugEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
DEBUG
Level.
- isDebugEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
DEBUG
Level.
- isDebugEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isDebugEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- isEmpty() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Returns true if the Map is empty.
- isEmpty() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns true if the Map is empty.
- isEmpty(CharSequence) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a CharSequence is empty ("") or null.
- isEnabled(Level) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the the given Level.
- isEnabled(Level, Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this logger is enabled at the specified level and an optional Marker.
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isErrorEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
ERROR
Level.
- isErrorEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
ERROR
Level.
- isErrorEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isErrorEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isFatalEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
FATAL
Level.
- isFatalEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
FATAL
Level.
- isFatalEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isFatalEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isFrozen() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- isInfoEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
INFO
Level.
- isInfoEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
INFO
Level.
- isInfoEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isInfoEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isInRange(Level, Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the levels passed as arguments and returns true if this level is in between the given
levels.
- isInstanceOf(Marker) - Method in interface org.apache.logging.log4j.Marker
-
Checks whether this Marker is an instance of the specified Marker.
- isInstanceOf(String) - Method in interface org.apache.logging.log4j.Marker
-
Checks whether this Marker is an instance of the specified Marker.
- isInstanceOf(Marker) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- isInstanceOf(String) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- isLessSpecificThan(Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the level passed as an argument and returns true if this level is the same or is less
specific.
- isMoreSpecificThan(Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the level passed as an argument and returns true if this level is the same or is more
specific.
- isNotBlank(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a String is not blank.
- isNotEmpty(CharSequence) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a CharSequence is not empty ("") and not null.
- isOsWindows() - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Returns true if system properties tell us we are running on Windows.
- isReserved() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Indicates if the id is reserved.
- isTraceEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
TRACE
level.
- isTraceEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
TRACE
level.
- isTraceEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isTraceEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isWarnEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
WARN
Level.
- isWarnEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
WARN
Level.
- isWarnEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isWarnEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- iterator() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- iterator() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- LambdaUtil - Class in org.apache.logging.log4j.util
-
Utility class for lambda support.
- lazyInit() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Lazily initializes the ProviderUtil singleton.
- length() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- length() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- Level - Class in org.apache.logging.log4j
-
Levels used for identifying the severity of an event.
- LF - Static variable in class org.apache.logging.log4j.util.Chars
-
Line Feed.
- loadClass(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Loads a class by name.
- LoaderUtil - Class in org.apache.logging.log4j.util
-
Consider this class private. Utility class for ClassLoaders.
- loadLoggerContextFactory() - Method in class org.apache.logging.log4j.spi.Provider
-
- loadProvider(URL, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Loads an individual Provider implementation.
- loadProviders(Enumeration<URL>, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- loadThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
-
- LocalizedMessage - Class in org.apache.logging.log4j.message
-
Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize
messages.
- LocalizedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
Constructor with message pattern and arguments.
- LocalizedMessage(String, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessageFactory - Class in org.apache.logging.log4j.message
-
- LocalizedMessageFactory(ResourceBundle) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- LocalizedMessageFactory(String) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- log(Level, Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- log(Level, Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- log(Level, Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the given level.
- log(Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the given level.
- log(Level, Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
- log(Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker.
- log(Level, Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the
Throwable
t
passed as parameter.
- log(Level, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- log(Level, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- log(Level, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the given level.
- log(Level, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the given level.
- log(Level, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
- log(Level, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the specified level.
- log(Level, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the
Throwable
t
passed as parameter.
- log(Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(StatusData) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Writes status messages to the console.
- log(StatusData) - Method in interface org.apache.logging.log4j.status.StatusListener
-
Called as events occur to process the StatusData.
- logEvent(StructuredDataMessage) - Static method in class org.apache.logging.log4j.EventLogger
-
Logs events with a level of ALL.
- logEvent(StructuredDataMessage, Level) - Static method in class org.apache.logging.log4j.EventLogger
-
Logs events and specify the logging level.
- Logger - Interface in org.apache.logging.log4j
-
This is the central interface in the log4j package.
- logger - Variable in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
The wrapped Logger.
- LOGGER_CONTEXT_FACTORY - Static variable in class org.apache.logging.log4j.spi.Provider
-
- LoggerAdapter<L> - Interface in org.apache.logging.log4j.spi
-
A basic registry for
LoggerContext
objects and their associated external
Logger classes.
- LoggerContext - Interface in org.apache.logging.log4j.spi
-
Anchor point for logging implementations.
- LoggerContextFactory - Interface in org.apache.logging.log4j.spi
-
- LoggerContextKey - Class in org.apache.logging.log4j.spi
-
Deprecated.
with no replacement - no longer used
- LoggerContextKey() - Constructor for class org.apache.logging.log4j.spi.LoggerContextKey
-
Deprecated.
- LoggerNameAwareMessage - Interface in org.apache.logging.log4j.message
-
Message that is interested in the name of the Logger.
- LoggerRegistry<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Convenience class to be used by LoggerContext
implementations.
- LoggerRegistry() - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry
-
- LoggerRegistry(LoggerRegistry.MapFactory<T>) - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry
-
- LoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Generates ConcurrentHashMaps for use by the registry to store the Loggers.
- LoggerRegistry.ConcurrentMapFactory() - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
-
- LoggerRegistry.MapFactory<T extends ExtendedLogger> - Interface in org.apache.logging.log4j.spi
-
Interface to control the data structure used by the registry to store the Loggers.
- LoggerRegistry.WeakMapFactory<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Generates WeakHashMaps for use by the registry to store the Loggers.
- LoggerRegistry.WeakMapFactory() - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry.WeakMapFactory
-
- LoggingException - Exception in org.apache.logging.log4j
-
Exception thrown when an error occurs while logging.
- LoggingException(String) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with a message.
- LoggingException(String, Throwable) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with a message and underlying cause.
- LoggingException(Throwable) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with an underlying cause.
- logIfEnabled(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a CharSequence message if the specified level is active.
- logIfEnabled(String, Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
- logIfEnabled(String, Level, Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message whose parameters are only to be constructed if the specified level is active.
- logIfEnabled(String, Level, Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message which is only to be constructed if the specified level is active.
- LogManager - Class in org.apache.logging.log4j
-
The anchor point for the logging system.
- LogManager() - Constructor for class org.apache.logging.log4j.LogManager
-
Prevents instantiation
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- logMessage(String, Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Always logs a message at the specified level.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Always log an event.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Adds an event.
- ParameterizedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that consist of a format string containing '{}' to represent each replaceable token, and
the parameters.
- ParameterizedMessage(String, String[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Deprecated.
Use constructor ParameterizedMessage(String, Object[], Throwable) instead
- ParameterizedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Creates a parameterized message.
- ParameterizedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructs a ParameterizedMessage which contains the arguments converted to String as well as an optional
Throwable.
- ParameterizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructor with a pattern and a single parameter.
- ParameterizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructor with a pattern and two parameters.
- ParameterizedMessageFactory - Class in org.apache.logging.log4j.message
-
Enables use of {}
parameter markers in message strings.
- ParameterizedMessageFactory() - Constructor for class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
Constructs a message factory.
- ParameterizedNoReferenceMessageFactory - Class in org.apache.logging.log4j.message
-
- ParameterizedNoReferenceMessageFactory() - Constructor for class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
Constructs a message factory with default flow strings.
- partitionOnCommonPrefixes(Properties) - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Partitions a properties map based on common key prefixes up to the first period.
- peek() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- peek() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- peek() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the element at the top of the stack without removing it or null if the stack is empty.
- peek() - Static method in class org.apache.logging.log4j.ThreadContext
-
Looks at the last diagnostic context at the top of this NDC without removing it.
- PerformanceSensitive - Annotation Type in org.apache.logging.log4j.util
-
Indicates that a particular annotated construct was written with certain performance constraints in mind that
should be considered when modifying or testing.
- pop() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- pop() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- pop() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the element at the top of the stack.
- pop() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns the value of the last item placed on the stack.
- printf(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a formatted message using the specified format string and arguments.
- printf(Level, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a formatted message using the specified format string and arguments.
- printf(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- printf(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- PropertiesUtil - Class in org.apache.logging.log4j.util
-
Consider this class private.
- PropertiesUtil(Properties) - Constructor for class org.apache.logging.log4j.util.PropertiesUtil
-
Constructs a PropertiesUtil using a given Properties object as its source of defined properties.
- PropertiesUtil(String) - Constructor for class org.apache.logging.log4j.util.PropertiesUtil
-
Constructs a PropertiesUtil for a given properties file name on the classpath.
- Provider - Class in org.apache.logging.log4j.spi
-
Model class for a Log4j 2 provider.
- Provider(Properties, URL, ClassLoader) - Constructor for class org.apache.logging.log4j.spi.Provider
-
- PROVIDER_RESOURCE - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Resource name for a Log4j 2 provider properties file.
- PROVIDERS - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Loaded providers.
- ProviderUtil - Class in org.apache.logging.log4j.util
-
Consider this class private. Utility class for Log4j
Provider
s.
- push(String) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String, Object[]) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String, Object...) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- push(String) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- push(String) - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Pushes an element onto the stack.
- push(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- push(String, Object...) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- put(String, String) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Populates the Thread Context Map with the supplied key/value pairs.
- put(String, String) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Populates the Thread Context Map with the supplied key/value pairs.
- put(String, String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Add an item to the data Map.
- put(String, String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- put(String, String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Put a context value (the o
parameter) as identified
with the key
parameter into the current thread's
context map.
- put(String, String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts a context value (the value
parameter) as identified with the key
parameter into
the current thread's context map.
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.message.MapMessage
-
Add all the elements from the specified Map.
- putIfAbsent(Map<String, T>, String, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
-
- putIfAbsent(Map<String, T>, String, T) - Method in interface org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
-
- putIfAbsent(String, MessageFactory, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- putIfAbsent(Map<String, T>, String, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry.WeakMapFactory
-
- set(Object) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- set(String) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- set(CharSequence) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- setFactory(LoggerContextFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Sets the current LoggerContextFactory to use.
- setFilters(String...) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Adds package name filters to exclude.
- setId(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Sets the id from a String.
- setId(StructuredDataId) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Sets the id.
- setLevel(Level) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- setLevel(Level) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Sets the level to a new value.
- setLevel(Level) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- setLoggerName(String) - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Set the name of the Logger.
- setLoggerName(String) - Method in interface org.apache.logging.log4j.message.LoggerNameAwareMessage
-
The name of the Logger.
- setMessageFormat(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- setParents(Marker...) - Method in interface org.apache.logging.log4j.Marker
-
Replaces the set of parent Markers with the provided Markers.
- setParents(Marker...) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- setStack(Collection<String>) - Static method in class org.apache.logging.log4j.ThreadContext
-
Sets this thread's stack.
- setStream(PrintStream) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- setType(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- shutdown() - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown using the LoggerContext appropriate for the caller of this method.
- shutdown(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- shutdown(LoggerContext) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- SimpleLogger - Class in org.apache.logging.log4j.simple
-
This is the default logger that is used when no suitable logging implementation is available.
- SimpleLogger(String, Level, boolean, boolean, boolean, boolean, String, MessageFactory, PropertiesUtil, PrintStream) - Constructor for class org.apache.logging.log4j.simple.SimpleLogger
-
- SimpleLoggerContext - Class in org.apache.logging.log4j.simple
-
- SimpleLoggerContext() - Constructor for class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- SimpleLoggerContextFactory - Class in org.apache.logging.log4j.simple
-
- SimpleLoggerContextFactory() - Constructor for class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- SimpleMessage - Class in org.apache.logging.log4j.message
-
The simplest possible implementation of Message.
- SimpleMessage() - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Basic constructor.
- SimpleMessage(String) - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Constructor that includes the message.
- SimpleMessage(CharSequence) - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Constructor that includes the message.
- SimpleMessageFactory - Class in org.apache.logging.log4j.message
-
Factory for the simplest possible implementation of Message, the Message String given as the constructor argument.
- SimpleMessageFactory() - Constructor for class org.apache.logging.log4j.message.SimpleMessageFactory
-
- size() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- size() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- SPACE - Static variable in class org.apache.logging.log4j.util.Chars
-
Space.
- StandardLevel - Enum in org.apache.logging.log4j.spi
-
Standard Logging Levels as an enumeration for use internally.
- start(BundleContext) - Method in class org.apache.logging.log4j.util.Activator
-
- STARTUP_LOCK - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Guards the ProviderUtil singleton instance from lazy initialization.
- StatusConsoleListener - Class in org.apache.logging.log4j.status
-
StatusListener that writes to the Console.
- StatusConsoleListener(Level) - Constructor for class org.apache.logging.log4j.status.StatusConsoleListener
-
Creates the StatusConsoleListener using the supplied Level.
- StatusConsoleListener(Level, PrintStream) - Constructor for class org.apache.logging.log4j.status.StatusConsoleListener
-
Creates the StatusConsoleListener using the supplied Level.
- StatusData - Class in org.apache.logging.log4j.status
-
The Status data.
- StatusData(StackTraceElement, Level, Message, Throwable, String) - Constructor for class org.apache.logging.log4j.status.StatusData
-
Creates the StatusData object.
- StatusListener - Interface in org.apache.logging.log4j.status
-
Interface that allows implementers to be notified of events in the logging system.
- StatusLogger - Class in org.apache.logging.log4j.status
-
Records events that occur in the logging system.
- stop(BundleContext) - Method in class org.apache.logging.log4j.util.Activator
-
- StringBuilderFormattable - Interface in org.apache.logging.log4j.util
-
Objects that implement this interface can be converted to text, ideally without allocating temporary objects.
- StringBuilders - Class in org.apache.logging.log4j.util
-
Consider this class private.
- StringFormattedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that consist of a format string conforming to
Formatter
.
- StringFormattedMessage(Locale, String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
-
Constructs a message.
- StringFormattedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
-
Constructs a message.
- StringFormatterMessageFactory - Class in org.apache.logging.log4j.message
-
Enables use of
Formatter
strings in message strings.
- StringFormatterMessageFactory() - Constructor for class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
Constructs a message factory with default flow strings.
- Strings - Class in org.apache.logging.log4j.util
-
Consider this class private.
- StructuredDataId - Class in org.apache.logging.log4j.message
-
The StructuredData identifier.
- StructuredDataId(String, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
- StructuredDataId(String, int, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
A Constructor that helps conformance to RFC 5424.
- StructuredDataMessage - Class in org.apache.logging.log4j.message
-
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
- StructuredDataMessage(String, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an ID (max 32 characters), message, and type (max 32 characters).
- StructuredDataMessage(String, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an ID (max 32 characters), message, type (max 32 characters), and an
initial map of structured data to include.
- StructuredDataMessage(StructuredDataId, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).
- StructuredDataMessage(StructuredDataId, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map
of structured data to include.
- StructuredDataMessage() - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Basic constructor.
- StructuredDataMessage.Format - Enum in org.apache.logging.log4j.message
-
Supported formats.
- subSequence(int, int) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- subSequence(int, int) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- Supplier<T> - Interface in org.apache.logging.log4j.util
-
Classes implementing this interface know how to supply a value.
- supportsFastReflection() - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- swapParameters(Object[]) - Method in interface org.apache.logging.log4j.message.ReusableMessage
-
Returns the parameter array that was used to initialize this reusable message and replaces it with the specified
array.
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
This message does not have any parameters, so this method returns the specified array.
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
This message does not have any parameters, so this method returns the specified array.
- SYSTEM_PREFIX - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
All system properties used by SimpleLog
start with this
- TAB - Static variable in class org.apache.logging.log4j.util.Chars
-
Tab.
- Terminable - Interface in org.apache.logging.log4j.spi
-
Interface to be implemented by LoggerContext's that provide a shutdown method.
- terminate() - Method in interface org.apache.logging.log4j.spi.Terminable
-
Requests that the logging implementation shut down.
- THREAD_CONTEXT_MAP - Static variable in class org.apache.logging.log4j.spi.Provider
-
- ThreadContext - Class in org.apache.logging.log4j
-
The ThreadContext allows applications to store information either in a Map or a Stack.
- ThreadContext.ContextStack - Interface in org.apache.logging.log4j
-
The ThreadContext Stack interface.
- ThreadContextMap - Interface in org.apache.logging.log4j.spi
-
Service provider interface to implement custom MDC behavior for
ThreadContext
.
- ThreadContextStack - Interface in org.apache.logging.log4j.spi
-
Service provider interface to implement custom NDC behavior for
ThreadContext
.
- ThreadDumpMessage - Class in org.apache.logging.log4j.message
-
Captures information about all running Threads.
- ThreadDumpMessage(String) - Constructor for class org.apache.logging.log4j.message.ThreadDumpMessage
-
Generate a ThreadDumpMessage with a title.
- throwing(Level, T) - Method in interface org.apache.logging.log4j.Logger
-
Logs an exception or error to be thrown.
- throwing(T) - Method in interface org.apache.logging.log4j.Logger
-
Logs an exception or error to be thrown.
- throwing(T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- throwing(Level, T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- throwing(String, Level, T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a Throwable to be thrown.
- THROWING_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for throwing exceptions.
- throwingMsg(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- TIME_QUALITY - Static variable in class org.apache.logging.log4j.message.StructuredDataId
-
RFC 5424 Time Quality.
- TimestampMessage - Interface in org.apache.logging.log4j.message
-
Messages that use this interface will cause the timestamp in the message to be used instead of the timestamp in
the LogEvent.
- toArray() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- toArray(T[]) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- toArray() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- toArray(T[]) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- toLevel(String) - Static method in class org.apache.logging.log4j.Level
-
Converts the string passed as argument to a level.
- toLevel(String, Level) - Static method in class org.apache.logging.log4j.Level
-
Converts the string passed as argument to a level.
- toRootUpperCase(String) - Method in class org.apache.logging.log4j.util.Strings
-
Shorthand for str.toUpperCase(Locale.ROOT);
- toString() - Method in class org.apache.logging.log4j.Level
-
- toString() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- toString() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.MapMessage
-
- toString() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- toString() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- toString() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
- toString() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- toString() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- toString() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- toString() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- toString() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- toString() - Method in class org.apache.logging.log4j.spi.Provider
-
- TRACE - Static variable in class org.apache.logging.log4j.Level
-
A fine-grained debug message, typically capturing the flow through the application.
- trace(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- trace(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- trace(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
TRACE
level.
- trace(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
TRACE
level.
- trace(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
TRACE
level.
- trace(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
TRACE
level with
the specified Marker.
- trace(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
TRACE
level) with the
specified Marker and including the stack trace of the
Throwable
t
passed as parameter.
- trace(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
TRACE
level.
- trace(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- trace(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Deprecated.
Deprecated in 2.6, use the Supplier
version of this API instead.
- trace(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
TRACE
level.
- trace(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
TRACE
level.
- trace(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
TRACE
level.
- trace(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
TRACE
level.
- trace(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
TRACE
level including the stack trace of the
Throwable
t
passed as parameter.
- trace(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
TRACE
level.
- trace(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
TRACE
level) including the
stack trace of the
Throwable
t
passed as parameter.
- trace(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at trace level.
- trace(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry() - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method.
- traceEntry(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters.
- traceEntry(Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters.
- traceEntry(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters.
- traceEntry(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method using a Message to describe the parameters.
- traceEntry() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceEntry(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit() - Method in interface org.apache.logging.log4j.Logger
-
Logs exit from a method.
- traceExit(R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit(String, R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit(EntryMessage) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with no result.
- traceExit(EntryMessage, R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit(Message, R) - Method in interface org.apache.logging.log4j.Logger
-
Logs exiting from a method with the result.
- traceExit() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(EntryMessage) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(EntryMessage, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- traceExit(Message, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- trim(int) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- trim(int) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- trim(int) - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Trims elements from the end of the stack.
- trim(int) - Static method in class org.apache.logging.log4j.ThreadContext
-
Trims elements from this diagnostic context.
- trimToNull(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Removes control characters (char <= 32) from both ends of this String returning null
if the String is
empty ("") after the trim or if it is null
.