Skip navigation links
A B C D E F G H I L M N O P Q R S T V W 

A

AbstractLogger - Class in org.apache.logging.log4j.spi
Base implementation of a Logger.
AbstractLogger() - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
Creates a new logger named after this class (or subclass).
AbstractLogger(String) - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
Creates a new named logger.
AbstractLogger(String, MessageFactory) - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
Creates a new named logger with a particular MessageFactory.
AbstractLoggerAdapter<L> - Class in org.apache.logging.log4j.spi
Provides an abstract base class to use for implementing LoggerAdapter.
AbstractLoggerAdapter() - Constructor for class org.apache.logging.log4j.spi.AbstractLoggerAdapter
 
AbstractMessageFactory - Class in org.apache.logging.log4j.message
Provides an abstract superclass for MessageFactory implementations with default implementations.
AbstractMessageFactory() - Constructor for class org.apache.logging.log4j.message.AbstractMessageFactory
 
Activator - Class in org.apache.logging.log4j.util
OSGi bundle activator.
Activator() - Constructor for class org.apache.logging.log4j.util.Activator
 
add(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
add(String) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
addAll(Collection<? extends String>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
addAll(Collection<? extends String>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
addParents(Marker...) - Method in interface org.apache.logging.log4j.Marker
Adds a Marker as a parent to this Marker.
addParents(Marker...) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
ALL - Static variable in class org.apache.logging.log4j.Level
All events should be logged.
appendDqValue(StringBuilder, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
Appends in the following format: double quoted value.
appendKeyDqValue(StringBuilder, Map.Entry<String, String>) - Static method in class org.apache.logging.log4j.util.StringBuilders
Appends in the following format: key=double quoted value.
appendKeyDqValue(StringBuilder, String, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
Appends in the following format: key=double quoted value.
appendMap(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 
asJava(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 
asJson(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 
asList() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
asList() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
asList() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
Returns all the elements in the stack in a List.
asString() - Method in class org.apache.logging.log4j.message.MapMessage
Format the Structured data as described in RFC 5424.
asString(String) - Method in class org.apache.logging.log4j.message.MapMessage
 
asString() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Formats the structured data as described in RFC 5424.
asString(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Formats the structured data as described in RFC 5424.
asString(StructuredDataMessage.Format, StructuredDataId) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Formats the structured data as described in RFC 5424.
asXml(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 

B

bundleChanged(BundleEvent) - Method in class org.apache.logging.log4j.util.Activator
 

C

catching(Throwable) - Method in interface org.apache.logging.log4j.LevelLogger
Logs an exception or error that has been caught.
catching(Level, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs an exception or error that has been caught to a specific logging level.
catching(Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs an exception or error that has been caught.
catching(Level, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
catching(String, Level, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
Logs a Throwable that has been caught with location information.
catching(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
CATCHING_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for catching exceptions.
catchingMsg(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
CATEGORY - Static variable in class org.apache.logging.log4j.Level
 
Chars - Class in org.apache.logging.log4j.util
Consider this class private.
Chars() - Constructor for class org.apache.logging.log4j.util.Chars
 
checkMessageFactory(ExtendedLogger, MessageFactory) - Static method in class org.apache.logging.log4j.spi.AbstractLogger
Checks that the message factory a logger was created with is the same as the given messageFactory.
clear() - Static method in class org.apache.logging.log4j.MarkerManager
Clears all markers.
clear() - Method in class org.apache.logging.log4j.message.MapMessage
Clear the data.
clear() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
clear() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
clear() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
clear() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Clear the context.
clear() - Method in class org.apache.logging.log4j.status.StatusLogger
Clears the list of status events.
clearAll() - Static method in class org.apache.logging.log4j.ThreadContext
Clears the context map and stack.
clearMap() - Static method in class org.apache.logging.log4j.ThreadContext
Clears the context map.
clearStack() - Static method in class org.apache.logging.log4j.ThreadContext
Clears the stack for this thread.
clone() - Method in class org.apache.logging.log4j.Level
 
cloneStack() - Static method in class org.apache.logging.log4j.ThreadContext
Returns a copy of this thread's stack.
close() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
 
close() - Method in class org.apache.logging.log4j.status.StatusConsoleListener
 
compareTo(Level) - Method in class org.apache.logging.log4j.Level
 
contains(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
contains(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
containsAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
containsAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
containsKey(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
containsKey(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Determine if the key is in the context.
containsKey(String) - Static method in class org.apache.logging.log4j.ThreadContext
Determines if the key is in the context.
copy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
copy() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
copy() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
Returns a copy of the ContextStack.
countArgumentPlaceholders(String) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
Counts the number of unescaped placeholders in the given messagePattern.
CR - Static variable in class org.apache.logging.log4j.util.Chars
 

D

DEBUG - Static variable in class org.apache.logging.log4j.Level
A general debugging event.
debug(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the DEBUG level.
debug(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the DEBUG level.
debug(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the DEBUG level.
debug(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the DEBUG level including the stack trace of the Throwable t passed as parameter.
debug(Marker, String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the DEBUG level.
debug(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the DEBUG level.
debug(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the DEBUG level including the stack trace of the Throwable t passed as parameter.
debug(Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the DEBUG level.
debug(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the DEBUG level.
debug(Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the DEBUG level.
debug(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the DEBUG level including the stack trace of the Throwable t passed as parameter.
debug(String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the DEBUG level.
debug(String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the DEBUG level.
debug(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the DEBUG level including the stack trace of the Throwable t passed as parameter.
debug(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
deepToString(Object) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
This method performs a deep toString of the given Object.
DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
The default format to use when formatting dates
DEFAULT_MESSAGE_FACTORY_CLASS - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
The default MessageFactory class.
DefaultThreadContextMap - Class in org.apache.logging.log4j.spi
The actual ThreadContext Map.
DefaultThreadContextMap(boolean) - Constructor for class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
DefaultThreadContextStack - Class in org.apache.logging.log4j.spi
A copy-on-write thread-safe variant of org.apache.logging.log4j.spi.ThreadContextStack in which all mutative operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.
DefaultThreadContextStack(boolean) - Constructor for class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
DQUOTE - Static variable in class org.apache.logging.log4j.util.Chars
 
dquote(String) - Static method in class org.apache.logging.log4j.util.Strings
Returns a double quoted string.

E

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.
entry() - Method in interface org.apache.logging.log4j.LevelLogger
Logs entry to a method.
entry(Object...) - Method in interface org.apache.logging.log4j.LevelLogger
Logs entry to a method along with its parameters.
entry() - Method in interface org.apache.logging.log4j.Logger
Logs entry to a method.
entry(Object...) - Method in interface org.apache.logging.log4j.Logger
Logs entry to a method along with its parameters.
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.
entryMsg(int, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
EQ - Static variable in class org.apache.logging.log4j.util.Chars
 
equals(Object) - Method in class org.apache.logging.log4j.Level
 
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.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, 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, 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(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(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, 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, 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, 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(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_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
Define the Event Marker.
EventLogger - Class in org.apache.logging.log4j
Logs "Events" that are represented as StructuredDataMessages.
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.
exit() - Method in interface org.apache.logging.log4j.LevelLogger
Logs exit from a method.
exit(R) - Method in interface org.apache.logging.log4j.LevelLogger
Logs exiting from a method with the result.
exit() - Method in interface org.apache.logging.log4j.Logger
Logs exit from a method.
exit(R) - Method in interface org.apache.logging.log4j.Logger
Logs exiting from a method with the result.
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_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for method exit tracing.
exitMsg(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 Loggers.
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.

F

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, 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, 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(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(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, 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, 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, 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(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
 
findClassLoader() - Static method in class org.apache.logging.log4j.util.ProviderUtil
 
findResources(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
Finds classpath resources.
FLOW_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for flow tracing.
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, String[]) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
 
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(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
 
FormattedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
 
FormattedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
Constructor with a pattern and a single parameter.
FormattedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
Constructor with a pattern and two parameters.
FormattedMessageFactory - Class in org.apache.logging.log4j.message
FormattedMessageFactory() - Constructor for class org.apache.logging.log4j.message.FormattedMessageFactory
 
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.

G

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.
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
Gets the class name of the LoggerContextFactory implementation of this 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
Gets the LoggerContext associated with the given caller class.
getContext(String, ClassLoader, Object, boolean) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
Creates a LoggerContext.
getContext(String, ClassLoader, Object, boolean, URI, String) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
Creates a LoggerContext.
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.
getEnterpriseNumber() - Method in class org.apache.logging.log4j.message.StructuredDataId
Returns the enterprise number.
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
Returns 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.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.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
Returns 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.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.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(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.LevelLogger
Gets the Level associated with the Logger.
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 a Logger.
getLogger(String, MessageFactory) - Method in interface org.apache.logging.log4j.spi.LoggerContext
Returns a Logger.
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.
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
Retrieve 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(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.
getMessageFactory() - Method in interface org.apache.logging.log4j.LevelLogger
Gets the message factory used to convert message Objects and Strings into actual log Messages.
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.LevelLogger
Gets the logger name.
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.
getParameters() - Method in class org.apache.logging.log4j.message.FormattedMessage
Returns 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.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.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.
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
Gets the class name of the ThreadContextMap implementation of this Provider.
getThrowable() - Method in class org.apache.logging.log4j.message.FormattedMessage
Always returns null.
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.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.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.

H

hashCode() - Method in class org.apache.logging.log4j.Level
 
hashCode() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
hashCode() - Method in class org.apache.logging.log4j.message.FormattedMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.MapMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.ObjectMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.SimpleMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
 
hashCode() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
hashCode() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
hashCode() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
hasLogger(String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
 
hasLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerContext
Detects if a Logger with the specified name exists.
hasParents() - Method in interface org.apache.logging.log4j.Marker
Indicates whether this Marker has references to any other Markers.
hasParents() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
hasProviders() - Static method in class org.apache.logging.log4j.util.ProviderUtil
 

I

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, 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, 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(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(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, 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, 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, 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(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
 
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 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.
isDebugEnabled() - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the DEBUG Level.
isDebugEnabled(Marker) - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the DEBUG Level.
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.LevelLogger
Checks whether this Logger is enabled for the the given Level.
isEnabled(Marker) - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this logger is enabled at the specified level and an optional Marker.
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, 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, 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, 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, Message, 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, 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, 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.LevelLogger
Checks whether this Logger is enabled for the ERROR Level.
isErrorEnabled(Marker) - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the ERROR Level.
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.LevelLogger
Checks whether this Logger is enabled for the FATAL Level.
isFatalEnabled(Marker) - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the FATAL Level.
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.LevelLogger
Checks whether this Logger is enabled for the INFO Level.
isInfoEnabled(Marker) - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the INFO Level.
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
 
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.T
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.
isReserved() - Method in class org.apache.logging.log4j.message.StructuredDataId
Indicates if the id is reserved.
isTraceEnabled() - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the TRACE level.
isTraceEnabled(Marker) - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the TRACE level.
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.LevelLogger
Checks whether this Logger is enabled for the WARN Level.
isWarnEnabled(Marker) - Method in interface org.apache.logging.log4j.LevelLogger
Checks whether this Logger is enabled for the WARN Level.
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
 

L

lazyInit() - Static method in class org.apache.logging.log4j.util.ProviderUtil
Lazily initializes the ProviderUtil singleton.
Level - Class in org.apache.logging.log4j
Levels used for identifying the severity of an event.
LevelLogger - Interface in org.apache.logging.log4j
This is the central interface in the log4j package.
LF - Static variable in class org.apache.logging.log4j.util.Chars
 
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
Loads the LoggerContextFactory class specified by this 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
Deprecated.
Use ProviderUtil.loadProvider(java.net.URL, ClassLoader) instead. Will be removed in 3.0.
loadThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
Loads the ThreadContextMap class specified by this 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(Marker, Message) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message with the specific Marker at the given level.
log(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message with the specific Marker at the given level.
log(Marker, Object) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message object with the given level.
log(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message at the given level including the stack trace of the Throwable t passed as parameter.
log(Marker, String) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message object with the given level.
log(Marker, String, Object...) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message with parameters at the given level.
log(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message at the given level including the stack trace of the Throwable t passed as parameter.
log(Message) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message with the specific Marker at the given level.
log(Message, Throwable) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message with the specific Marker at the given level.
log(Object) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message object with the given level.
log(Object, Throwable) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message at the given level including the stack trace of the Throwable t passed as parameter.
log(String) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message object with the given level.
log(String, Object...) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message with parameters at the given level.
log(String, Throwable) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a message at the given level including the stack trace of the Throwable t passed as parameter.
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, 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, 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, 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, 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, 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, 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, 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, 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(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.
Log4jMarker(String) - Constructor for class org.apache.logging.log4j.MarkerManager.Log4jMarker
Constructs a new Marker.
logEvent(StructuredDataMessage) - Static method in class org.apache.logging.log4j.EventLogger
Log events with a level of ALL.
logEvent(StructuredDataMessage, Level) - Static method in class org.apache.logging.log4j.EventLogger
Log 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
Property name to set to the implementation of LoggerContextFactory.
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
Implemented by factories that create LoggerContext objects.
LoggerNameAwareMessage - Interface in org.apache.logging.log4j.message
Message that is interested in the name of the Logger.
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, Object, 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, 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, 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.
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, Object, 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, 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.

M

makeId(StructuredDataId) - Method in class org.apache.logging.log4j.message.StructuredDataId
Creates an id using another id to supply default values.
makeId(String, int) - Method in class org.apache.logging.log4j.message.StructuredDataId
Creates an id based on the current id.
MapMessage - Class in org.apache.logging.log4j.message
Represents a Message that consists of a Map.
MapMessage() - Constructor for class org.apache.logging.log4j.message.MapMessage
Constructor.
MapMessage(Map<String, String>) - Constructor for class org.apache.logging.log4j.message.MapMessage
Constructor based on an existing Map.
MapMessage.MapFormat - Enum in org.apache.logging.log4j.message
When set as the format specifier causes the Map to be formatted as XML.
Marker - Interface in org.apache.logging.log4j
Markers are objects that are used to add easily filterable information to log messages.
MarkerManager - Class in org.apache.logging.log4j
Applications create Markers by using the Marker Manager.
MarkerManager.Log4jMarker - Class in org.apache.logging.log4j
Consider this class private, it is only public to satisfy Jackson for XML and JSON IO.
MAX_STATUS_ENTRIES - Static variable in class org.apache.logging.log4j.status.StatusLogger
System property that can be configured with the number of entries in the queue.
Message - Interface in org.apache.logging.log4j.message
An interface for various Message implementations that can be logged.
MessageFactory - Interface in org.apache.logging.log4j.message
Creates messages.
MessageFormatMessage - Class in org.apache.logging.log4j.message
Handles messages that consist of a format string conforming to java.text.MessageFormat.
MessageFormatMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.MessageFormatMessage
 
MessageFormatMessageFactory - Class in org.apache.logging.log4j.message
MessageFormatMessageFactory() - Constructor for class org.apache.logging.log4j.message.MessageFormatMessageFactory
 
META - Static variable in class org.apache.logging.log4j.message.StructuredDataId
RFC 5424 Meta.
MultiformatMessage - Interface in org.apache.logging.log4j.message
A Message that can render itself in more than one way.
MutableThreadContextStack - Class in org.apache.logging.log4j.spi
 
MutableThreadContextStack() - Constructor for class org.apache.logging.log4j.spi.MutableThreadContextStack
Constructs an empty MutableThreadContextStack.
MutableThreadContextStack(List<String>) - Constructor for class org.apache.logging.log4j.spi.MutableThreadContextStack
 

N

name() - Method in class org.apache.logging.log4j.Level
Gets the symbolic name of this Level.
newCheckedInstanceOf(String, Class<T>) - Static method in class org.apache.logging.log4j.util.LoaderUtil
Loads and instantiates a derived class using its default constructor.
newInstance(Map<String, String>) - Method in class org.apache.logging.log4j.message.MapMessage
 
newInstance(Map<String, String>) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
 
newInstanceOf(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
Loads and instantiates a Class using the default constructor.
newLogger(String, LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
Creates a new named logger for a given LoggerContext.
newMessage(Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
 
newMessage(String) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
 
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
 
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
Creates StringFormattedMessage instances.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
Creates StringFormattedMessage instances.
newMessage(Object) - Method in interface org.apache.logging.log4j.message.MessageFactory
Creates a new message based on an Object.
newMessage(String) - Method in interface org.apache.logging.log4j.message.MessageFactory
Creates a new message based on a String.
newMessage(String, Object...) - Method in interface org.apache.logging.log4j.message.MessageFactory
Creates a new parameterized message.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
Creates StringFormattedMessage instances.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
Creates ParameterizedMessage instances.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
Creates StringFormattedMessage instances.

O

ObjectMessage - Class in org.apache.logging.log4j.message
Handles messages that contain an Object.
ObjectMessage(Object) - Constructor for class org.apache.logging.log4j.message.ObjectMessage
Create the ObjectMessage.
OFF - Static variable in class org.apache.logging.log4j.Level
No events will be logged.
org.apache.logging.log4j - package org.apache.logging.log4j
Public API for Log4j 2.
org.apache.logging.log4j.message - package org.apache.logging.log4j.message
Public Message Types used for Log4j 2.
org.apache.logging.log4j.simple - package org.apache.logging.log4j.simple
Simple logging implementation.
org.apache.logging.log4j.spi - package org.apache.logging.log4j.spi
Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.
org.apache.logging.log4j.status - package org.apache.logging.log4j.status
Status API for Log4j 2.
org.apache.logging.log4j.util - package org.apache.logging.log4j.util
Internal utility classes for the Log4j 2 API.
ORIGIN - Static variable in class org.apache.logging.log4j.message.StructuredDataId
RFC 5424 Origin.

P

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
Creates a parameterized message.
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
 
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.
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(Marker, String, Object...) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a formatted message using the specified format string and arguments.
printf(String, Object...) - Method in interface org.apache.logging.log4j.LevelLogger
Logs a formatted message using the specified format string and arguments.
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
 
ProviderUtil - Class in org.apache.logging.log4j.util
Consider this class private. Utility class for Log4j Providers.
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.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.

Q

QUOTE - Static variable in class org.apache.logging.log4j.util.Chars
 
quote(String) - Static method in class org.apache.logging.log4j.util.Strings
Returns a quoted string.

R

readResolve() - Method in class org.apache.logging.log4j.Level
 
RECURSION_PREFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
Prefix for recursion.
RECURSION_SUFFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
Suffix for recursion.
ReflectionUtil - Class in org.apache.logging.log4j.util
Consider this class private. Provides various methods to determine the caller class.
registerListener(StatusListener) - Method in class org.apache.logging.log4j.status.StatusLogger
Registers a new listener.
registry - Variable in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
A map to store loggers for their given LoggerContexts.
remove(Marker) - Method in interface org.apache.logging.log4j.Marker
Removes the specified Marker as a parent of this Marker.
remove(Marker) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
remove(String) - Method in class org.apache.logging.log4j.message.MapMessage
Remove the element with the specified name.
remove(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
remove(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
remove(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
remove(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Remove the the context identified by the key parameter.
remove(String) - Static method in class org.apache.logging.log4j.ThreadContext
Removes the context value identified by the key parameter.
removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
removeContext(LoggerContext) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
 
removeContext(LoggerContext) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
Removes knowledge of a LoggerContext.
removeListener(StatusListener) - Method in class org.apache.logging.log4j.status.StatusLogger
Removes a StatusListener.
removeStack() - Static method in class org.apache.logging.log4j.ThreadContext
Removes the diagnostic context for this thread.
RESERVED - Static variable in class org.apache.logging.log4j.message.StructuredDataId
Reserved enterprise number.
reset() - Method in class org.apache.logging.log4j.status.StatusLogger
Clears the list of status events and listeners.
retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
ROOT_LOGGER_NAME - Static variable in class org.apache.logging.log4j.LogManager
The name of the root Logger.

S

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
 
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.
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
 
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) - 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
 
StringBuilders - Class in org.apache.logging.log4j.util
Consider this class private.
StringBuilders() - Constructor for class org.apache.logging.log4j.util.StringBuilders
 
StringFormattedMessage - Class in org.apache.logging.log4j.message
Handles messages that consist of a format string conforming to Formatter.
StringFormattedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
 
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
 
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.
supportsFastReflection() - Static method in class org.apache.logging.log4j.util.ReflectionUtil
 
SYSTEM_PREFIX - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
All system properties used by SimpleLog start with this

T

TAB - Static variable in class org.apache.logging.log4j.util.Chars
 
THREAD_CONTEXT_MAP - Static variable in class org.apache.logging.log4j.spi.Provider
Property name to set to the implementation of ThreadContextMap.
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(T) - Method in interface org.apache.logging.log4j.LevelLogger
Logs an exception or error to be thrown.
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.
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.MapMessage
 
toString() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
 
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.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
 
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, 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, 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(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(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, 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, 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, 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(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
 
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.

V

validate(String, String) - Method in class org.apache.logging.log4j.message.MapMessage
 
validate(String, String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
 
valueOf(String) - Static method in class org.apache.logging.log4j.Level
Return the Level associated with the name.
valueOf(Class<T>, String) - Static method in class org.apache.logging.log4j.Level
Returns the enum constant of the specified enum type with the specified name.
valueOf(String) - Static method in enum org.apache.logging.log4j.message.MapMessage.MapFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.logging.log4j.message.StructuredDataMessage.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.logging.log4j.spi.StandardLevel
Returns the enum constant of this type with the specified name.
valueOf(Class<T>, String) - Static method in class org.apache.logging.log4j.util.EnglishEnums
Returns the Result for the given string.
valueOf(Class<T>, String, T) - Static method in class org.apache.logging.log4j.util.EnglishEnums
Returns an enum value for the given string.
values() - Static method in class org.apache.logging.log4j.Level
Return an array of all the Levels that have been registered.
values() - Static method in enum org.apache.logging.log4j.message.MapMessage.MapFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.logging.log4j.message.StructuredDataMessage.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.logging.log4j.spi.StandardLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARN - Static variable in class org.apache.logging.log4j.Level
An event that might possible lead to an error.
warn(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(Marker, String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the WARN level.
warn(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the WARN level.
warn(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
writeReplace() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
Creates a ThreadDumpMessageProxy that can be serialized.
A B C D E F G H I L M N O P Q R S T V W 
Skip navigation links

Copyright © 1999-2021 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.