- 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 the context identified by the key
parameter.
- 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
-
Get 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
-
- getBooleanProperty(String, boolean) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
- getClassName() - Method in class org.apache.logging.log4j.spi.Provider
-
- getContext() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContext.
- getContext(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(String, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, Object, boolean) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a mutable copy of current thread's context Map.
- getCopy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
Returns a non-null
mutable copy of the ThreadContext Map.
- getCopy() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Get a non-null
mutable copy of current thread's context Map.
- 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
-
Get 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 ServletContext.
- getFactory() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the 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 the 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
-
Returns either null
or an immutable view of the context Map.
- 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
-
Get an immutable copy of this current thread's context stack.
- getIntegerProperty(String, int) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
- getLevel(String) - Static method in class org.apache.logging.log4j.Level
-
Return the Level assoicated with the name or null if the Level cannot be found.
- getLevel() - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- 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 Iterator 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 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.
- getLongProperty(String, long) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
- 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
-
Retrieves or creates a Marker with the specified parent.
- getMarker(String, Marker) - Static method in class org.apache.logging.log4j.MarkerManager
-
Retrieves or creates a Marker with the specified parent.
- 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.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
-
Gets the message factory.
- 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.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.
- getParent() - Method in interface org.apache.logging.log4j.Marker
-
Returns the parent of this Marker.
- getPriority() - Method in class org.apache.logging.log4j.spi.Provider
-
- getProperties() - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
- 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
-
- 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.
- getStream(Level) - Method in interface org.apache.logging.log4j.Logger
-
Gets a print stream that logs lines to this logger.
- getStream(Marker, Level) - Method in interface org.apache.logging.log4j.Logger
-
Gets a marked print stream that logs lines to this logger.
- getStream(Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Gets a print stream that logs lines to this logger.
- getStream(Marker, Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Gets a marked print stream that logs lines to this logger.
- getStringProperty(String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
- getStringProperty(String, String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
- getSystemProperties() - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Return the system properties or an empty Properties object if an error occurs.
- getThreadContextMap() - Method in class org.apache.logging.log4j.spi.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
-
Sets the type.
- getURL() - Method in class org.apache.logging.log4j.spi.Provider
-
- 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.
- 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
-
Logs a message with the specific Marker at the INFO level.
- info(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with the specific Marker at the INFO level.
- info(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the
INFO
level.
- info(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the
INFO
level.
- info(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with parameters at the
INFO
level.
- info(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with the specific Marker at the TRACE level.
- info(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with the specific Marker at the INFO level.
- info(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the
INFO
level.
- info(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- info(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the
INFO
level.
- info(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with parameters at the
INFO
level.
- info(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the
INFO
level including the stack trace of the
Throwable
t
passed as parameter.
- 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
-
- intLevel() - Method in enum org.apache.logging.log4j.spi.StandardLevel
-
Returns the integer value of the Level.
- isAtLeastAsSpecificAs(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 more specific.
- isAtLeastAsSpecificAs(int) - 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 more specific.
- 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
-
Checks whether this Logger is enabled for the DEBUG Level.
- isDebugEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the DEBUG Level.
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
Returns true if the Map is empty.
- 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.
- 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, String) - 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, Marker, String, Object...) - 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, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the the given Level.
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Throwable) - 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.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
-
Checks whether this Logger is enabled for the
ERROR
Level.
- isErrorEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the
ERROR
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
-
Checks whether this Logger is enabled for the FATAL Level.
- isFatalEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the FATAL 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
-
Checks whether this Logger is enabled for the INFO Level.
- isInfoEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the INFO Level.
- 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.
- isReserved() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Indicates if the id is reserved.
- isTraceEnabled() - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
TRACE
level.
- isTraceEnabled(Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the
TRACE
level.
- isTraceEnabled() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the TRACE Level.
- isTraceEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the TRACE 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
-
Checks whether this Logger is enabled for the WARN Level.
- isWarnEnabled(Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Checks whether this Logger is enabled for the WARN Level.
- iterator() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- iterator() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- lessOrEqual(Level) - Method in class org.apache.logging.log4j.Level
-
Compares the specified Level against this one.
- lessOrEqual(int) - Method in class org.apache.logging.log4j.Level
-
Compares the specified Level against this one.
- Level - Class in org.apache.logging.log4j
-
Levels used for identifying the severity of an event.
- LocalizedMessage - Class in org.apache.logging.log4j.message
-
This class is not the recommended way to Localize messages.
- LocalizedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
Constructor with message pattern and arguments.
- LocalizedMessage(String, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessageFactory - Class in org.apache.logging.log4j.message
-
- LocalizedMessageFactory(ResourceBundle) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- LocalizedMessageFactory(String) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
-
- log(Level, Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, 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(Marker, String, Level, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- log(Level, Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the given level.
- log(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the given level.
- log(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with parameters at the given level.
- log(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with the specific Marker at the given level.
- log(Level, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with the specific Marker at the given level.
- log(Level, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the given level.
- log(Level, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Level, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message object with the given level.
- log(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with parameters at the given level.
- log(Level, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message at the given level including the stack trace of the
Throwable
t
passed as
parameter.
- log(Marker, String, Level, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a message with location information.
- log(Marker, String, Level, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLoggerWrapper
-
Log an event.
- log(StatusData) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Writes status messages to the console.
- log(StatusData) - Method in interface org.apache.logging.log4j.status.StatusListener
-
Called as events occur to process the StatusData.
- log(Marker, String, Level, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Add an event.
- 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.AbstractLoggerWrapper
-
The wrapped Logger.
- LoggerContext - Interface in org.apache.logging.log4j.spi
-
Anchor point for logging implementations.
- LoggerContextFactory - Interface in org.apache.logging.log4j.spi
-
- LoggerNameAwareMessage - Interface in org.apache.logging.log4j.message
-
Message that is interested in the name of the Logger.
- LoggerStream - Class in org.apache.logging.log4j.spi
-
Output stream that logs each line written to a pre-defined level.
- LoggerStream(AbstractLogger, Level) - Constructor for class org.apache.logging.log4j.spi.LoggerStream
-
- LoggerStream(AbstractLogger, Marker, Level) - Constructor for class org.apache.logging.log4j.spi.LoggerStream
-
- 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.
- 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
- 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
-
This method returns 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.
- print(boolean) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(char) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(int) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(long) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(float) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(double) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(char[]) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(String) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- print(Object) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- 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
-
Logs a formatted message using the specified format string and arguments.
- printf(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs a formatted message using the specified format string and arguments.
- printf(String, Object...) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- printf(Locale, String, Object...) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println() - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(boolean) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(char) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(int) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(long) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(float) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(double) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(char[]) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(String) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- println(Object) - Method in class org.apache.logging.log4j.spi.LoggerStream
-
- PropertiesUtil - Class in org.apache.logging.log4j.util
-
Helps access properties.
- PropertiesUtil(Properties) - Constructor for class org.apache.logging.log4j.util.PropertiesUtil
-
- PropertiesUtil(String) - Constructor for class org.apache.logging.log4j.util.PropertiesUtil
-
- Provider - Class in org.apache.logging.log4j.spi
-
- Provider(Properties, URL) - Constructor for class org.apache.logging.log4j.spi.Provider
-
- ProviderUtil - Class in org.apache.logging.log4j.util
-
- 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
-
Add an element to the stack.
- push(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Push new diagnostic context information for the current thread.
- push(String, Object...) - Static method in class org.apache.logging.log4j.ThreadContext
-
Push 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 a context value (the o
parameter) as identified
with the key
parameter into the current thread's
context map.
- 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
-
Put 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.