- debug(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object) - Method in class org.apache.commons.logging.internal.JclLogger
-
- debug(Object, Throwable) - Method in class org.apache.commons.logging.internal.JclLogger
-
- debug(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with debug log level.
- debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with debug log level.
- debug(Object) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- debug(Object, Throwable) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- debug(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with debug log level.
- debug(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with debug log level.
- debug(Object) - Method in class org.apache.log4j.Category
-
Log a message object with the DEBUG level.
- debug(Object, Throwable) - Method in class org.apache.log4j.Category
-
Log a message object with the
DEBUG level including the
stack trace of the
Throwablet passed as parameter.
- DEBUG - Static variable in class org.apache.log4j.Level
-
The DEBUG Level designates fine-grained
informational events that are most useful to debug an
application.
- debug(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the DEBUG level with message formatting
done according to the value of messagePattern and
arg parameters.
- debug(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the DEBUG level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- debug(Object) - Method in class org.apache.log4j.Logger
-
- debug(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- DEBUG - Static variable in class org.apache.log4j.Priority
-
- 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, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
DEBUG level with
the specified Marker.
- debug(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
DEBUG level) with the
specified Marker and including the stack trace of the
Throwable t passed as parameter.
- debug(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
DEBUG level.
- debug(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence at the
DEBUG level including the stack trace of the
Throwable t passed as parameter.
- 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, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
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(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
DEBUG level with
the specified Marker.
- debug(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
DEBUG level) with the
specified Marker and 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(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
DEBUG level.
- debug(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
DEBUG level) including the
stack trace of the
Throwable t passed as parameter.
- debug(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
DEBUG level.
- debug(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
DEBUG level including the stack trace of the
Throwable
t passed as parameter.
- 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, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
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(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
DEBUG level.
- debug(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
DEBUG level) including the
stack trace of the
Throwable t passed as parameter.
- debug(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at debug level.
- debug(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- 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(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(CharSequence, 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
-
- debug(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(MessageSupplier, Throwable) - 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, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- debug(Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG.
- debug(Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of DEBUG.
- debug(String, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of DEBUG and a specific logger class name.
- debug(String, Object, Object[], Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with parameters and a throwable with a level of DEBUG.
- debug(Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debug(Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debug(String, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debug(String, Object, Object[], Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debug(Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG.
- debug(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of DEBUG.
- debug(String, Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of DEBUG and a specific logger class name.
- debug(Object, Object[]) - Method in class org.jboss.logging.Logger
-
- debug(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
- debug(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message with parameters and a throwable with a level of DEBUG.
- debug(String) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a debug level message * *
- debug(String, ServiceReference) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a debug level message. * *
- debug(String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a debug level message. * *
- debug(String, ServiceReference, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a debug level message. * *
- debug(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- debug(String, Throwable) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- debug(String, Throwable, String) - Method in class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
-
- debug(String, Throwable) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- debug(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- debug(String, Throwable) - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- debug(String, Throwable) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(String, Throwable) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- debug(String, Throwable, String) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- debug(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level according to the specified format
and argument.
- debug(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log an exception (throwable) at the DEBUG level with an
accompanying message.
- debug(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message with the specific Marker at the DEBUG level.
- debug(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(String) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- debug(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- debug(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
-
- debug(String) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level according to the specified format
and argument.
- debug(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the DEBUG level with an
accompanying message.
- debug(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the DEBUG level.
- debug(Marker, String, Object) - Method in interface org.slf4j.Logger
-
- debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- debug(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- DEBUG_INT - Static variable in class org.apache.log4j.Priority
-
- DEBUG_INT - Static variable in class org.slf4j.event.EventConstants
-
- DEBUG_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- debugf(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, int) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, int, int) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, int, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, int, int, int) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, int, int, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, int, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, int) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, int, int) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, int, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, int, int, int) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, int, int, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, int, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, long) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, long, long) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, long, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, long, long, long) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, long, long, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, long, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, long) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, long, long) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, long, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, long, long, long) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, long, long, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, long, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, int) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, int, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, int, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, int, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, int) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, int, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, int, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, int, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, long) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, long, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, long, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, long, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, long) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, long, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, long, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(Throwable, String, long, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugf(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of DEBUG.
- debugf(String, int) - Method in class org.jboss.logging.Logger
-
- debugf(String, int, int) - Method in class org.jboss.logging.Logger
-
- debugf(String, int, Object) - Method in class org.jboss.logging.Logger
-
- debugf(String, int, int, int) - Method in class org.jboss.logging.Logger
-
- debugf(String, int, int, Object) - Method in class org.jboss.logging.Logger
-
- debugf(String, int, Object, Object) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, int) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, int, int) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, int, Object) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, int, int, int) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, int, int, Object) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, int, Object, Object) - Method in class org.jboss.logging.Logger
-
- debugf(String, long) - Method in class org.jboss.logging.Logger
-
- debugf(String, long, long) - Method in class org.jboss.logging.Logger
-
- debugf(String, long, Object) - Method in class org.jboss.logging.Logger
-
- debugf(String, long, long, long) - Method in class org.jboss.logging.Logger
-
- debugf(String, long, long, Object) - Method in class org.jboss.logging.Logger
-
- debugf(String, long, Object, Object) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, long) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, long, long) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, long, Object) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, long, long, long) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, long, long, Object) - Method in class org.jboss.logging.Logger
-
- debugf(Throwable, String, long, Object, Object) - Method in class org.jboss.logging.Logger
-
- debugv(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- debugv(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- debugv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of DEBUG using
MessageFormat-style formatting.
- 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_FLOW_MESSAGE_FACTORY_CLASS - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
The default FlowMessageFactory class.
- DEFAULT_MESSAGE_FACTORY_CLASS - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
The default MessageFactory class.
- DEFAULT_STATUS_LISTENER_LEVEL - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
System property that can be configured with the
Level name to use as the default level for
StatusListeners.
- DefaultFlowMessageFactory - Class in org.apache.logging.log4j.message
-
Default factory for flow messages.
- DefaultFlowMessageFactory() - Constructor for class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Constructs a message factory with "Enter" and "Exit" as the default flow strings.
- DefaultFlowMessageFactory(String, String) - Constructor for class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Constructs a message factory with the given entry and exit strings.
- DefaultServiceLog - Class in org.ops4j.pax.logging.internal
-
This Logger will be used when the Pax Logging Service is not available.
- DefaultThreadContextMap - Class in org.apache.logging.log4j.spi
-
The actual ThreadContext Map.
- DefaultThreadContextMap() - Constructor for class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- 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
-
- DelegatingBasicLogger - Class in org.jboss.logging
-
A serializable, delegating basic logger instance.
- DelegatingBasicLogger(Logger) - Constructor for class org.jboss.logging.DelegatingBasicLogger
-
Construct a new instance.
- DENY - Static variable in interface org.ops4j.pax.logging.spi.PaxFilter
-
The log event must be dropped immediately without consulting
with the remaining filters, if any, in the chain.
- destroy() - Method in interface org.ops4j.pax.logging.EventAdminPoster
-
- destroy() - Method in class org.ops4j.pax.logging.internal.eventadmin.EventAdminTracker
-
- detachMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
- detachMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Detach an existing marker.
- dispose() - Static method in class org.apache.commons.logging.LogFactory
-
Pax Logging internal method.
- dispose() - Static method in class org.apache.juli.logging.LogFactory
-
Pax Logging internal method.
- dispose() - Static method in class org.apache.log4j.Logger
-
Pax Logging internal method.
- dispose() - Static method in class org.apache.log4j.MDC
-
Pax Logging internal method.
- dispose() - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
-
Pax Logging internal method.
- dispose() - Static method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- dispose() - Static method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- dispose() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- dispose() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
- dispose() - Static method in class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
-
Pax Logging internal method.
- dispose() - Static method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
Pax Logging internal method.
- doAppend(PaxLoggingEvent) - Method in interface org.ops4j.pax.logging.spi.PaxAppender
-
Log in Appender specific way.
- doDebug() - Method in class org.knopflerfish.service.log.LogRef
-
* Returns true if messages with severity debug or higher * are saved by
the log
- doError() - Method in class org.knopflerfish.service.log.LogRef
-
* Returns true if messages with severity error or higher * are saved by
the log
- doFilter(PaxLoggingEvent) - Method in interface org.ops4j.pax.logging.spi.PaxFilter
-
If the decision is DENY, then the event will be
dropped.
- doInfo() - Method in class org.knopflerfish.service.log.LogRef
-
* Returns true if messages with severity info or higher * are saved by
the log
- doLayout(PaxLoggingEvent) - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Creates the string representation of a logging event.
- doLog(Logger.Level, String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
Implementation log method (standard parameter formatting).
- doLog(String, int, ServiceReference, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Sends a message to the log if possible. * *
- doLogf(Logger.Level, String, String, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
Implementation log method (printf formatting).
- DOMConfigurator - Class in org.apache.log4j.xml
-
Dummy class to allow more applications to be compatible with Pax Logging out of the box.
- DOMConfigurator() - Constructor for class org.apache.log4j.xml.DOMConfigurator
-
- doWarn() - Method in class org.knopflerfish.service.log.LogRef
-
* Returns true if messages with severity warning or higher * are saved by
the log
- DQUOTE - Static variable in class org.apache.logging.log4j.util.Chars
-
Double Quote.
- dquote(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Returns a double quoted string.
- 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.
- ENABLE_THREADLOCALS - Static variable in class org.apache.logging.log4j.util.Constants
-
Kill switch for object pooling in ThreadLocals that enables much of the LOG4J2-1270 no-GC behaviour.
- EnglishEnums - Class in org.apache.logging.log4j.util
-
Consider this class private.
- enter(String, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- enter(String, String, MessageSupplier...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Deprecated.
- enter(String, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- enter(String, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Deprecated.
- enter(String, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- entry() - Method in interface org.apache.logging.log4j.Logger
-
- entry(Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs entry to a method along with its parameters (consider using one of the traceEntry(...) methods instead.)
- entry() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entry(Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entry(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs entry to a method with location information.
- ENTRY_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for method entry tracing.
- EntryMessage - Interface in org.apache.logging.log4j.message
-
Entry flow messages
- entryMsg(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entryMsg(String, MessageSupplier...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- entryMsg(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- EQ - Static variable in class org.apache.logging.log4j.util.Chars
-
Equals '='.
- equals(Object) - Method in class org.apache.log4j.Priority
-
Two priorities are equal if their level fields are equal.
- equals(Object) - Method in class org.apache.logging.log4j.Level
-
- equals(Object) - Method in interface org.apache.logging.log4j.Marker
-
Returns true if the given marker has the same name as this marker.
- equals(Object) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- equals(Object) - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.MapMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- equals(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- equals(Object) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- equals(CharSequence, int, int, CharSequence, int, int) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Returns true if the specified section of the left CharSequence equals the specified section of the right
CharSequence.
- equals(Object) - Method in interface org.apache.logging.log4j.util.StringMap
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- equals(Object) - Method in class org.slf4j.helpers.BasicMarker
-
- equals(Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- equals(Object) - Method in interface org.slf4j.Marker
-
Markers are considered equal if they have the same name.
- equalsIgnoreCase(CharSequence, int, int, CharSequence, int, int) - Static method in class org.apache.logging.log4j.util.StringBuilders
-
Returns true if the specified section of the left CharSequence equals, ignoring case, the specified section of
the right CharSequence.
- error(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- error(Object) - Method in class org.apache.commons.logging.internal.JclLogger
-
- error(Object, Throwable) - Method in class org.apache.commons.logging.internal.JclLogger
-
- error(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with error log level.
- error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with error log level.
- error(Object) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- error(Object, Throwable) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- error(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with error log level.
- error(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with error log level.
- error(Object) - Method in class org.apache.log4j.Category
-
Log a message object with the ERROR Level.
- error(Object, Throwable) - Method in class org.apache.log4j.Category
-
Log a message object with the
ERROR level including the
stack trace of the
Throwablet passed as parameter.
- ERROR - Static variable in class org.apache.log4j.Level
-
The ERROR level designates error events that
might still allow the application to continue running.
- error(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the ERROR level with message formatting
done according to the value of messagePattern and
arg parameters.
- error(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the ERROR level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- error(Object) - Method in class org.apache.log4j.Logger
-
- error(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- ERROR - Static variable in class org.apache.log4j.Priority
-
- ERROR - Static variable in class org.apache.logging.log4j.Level
-
An error in the application, possibly recoverable.
- error(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR level.
- error(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR level.
- error(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR level with
the specified Marker.
- error(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR level) with the
specified Marker and including the stack trace of the
Throwable t passed as parameter.
- error(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
ERROR level.
- error(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
ERROR level including the stack trace of the
Throwable
t passed as parameter.
- error(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR level.
- error(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR level including the stack trace of the
Throwable
t passed as parameter.
- error(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR level.
- error(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
ERROR level.
- error(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR level.
- error(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR level including the stack trace of the
Throwable
t passed as parameter.
- error(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR level with
the specified Marker.
- error(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR level) with the
specified Marker and including the stack trace of the
Throwable t passed as parameter.
- error(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR level.
- error(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
ERROR level.
- error(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR level.
- error(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR level) including the
stack trace of the
Throwable t passed as parameter.
- error(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
ERROR level.
- error(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
ERROR level including the stack trace of the
Throwable
t passed as parameter.
- error(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR level.
- error(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR level including the stack trace of the
Throwable
t passed as parameter.
- error(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
ERROR level.
- error(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
ERROR level.
- error(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR level.
- error(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
ERROR level including the stack trace of the
Throwable
t passed as parameter.
- error(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
ERROR level.
- error(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
ERROR level) including the
stack trace of the
Throwable t passed as parameter.
- error(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at error level.
- error(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- error(Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR.
- error(Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of ERROR.
- error(String, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of ERROR and a specific logger class name.
- error(String, Object, Object[], Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with parameters and a throwable with a level of ERROR.
- error(Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- error(Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- error(String, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- error(String, Object, Object[], Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- error(Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR.
- error(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of ERROR.
- error(String, Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of ERROR and a specific logger class name.
- error(Object, Object[]) - Method in class org.jboss.logging.Logger
-
- error(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
- error(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message with parameters and a throwable with a level of ERROR.
- error(String) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an error level message. * *
- error(String, ServiceReference) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an error level message. * *
- error(String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an error level message. * *
- error(String, ServiceReference, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an error level message. * *
- error(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- error(String, Throwable) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- error(String, Throwable, String) - Method in class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
-
- error(String, Throwable) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- error(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- error(String, Throwable) - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- error(String, Throwable) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- error(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- error(String, Throwable) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- error(String, Throwable, String) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- error(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the ERROR level.
- error(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the ERROR level according to the specified format
and argument.
- error(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the ERROR level according to the specified format
and arguments.
- error(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the ERROR level according to the specified format
and arguments.
- error(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log an exception (throwable) at the ERROR level with an
accompanying message.
- error(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message with the specific Marker at the ERROR level.
- error(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- error(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- error(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- error(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- error(String, Exception) - Method in interface org.ops4j.pax.logging.spi.PaxErrorHandler
-
This method is invoked to handle an error when logging.
- error(String) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- error(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- error(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- error(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
-
- error(String) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level.
- error(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level according to the specified format
and argument.
- error(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level according to the specified format
and arguments.
- error(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level according to the specified format
and arguments.
- error(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the ERROR level with an
accompanying message.
- error(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the ERROR level.
- error(Marker, String, Object) - Method in interface org.slf4j.Logger
-
- error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- error(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- ERROR_INT - Static variable in class org.apache.log4j.Priority
-
- ERROR_INT - Static variable in class org.slf4j.event.EventConstants
-
- ERROR_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- 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.
- errorf(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorf(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- ERRORHANDLER_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingService
-
- errorv(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- errorv(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- errorv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat-style formatting.
- EVENT_MARKER - Static variable in class org.apache.logging.log4j.EventLogger
-
Defines the Event Marker.
- EventAdminPoster - Interface in org.ops4j.pax.logging
-
- EventAdminTracker - Class in org.ops4j.pax.logging.internal.eventadmin
-
This ServiceTracker is designed to implement the Event Admin service, but delegate
to the actual service if available.
- EventAdminTracker(BundleContext) - Constructor for class org.ops4j.pax.logging.internal.eventadmin.EventAdminTracker
-
- EventConstants - Class in org.slf4j.event
-
- EventConstants() - Constructor for class org.slf4j.event.EventConstants
-
- EventLogger - Class in org.apache.logging.log4j
-
- EventRecodingLogger - Class in org.slf4j.event
-
- EventRecodingLogger(SubstituteLogger, Queue<SubstituteLoggingEvent>) - Constructor for class org.slf4j.event.EventRecodingLogger
-
- EXCEPTION_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for exception tracing.
- exists(String) - Static method in class org.apache.logging.log4j.LogManager
-
Detects if a Logger with the specified name exists.
- exists(String) - Static method in class org.apache.logging.log4j.MarkerManager
-
Tests existence of the given marker.
- exists(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
Does the name marked already exist?
- exists(String) - Method in interface org.slf4j.IMarkerFactory
-
Checks if the marker with the name already exists.
- exit() - Method in interface org.apache.logging.log4j.Logger
-
- exit(R) - Method in interface org.apache.logging.log4j.Logger
-
- exit() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- exit(R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- exit(String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs exiting from a method with the result and location information.
- exit(String, String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
Logs exiting from a method with the result and location information.
- EXIT_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for method exit tracing.
- ExitMessage - Interface in org.apache.logging.log4j.message
-
Exit flow messages
- exitMsg(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- ExtendedLogger - Interface in org.apache.logging.log4j.spi
-
Extends the Logger interface with methods that facilitate implementing or extending 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.
- extractSubset(Properties, String) - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Extracts properties that start with or are equals to the specific prefix and returns them in a new Properties
object with the prefix removed.
- FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
-
The fully qualified class name of the fallback LogFactory implementation class to use, if no other
can be found.
- FACTORY_DEFAULT - Static variable in class org.apache.juli.logging.LogFactory
-
The fully qualified class name of the fallback LogFactory
implementation class to use, if no other can be found.
- 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_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
-
The name of the properties file to search for.
- FACTORY_PROPERTIES - Static variable in class org.apache.juli.logging.LogFactory
-
The name of the properties file to search for.
- FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
ps4j/pax/logging/providers The name of the property used to identify the LogFactory implementation class name.
- FACTORY_PROPERTY - Static variable in class org.apache.juli.logging.LogFactory
-
The name of the property used to identify the LogFactory implementation
class name.
- 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.
- FallbackLogFactory - Class in org.ops4j.pax.logging.internal
-
This factory creates the fallback strategy when Pax Logging Service is not available.
- FallbackLogFactory() - Constructor for class org.ops4j.pax.logging.internal.FallbackLogFactory
-
- fatal(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object) - Method in class org.apache.commons.logging.internal.JclLogger
-
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.internal.JclLogger
-
- fatal(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with fatal log level.
- fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with fatal log level.
- fatal(Object) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- fatal(Object, Throwable) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- fatal(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with fatal log level.
- fatal(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with fatal log level.
- fatal(Object) - Method in class org.apache.log4j.Category
-
Log a message object with the FATAL Level.
- fatal(Object, Throwable) - Method in class org.apache.log4j.Category
-
Log a message object with the
FATAL level including the
stack trace of the
Throwablet passed as parameter.
- FATAL - Static variable in class org.apache.log4j.Level
-
The FATAL level designates very severe error
events that will presumably lead the application to abort.
- fatal(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the FATAL level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- fatal(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the FATAL level with message formatting
done according to the value of messagePattern and
arg parameters.
- fatal(Object) - Method in class org.apache.log4j.Logger
-
- fatal(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- FATAL - Static variable in class org.apache.log4j.Priority
-
- FATAL - Static variable in class org.apache.logging.log4j.Level
-
A severe error that will prevent the application from continuing.
- fatal(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL level.
- fatal(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL level.
- fatal(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL level with
the specified Marker.
- fatal(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL level) with the
specified Marker and including the stack trace of the
Throwable t passed as parameter.
- fatal(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
FATAL level.
- fatal(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
FATAL level including the stack trace of the
Throwable
t passed as parameter.
- fatal(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL level.
- fatal(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL level including the stack trace of the
Throwable
t passed as parameter.
- fatal(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL level.
- fatal(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
FATAL level.
- fatal(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL level.
- fatal(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL level including the stack trace of the
Throwable
t passed as parameter.
- fatal(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL level with
the specified Marker.
- fatal(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL level) with the
specified Marker and including the stack trace of the
Throwable t passed as parameter.
- fatal(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL level.
- fatal(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
FATAL level.
- fatal(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL level.
- fatal(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL level) including the
stack trace of the
Throwable t passed as parameter.
- fatal(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
FATAL level.
- fatal(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
FATAL level including the stack trace of the
Throwable
t passed as parameter.
- fatal(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL level.
- fatal(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL level including the stack trace of the
Throwable
t passed as parameter.
- fatal(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
FATAL level.
- fatal(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
FATAL level.
- fatal(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL level.
- fatal(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
FATAL level including the stack trace of the
Throwable
t passed as parameter.
- fatal(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
FATAL level.
- fatal(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
FATAL level) including the
stack trace of the
Throwable t passed as parameter.
- fatal(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at fatal level.
- fatal(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- fatal(Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL.
- fatal(Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of FATAL.
- fatal(String, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of FATAL and a specific logger class name.
- fatal(String, Object, Object[], Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with parameters and a throwable with a level of FATAL.
- fatal(Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatal(Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatal(String, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatal(String, Object, Object[], Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatal(Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL.
- fatal(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of FATAL.
- fatal(String, Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of FATAL and a specific logger class name.
- fatal(Object, Object[]) - Method in class org.jboss.logging.Logger
-
- fatal(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
- fatal(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message with parameters and a throwable with a level of FATAL.
- fatal(String, Throwable, String) - Method in class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
-
- fatal(String, Throwable) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- fatal(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- fatal(String, Throwable) - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- fatal(String, Throwable) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- fatal(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- fatal(String, Throwable) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- fatal(String, Throwable, String) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- FATAL_INT - Static variable in class org.apache.log4j.Priority
-
- fatalError(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- fatalError(String, Throwable) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- fatalf(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalf(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalv(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- fatalv(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- fatalv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat-style formatting.
- FILTER_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingService
-
- findClassLoader() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- findResources(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
- FLOW_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
-
Marker for flow tracing.
- FlowMessage - Interface in org.apache.logging.log4j.message
-
Flow messages
- FlowMessageFactory - Interface in org.apache.logging.log4j.message
-
Creates flow messages.
- forEach(BiConsumer<String, ? super V>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- forEach(TriConsumer<String, ? super V, S>, S) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- forEach(BiConsumer<String, ? super V>) - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.
- forEach(TriConsumer<String, ? super V, S>, S) - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.
- forEach(BiConsumer<String, ? super V>) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- forEach(TriConsumer<String, ? super V, T>, T) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- format(String, Object) - Static method in class org.apache.log4j.internal.MessageFormatter
-
Performs single argument substitution for the 'messagePattern' passed as
parameter.
- format(String, Object, Object) - Static method in class org.apache.log4j.internal.MessageFormatter
-
/**
Performs a two argument substitution for the 'messagePattern' passed as
parameter.
- format(String, Object[]) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Replace placeholders in the given messagePattern with arguments.
- format(String, Object) - Static method in class org.slf4j.helpers.MessageFormatter
-
Performs single argument substitution for the 'messagePattern' passed as
parameter.
- format(String, Object, Object) - Static method in class org.slf4j.helpers.MessageFormatter
-
Performs a two argument substitution for the 'messagePattern' passed as
parameter.
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
- formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
- FormattedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that contain a format String.
- FormattedMessage(Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and a single parameter.
- FormattedMessage(Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and two parameters.
- FormattedMessage(Locale, String, Object...) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern and a parameter array.
- FormattedMessage(Locale, String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a locale, a pattern, a parameter array, and a throwable.
- FormattedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and a single parameter.
- FormattedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and two parameters.
- FormattedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern and a parameter array.
- FormattedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
-
Constructs with a pattern, a parameter array, and a throwable.
- FormattedMessageFactory - Class in org.apache.logging.log4j.message
-
- FormattedMessageFactory() - Constructor for class org.apache.logging.log4j.message.FormattedMessageFactory
-
Constructs a message factory with default flow strings.
- FormattingTuple - Class in org.slf4j.helpers
-
- FormattingTuple(String) - Constructor for class org.slf4j.helpers.FormattingTuple
-
- FormattingTuple(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.FormattingTuple
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ObjectMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.StructuredDataId
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- formatTo(StringBuilder) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- formatTo(StringBuilder) - Method in interface org.apache.logging.log4j.util.StringBuilderFormattable
-
Writes a text representation of this object into the specified StringBuilder, ideally without allocating
temporary objects.
- forName(String, int) - Static method in class org.apache.logging.log4j.Level
-
Retrieves an existing Level or creates on if it didn't previously exist.
- FqcnIgnoringPaxLogger - Class in org.ops4j.pax.logging
-
- FqcnIgnoringPaxLogger() - Constructor for class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
-
- freeze() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
"Freezes" this context stack so it becomes immutable: all mutator methods will throw an exception from now on.
- freeze() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- freeze() - Method in interface org.apache.logging.log4j.util.StringMap
-
Makes this collection immutable.
- fromLevel(int) - Static method in class org.knopflerfish.service.log.LogUtil
-
* Converts from a numeric log severity level to a string. * *
- fromLevel(int, int) - Static method in class org.knopflerfish.service.log.LogUtil
-
* Converts from a numeric log severity level to a left justified * string
of at least the given length. * *
- get(String) - Static method in class org.apache.log4j.MDC
-
Get the context identified by the key parameter.
- get() - Static method in class org.apache.log4j.NDC
-
Dummy method.
- 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 class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- get(String) - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Gets the context identified by the key parameter.
- get(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Gets the context identified by the key parameter.
- get(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets the context value identified by the key parameter.
- get(Supplier<?>) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns the result of evaluating the specified function.
- get(MessageSupplier) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns the Message supplied by the specified function.
- get() - Method in interface org.apache.logging.log4j.util.MessageSupplier
-
Gets a Message.
- get() - Method in interface org.apache.logging.log4j.util.Supplier
-
Gets a value.
- get(String) - Static method in class org.jboss.logging.MDC
-
Returns the value for the key or null if no value was found.
- get() - Static method in class org.jboss.logging.NDC
-
Retrieves the current values set for the nested diagnostics context.
- get(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- get(String) - Method in class org.ops4j.pax.logging.PaxContext
-
- get(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- get(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Get the context identified by the key parameter.
- get(String) - Method in class org.slf4j.helpers.NOPMakerAdapter
-
- get(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
-
- get(String) - Static method in class org.slf4j.MDC
-
Get the diagnostic context identified by the key parameter.
- get(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Get the context identified by the key parameter.
- getAll(Supplier<?>...) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Converts an array of lambda expressions into an array of their evaluation results.
- getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
-
- getArgArray() - Method in class org.slf4j.helpers.FormattingTuple
-
- getArgumentArray() - Method in interface org.slf4j.event.LoggingEvent
-
- getArgumentArray() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Return the configuration attribute with the specified name (if any), or null if there is no such
attribute.
- getAttribute(String) - Method in class org.apache.juli.logging.LogFactory
-
Return the configuration attribute with the specified name (if any),
or null if there is no such attribute.
- getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
-
Return an array containing the names of all currently defined configuration attributes.
- getAttributeNames() - Method in class org.apache.juli.logging.LogFactory
-
Return an array containing the names of all currently defined
configuration attributes.
- 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.
- getBundle(Class<T>) - Static method in class org.jboss.logging.Messages
-
Get a message bundle of the given type.
- getBundle(Class<T>, Locale) - Static method in class org.jboss.logging.Messages
-
Get a message bundle of the given type.
- getBundle() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- getBundle() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
- getBundle() - Method in interface org.osgi.service.log.LogEntry
-
Returns the bundle that created this LogEntry object.
- getCallerBundle(Bundle) - Static method in class org.ops4j.pax.logging.internal.BundleHelper
-
- 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
-
- getCallingClass() - Static method in class org.slf4j.helpers.Util
-
Returns the name of the class which called the invoking method.
- getCause() - Method in exception org.apache.commons.logging.LogConfigurationException
-
Return the underlying cause of this exception (if any).
- getCause() - Method in exception org.apache.juli.logging.LogConfigurationException
-
Return the underlying cause of this exception (if any).
- getCharsetProperty(String) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a Charset value.
- getCharsetProperty(String, Charset) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a Charset value.
- getChildLogger(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- getClassName() - Method in class org.apache.logging.log4j.spi.Provider
-
- getClassName() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Return the fully qualified class name of the caller making the
logging request.
- getContentType() - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Return the type of content
- getContext() - Static method in class org.apache.log4j.MDC
-
Get the current thread's MDC as a map.
- getContext() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContext.
- getContext(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(String, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, Object, boolean) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- getContext() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
Gets the
LoggerContext that should be used to look up or create loggers.
- getContext(Class<?>) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- getContext(String, ClassLoader, Object, boolean) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
-
- getContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a mutable copy of current thread's context Map.
- getContext(String, ClassLoader, Object, boolean) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContextFactory
-
- getContext() - Method in class org.ops4j.pax.logging.PaxContext
-
- getCopy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getCopy() - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- getCopy() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Gets a non-null mutable copy of current thread's context Map.
- getCopy() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Gets a non-null mutable copy of current thread's context Map.
- getCopy() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- getCopyOfContextMap() - Method in class org.ops4j.pax.logging.PaxContext
-
- getCopyOfContextMap() - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- getCopyOfContextMap() - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Return a copy of the current thread's context map.
- getCopyOfContextMap() - Method in class org.slf4j.helpers.NOPMakerAdapter
-
- getCopyOfContextMap() - Method in class org.slf4j.helpers.NOPMDCAdapter
-
- getCopyOfContextMap() - Static method in class org.slf4j.MDC
-
Return a copy of the current thread's context map, with keys and values of
type String.
- getCopyOfContextMap() - Method in interface org.slf4j.spi.MDCAdapter
-
Return a copy of the current thread's context map, with keys and
values of type String.
- 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() - Static method in class org.apache.log4j.NDC
-
Dummy method.
- 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.
- getDepth() - Static method in class org.jboss.logging.NDC
-
The current depth of the nested diagnostics context.
- getDepth() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- getDetachedMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
- getDetachedMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Create a marker which is detached (even at birth) from this IMarkerFactory.
- getDetachedMarker(String) - Static method in class org.slf4j.MarkerFactory
-
Create a marker which is detached (even at birth) from the MarkerFactory.
- getDir() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getDoubleProperty(String, double) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a double.
- getEffectiveLevel() - Method in class org.apache.log4j.Category
-
Starting from this category, search the category hierarchy for a
non-null level and return it.
- getEnterpriseNumber() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns the enterprise number.
- getEntryText() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Gets the entry text.
- getEventQueue() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
-
- getException() - Method in interface org.osgi.service.log.LogEntry
-
Returns the exception object associated with this LogEntry
object.
- getExitText() - Method in class org.apache.logging.log4j.message.DefaultFlowMessageFactory
-
Gets the exit text.
- getExternalContext() - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getExternalContext() - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
An anchor for some other context, such as a ClassLoader or ServletContext.
- getExternalContext() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- getFactory() - Static method in class org.apache.commons.logging.LogFactory
-
- getFactory() - Static method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a LogFactory
instance, using the following ordered lookup procedure to determine
the name of the implementation class to be loaded.
- getFactory() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContextFactory.
- getFile() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getFileName() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Return the file name of the caller.
- getFileSize() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getFilter() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getFilters() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getFlush() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getFooter() - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Returns the footer for the layout format.
- getFormat() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the message.
- getFormat() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the format portion of the Message.
- getFormat() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object formatted using its toString method.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getFormat() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns the message.
- getFormat() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the message pattern.
- getFormat() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns the message.
- getFormat() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns the title.
- getFormats() - Method in class org.apache.logging.log4j.message.MapMessage
-
- getFormats() - Method in interface org.apache.logging.log4j.message.MultiformatMessage
-
Returns the supported formats.
- getFormats() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns the supported formats.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
Returns the formatted message after looking up the format in the resource bundle.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.MapMessage
-
Format the message and return it.
- getFormattedMessage(String[]) - Method in class org.apache.logging.log4j.message.MapMessage
-
- getFormattedMessage() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the Message formatted as a String.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the formatted message.
- getFormattedMessage(String[]) - Method in interface org.apache.logging.log4j.message.MultiformatMessage
-
Returns the Message formatted as a String.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the formatted object message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns the message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the formatted message.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the message and return it.
- getFormattedMessage(String[]) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Formats the message according the the specified format.
- getFormattedMessage() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns the ThreadDump in printable format.
- getFormattedStatus() - Method in class org.apache.logging.log4j.status.StatusData
-
Formats the StatusData for viewing.
- getFormatterLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the calling Class as the Logger name.
- getFormatterLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the Class as the Logger name.
- getFormatterLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.
- getFormatterLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger with the specified name.
- getFQNOfLoggerClass() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getHeader() - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Returns the header for the layout format.
- getId() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns this message id.
- getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
-
- getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
-
- getImmutableContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns an immutable view of the current thread's context Map.
- getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- getImmutableMapOrNull() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Returns an immutable view on the context Map or null if the context map is empty.
- getImmutableMapOrNull() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Returns an immutable view on the context Map or null if the context map is empty.
- getImmutableMapOrNull() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- 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.
- getImmutableStackOrNull() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- getIndexedReadOnlyStringMap() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns a read-only view of the message data.
- getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
-
Convenience method to derive a name from the specified class and call getInstance(String) with it.
- getInstance(String) - Method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a Log instance, using the factory's current set of configuration
attributes.
- getInstance(String) - Method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes.
- getInstance(Class) - Method in class org.apache.juli.logging.LogFactory
-
Convenience method to derive a name from the specified class and
call getInstance(String) with it.
- getInstance(String) - Static method in class org.apache.log4j.Category
-
- getInstance(Class) - Static method in class org.apache.log4j.Category
-
- getIntegerProperty(String, int) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as an integer.
- getKeyAt(int) - Method in interface org.apache.logging.log4j.util.IndexedReadOnlyStringMap
-
Viewing all key-value pairs as a sequence sorted by key, this method returns the key at the specified index,
or null if the specified index is less than zero or greater or equal to the size of this collection.
- getKeyAt(int) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- getKeys() - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Returns the keys in the MDC as a
Set of
Strings The
returned value can be null.
- getLevel(String) - Static method in class org.apache.logging.log4j.Level
-
Return the Level associated with the name or null if the Level cannot be found.
- getLevel() - Method in interface org.apache.logging.log4j.Logger
-
Gets the Level associated with the Logger.
- getLevel() - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- getLevel() - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- getLevel() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the logging level for the event.
- getLevel() - Method in class org.apache.logging.log4j.status.StatusLogger
-
- getLevel() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- getLevel() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getLevel() - Method in interface org.osgi.service.log.LogEntry
-
Returns the severity level of this LogEntry object.
- getLevel() - Method in interface org.slf4j.event.LoggingEvent
-
- getLevel() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getLineNumber() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Returns the line number of the caller.
- getListeners() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Returns a thread safe Iterable for the StatusListener.
- getLocationInformation() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getLog(Class) - Static method in class org.apache.commons.logging.LogFactory
-
Convenience method to return a named logger, without the application having to care about factories.
- getLog(String) - Static method in class org.apache.commons.logging.LogFactory
-
Convenience method to return a named logger, without the application having to care about factories.
- getLog(Class) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog(String) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog() - Method in interface org.osgi.service.log.LogReaderService
-
Returns an Enumeration of all LogEntry objects in
the log.
- getLogger(String) - Static method in class org.apache.log4j.Logger
-
Retrieve a logger by name.
- getLogger(Class) - Static method in class org.apache.log4j.Logger
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
-
This method is equivalent to getLogger( String name ) and the
LoggerFactory is ignored.
- getLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(Class<?>, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(Object, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- getLogger(String) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
- getLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerAdapter
-
Gets a named logger.
- getLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Returns an ExtendedLogger.
- getLogger(String, MessageFactory) - Method in interface org.apache.logging.log4j.spi.LoggerContext
-
Returns an ExtendedLogger.
- getLogger(String) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
Returns an ExtendedLogger.
- getLogger(String, MessageFactory) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
Returns an ExtendedLogger.
- getLogger() - Static method in class org.apache.logging.log4j.status.StatusLogger
-
Retrieve the StatusLogger.
- getLogger(String) - Static method in class org.jboss.logging.Logger
-
Get a Logger instance given the logger name.
- getLogger(String, String) - Static method in class org.jboss.logging.Logger
-
Get a Logger instance given the logger name with the given suffix.
- getLogger(Class<?>) - Static method in class org.jboss.logging.Logger
-
Get a Logger instance given the name of a class.
- getLogger(Class<?>, String) - Static method in class org.jboss.logging.Logger
-
Get a Logger instance given the name of a class with the given suffix.
- getLogger(String) - Method in interface org.jboss.logging.LoggerProvider
-
Returns a logger which is backed by a logger from the log provider.
- getLogger(String) - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
-
- getLogger(AvalonLogger, String) - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
-
- getLogger(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- getLogger(String, MessageFactory) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- getLogger(String, String) - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- getLogger(String, String) - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
- getLogger(Bundle, String, String) - Method in interface org.ops4j.pax.logging.PaxLoggingService
-
- getLogger(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
-
Return an appropriate
Logger instance as specified by the
name parameter.
- getLogger() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getLogger(String) - Method in class org.slf4j.helpers.NOPLoggerFactory
-
- getLogger(String) - Method in class org.slf4j.helpers.SubstituteLoggerFactory
-
- getLogger(String) - Method in interface org.slf4j.ILoggerFactory
-
Return an appropriate
Logger instance as specified by the
name parameter.
- getLogger(String) - Static method in class org.slf4j.LoggerFactory
-
Return a logger named according to the name parameter using the
statically bound
ILoggerFactory instance.
- getLogger(Class<?>) - Static method in class org.slf4j.LoggerFactory
-
Return a logger named corresponding to the class passed as parameter,
using the statically bound
ILoggerFactory instance.
- getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
-
- getLoggerFactory() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
- getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
-
- getLoggerFactoryClassStr() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
The String form of the
ILoggerFactory object that this
LoggerFactoryBinder instance is
intended to return.
- 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.
- getLoggerName() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getLoggerName() - Method in interface org.slf4j.event.LoggingEvent
-
- getLoggerName() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getLoggerNames() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
-
- getLoggers() - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- getLoggers(Collection<T>) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- getLoggers() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
-
- getLoggersInContext(LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
-
Gets or creates the ConcurrentMap of named loggers for a given LoggerContext.
- getLogLevel() - Method in class org.apache.commons.logging.internal.JclLogger
-
- getLogLevel() - Method in class org.apache.juli.logging.internal.JuliLogger
-
- getLogLevel() - Method in class org.knopflerfish.service.log.LogRef
-
* Returns the current log level.
- getLogLevel() - Method in interface org.knopflerfish.service.log.LogService
-
* Get the current log level.
- getLogLevel() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- getLogLevel() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- getLogLevel() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- getLogLevel() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- getLogLevel() - Method in interface org.ops4j.pax.logging.PaxLoggingService
-
- getLongProperty(String, long) - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Gets the named property as a long.
- getLowerCaseHex(int) - Static method in class org.apache.logging.log4j.util.Chars
-
Converts a digit into an lowercase hexadecimal character or the null character if invalid.
- getMap() - Static method in class org.jboss.logging.MDC
-
Returns the map from the context.
- getMarker(String) - Static method in class org.apache.logging.log4j.MarkerManager
-
Retrieves a Marker or create a Marker that has no parent.
- getMarker(String, String) - Static method in class org.apache.logging.log4j.MarkerManager
-
- getMarker(String, Marker) - Static method in class org.apache.logging.log4j.MarkerManager
-
- getMarker() - Method in interface org.slf4j.event.LoggingEvent
-
- getMarker() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
- getMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Manufacture a
Marker instance by name.
- getMarker(String) - Static method in class org.slf4j.MarkerFactory
-
Return a Marker instance as specified by the name parameter using the
previously bound
IMarkerFactoryinstance.
- getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
- getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMarkerFactoryClassStr() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
The String form of the
IMarkerFactory object that this
MarkerFactoryBinder instance is
intended to return.
- getMarkerName(Marker) - Static method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- getMaxGen() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getMaxSize() - Method in class org.ops4j.pax.logging.internal.eventadmin.EventAdminTracker
-
- getMdc(String) - Method in interface org.jboss.logging.LoggerProvider
-
Returns the value for the key on the message diagnostics context or null if no value was found.
- getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
-
- getMDCAdapter() - Static method in class org.slf4j.MDC
-
Returns the MDCAdapter instance currently in use.
- getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
-
- getMdcMap() - Method in interface org.jboss.logging.LoggerProvider
-
Returns the map from the context.
- getMemorySize() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getMessage() - Method in interface org.apache.logging.log4j.message.FlowMessage
-
The wrapped message
- getMessage(String, Object[], Throwable) - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- getMessage() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the message associated with the event.
- getMessage(Supplier<?>, MessageFactory) - Static method in class org.apache.logging.log4j.util.LambdaUtil
-
Returns a Message, either the value supplied by the specified function, or a new Message created by the specified
Factory.
- getMessage() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getMessage() - Method in interface org.osgi.service.log.LogEntry
-
Returns the human readable message associated with this LogEntry
object.
- getMessage() - Method in interface org.slf4j.event.LoggingEvent
-
- getMessage() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getMessage() - Method in class org.slf4j.helpers.FormattingTuple
-
- getMessageFactory() - Method in interface org.apache.logging.log4j.Logger
-
Gets the message factory used to convert message Objects and Strings/CharSequences into actual log Messages.
- getMessageFactory() - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- getMessageLogger(Class<T>, String) - Static method in class org.jboss.logging.Logger
-
Get a typed logger which implements the given interface.
- getMessageLogger(Class<T>, String, Locale) - Static method in class org.jboss.logging.Logger
-
Get a typed logger which implements the given interface.
- getMethodName() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Returns the method name of the caller.
- getName() - Method in class org.apache.log4j.Category
-
Return the category 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
-
- getName() - Method in class org.jboss.logging.Logger
-
Return the name of this logger.
- getName() - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- getName() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- getName() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- getName() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- getName() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- getName() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Return the name of this Logger instance.
- getName() - Method in class org.slf4j.event.EventRecodingLogger
-
- getName() - Method in class org.slf4j.helpers.BasicMarker
-
- getName() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns the string value "NOP".
- getName() - Method in class org.slf4j.helpers.SubstituteLogger
-
- getName() - Method in interface org.slf4j.Logger
-
Return the name of this Logger instance.
- getName() - Method in interface org.slf4j.Marker
-
Get the name of this Marker.
- getNdc() - Method in interface org.jboss.logging.LoggerProvider
-
Retrieves the current values set for the nested diagnostics context.
- getNdcDepth() - Method in interface org.jboss.logging.LoggerProvider
-
The current depth of the nested diagnostics context.
- getOptional() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Returns a list of optional keys.
- getOriginal() - Method in class org.apache.logging.log4j.spi.MessageFactory2Adapter
-
- getOut() - Method in interface org.knopflerfish.service.log.LogConfig
-
- getParameter() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object parameter.
- getParameter() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object parameter.
- getParameterCount() - Method in interface org.apache.logging.log4j.message.ReusableMessage
-
Returns the number of parameters that was used to initialize this reusable message for the current content.
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
This message does not have any parameters so this method always returns zero.
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- getParameterCount() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
This message does not have any parameters so this method always returns zero.
- getParameters() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
Gets the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.MapMessage
-
Returns the data elements as if they were parameters on the logging event.
- getParameters() - Method in interface org.apache.logging.log4j.message.Message
-
Gets parameter values, if any.
- getParameters() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Returns the object as if it were a parameter.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getParameters() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Returns null since there are no parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Returns the message parameters.
- getParameters() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Returns an array with a single element, a Map containing the ThreadInformation as the key.
- getParents() - Method in interface org.apache.logging.log4j.Marker
-
Returns a list of parents of this Marker.
- getParents() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- getPaxContext() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- getPaxContext() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- getPaxContext() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- getPaxContext() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- getPaxContext() - Method in interface org.ops4j.pax.logging.PaxLoggingService
-
- getPaxLoggingService() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- getPaxLoggingService() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
- 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.
- getProperties() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getProviders() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- getReadOnlyContextData() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Returns the context data for reading.
- getReadOnlyContextData() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap2
-
Returns the context data for reading.
- getRenderedMessage() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- 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.log4j.Logger
-
Return the root of logger for the current hierarchy.
- getRootLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the root logger.
- getServiceReference() - Method in interface org.osgi.service.log.LogEntry
-
Returns the ServiceReference object for the service associated
with this LogEntry object.
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
Return the singleton of this class.
- getSingleton() - Static method in class org.slf4j.impl.StaticMarkerBinder
-
- getSingleton() - Static method in class org.slf4j.impl.StaticMDCBinder
-
- 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.
- getSyslogEquivalent() - Method in class org.apache.log4j.Priority
-
Return the syslog equivalent of this priority as an integer.
- getSyslogEquivalent() - Method in interface org.ops4j.pax.logging.spi.PaxLevel
-
Return the syslog equivalent of this priority as an integer.
- getSystemProperties() - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Return the system properties or an empty Properties object if an error occurs.
- getText() - Method in interface org.apache.logging.log4j.message.FlowMessage
-
The message text like "Enter" or "Exit" used to prefix the actual Message.
- getThreadContextClassLoader() - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Gets the current Thread ClassLoader.
- getThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
-
- getThreadContextMap() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a read-only view of the internal data structure used to store thread context key-value pairs,
or null if the internal data structure does not implement the
ReadOnlyThreadContextMap interface.
- getThreadName() - Method in class org.apache.logging.log4j.status.StatusData
-
- getThreadName() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getThreadName() - Method in interface org.slf4j.event.LoggingEvent
-
- getThreadName() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getThrowable() - Method in class org.apache.logging.log4j.message.FormattedMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.LocalizedMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.MapMessage
-
Always returns null.
- getThrowable() - Method in interface org.apache.logging.log4j.message.Message
-
Gets the throwable, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
-
Return the throwable passed to the Message.
- getThrowable() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
-
Returns null.
- getThrowable() - Method in class org.apache.logging.log4j.message.ObjectMessage
-
Gets the message if it is a throwable.
- getThrowable() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
-
Returns the Throwable that was given as the last argument, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
Gets the message if it is a throwable.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
Returns the Throwable that was given as the last argument, if any.
- getThrowable() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- getThrowable() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
Always returns null.
- getThrowable() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
-
Return the throwable passed to the Message.
- getThrowable() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
-
Always returns null.
- getThrowable() - Method in class org.apache.logging.log4j.status.StatusData
-
Returns the Throwable associated with the event.
- getThrowable() - Method in interface org.slf4j.event.LoggingEvent
-
- getThrowable() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
-
- getThrowableStrRep() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getTime() - Method in interface org.osgi.service.log.LogEntry
-
Returns the value of currentTimeMillis() at the time this
LogEntry object was created.
- 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.
- getTimeStamp() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getTimeStamp() - Method in interface org.slf4j.event.LoggingEvent
-
- getTimeStamp() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getType() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
Returns this message type.
- getUpperCaseHex(int) - Static method in class org.apache.logging.log4j.util.Chars
-
Converts a digit into an uppercase hexadecimal character or the null character if invalid.
- getUrl() - Method in class org.apache.logging.log4j.spi.Provider
-
Gets the URL containing this Provider's Log4j details.
- getValue(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- getValue(String) - Method in interface org.apache.logging.log4j.spi.ObjectThreadContextMap
-
Returns the Object value for the specified key, or null if the specified key does not exist in this
collection.
- getValue(String) - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns the value for the specified key, or null if the specified key does not exist in this collection.
- getValue(String) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- getValueAt(int) - Method in interface org.apache.logging.log4j.util.IndexedReadOnlyStringMap
-
Viewing all key-value pairs as a sequence sorted by key, this method returns the value at the specified index,
or null if the specified index is less than zero or greater or equal to the size of this collection.
- getValueAt(int) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- 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.
- ILoggerFactory - Interface in org.slf4j
-
ILoggerFactory instances manufacture
Logger
instances by name.
- IMarkerFactory - Interface in org.slf4j
-
Implementations of this interface are used to manufacture
Marker
instances.
- IndexedReadOnlyStringMap - Interface in org.apache.logging.log4j.util
-
An extension of ReadOnlyStringMap that imposes a total ordering on its keys.
- IndexedStringMap - Interface in org.apache.logging.log4j.util
-
An extension of StringMap that imposes a total ordering on its keys.
- indexOfKey(String) - Method in interface org.apache.logging.log4j.util.IndexedReadOnlyStringMap
-
Viewing all key-value pairs as a sequence sorted by key, this method returns the index of the specified key in
that sequence.
- indexOfKey(String) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- info(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object) - Method in class org.apache.commons.logging.internal.JclLogger
-
- info(Object, Throwable) - Method in class org.apache.commons.logging.internal.JclLogger
-
- info(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with info log level.
- info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with info log level.
- info(Object) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- info(Object, Throwable) - Method in class org.apache.juli.logging.internal.JuliLogger
-
- info(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with info log level.
- info(Object) - Method in class org.apache.log4j.Category
-
Log a message object with the INFO Level.
- info(Object, Throwable) - Method in class org.apache.log4j.Category
-
Log a message object with the
INFO level including the stack
trace of the
Throwablet passed as parameter.
- INFO - Static variable in class org.apache.log4j.Level
-
The INFO level designates informational messages
that highlight the progress of the application at coarse-grained
level.
- info(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the INFO level with message formatting
done according to the value of messagePattern and
arg parameters.
- info(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the INFO level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- info(Object) - Method in class org.apache.log4j.Logger
-
- info(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- INFO - Static variable in class org.apache.log4j.Priority
-
- INFO - Static variable in class org.apache.logging.log4j.Level
-
An event for informational purposes.
- info(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO level.
- info(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO level.
- info(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO level with the
specified Marker.
- info(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO level) with the
specified Marker and including the stack trace of the
Throwable t passed as parameter.
- info(Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
INFO level.
- info(Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
INFO level including the stack trace of the
Throwable
t passed as parameter.
- info(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO level.
- info(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO level including the stack trace of the
Throwable
t passed as parameter.
- info(Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO level.
- info(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
INFO level.
- info(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
INFO level.
- info(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO level including the stack trace of the
Throwable
t passed as parameter.
- info(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO level with the
specified Marker.
- info(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO level) with the
specified Marker and including the stack trace of the
Throwable t passed as parameter.
- info(Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO level.
- info(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the
INFO level.
- info(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO level.
- info(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO level) including the
stack trace of the
Throwable t passed as parameter.
- info(CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the
INFO level.
- info(CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the
INFO level including the stack trace of the
Throwable
t passed as parameter.
- info(Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO level.
- info(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO level including the stack trace of the
Throwable
t passed as parameter.
- info(String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the
INFO level.
- info(String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the
INFO level.
- info(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the
INFO level.
- info(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the
INFO level including the stack trace of the
Throwable
t passed as parameter.
- info(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the
INFO level.
- info(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the
INFO level) including the
stack trace of the
Throwable t passed as parameter.
- info(Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at info level.
- info(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- info(Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO.
- info(Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of INFO.
- info(String, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable with a level of INFO and a specific logger class name.
- info(String, Object, Object[], Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with parameters and a throwable with a level of INFO.
- info(Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- info(Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- info(String, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- info(String, Object, Object[], Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- info(Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO.
- info(Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of INFO.
- info(String, Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable with a level of INFO and a specific logger class name.
- info(Object, Object[]) - Method in class org.jboss.logging.Logger
-
- info(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
- info(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message with parameters and a throwable with a level of INFO.
- info(String) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message. * *
- info(String, ServiceReference) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message. * *
- info(String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message. * *
- info(String, ServiceReference, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message. * *
- info(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- info(String, Throwable) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- info(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and argument.
- info(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log an exception (throwable) at the INFO level with an
accompanying message.
- info(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message with the specific Marker at the INFO level.
- info(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(String) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- info(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- info(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- info(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
-
- info(String) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level.
- info(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level according to the specified format
and argument.
- info(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the INFO level with an
accompanying message.
- info(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the INFO level.
- info(Marker, String, Object) - Method in interface org.slf4j.Logger
-
- info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- info(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- INFO_INT - Static variable in class org.apache.log4j.Priority
-
- INFO_INT - Static variable in class org.slf4j.event.EventConstants
-
- INFO_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- infof(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infof(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message with a level of INFO.
- inform(String, Throwable, String) - Method in class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
-
- inform(String, Throwable) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- inform(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- inform(String, Throwable) - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- inform(String, Throwable) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- inform(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- inform(String, Throwable) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- inform(String, Throwable, String) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- infov(String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- infov(String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- infov(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat-style formatting.
- inherit(Stack) - Static method in class org.apache.log4j.NDC
-
Dummy method.
- INHERITABLE_MAP - Static variable in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
Property name ("isThreadContextMapInheritable" ) for selecting InheritableThreadLocal (value "true") or plain
ThreadLocal (value is not "true") in the implementation.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
Instance of ParameterizedMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
Instance of ParameterizedStatusMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.ReusableMessageFactory
-
Instance of ReusableMessageFactory..
- INSTANCE - Static variable in class org.apache.logging.log4j.message.SimpleMessageFactory
-
Instance of StringFormatterMessageFactory.
- INSTANCE - Static variable in class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
Instance of StringFormatterMessageFactory.
- intLevel() - Method in class org.apache.logging.log4j.Level
-
Gets the integral value of this Level.
- intLevel() - Method in enum org.apache.logging.log4j.spi.StandardLevel
-
Returns the integer value of the Level.
- IS_WEB_APP - Static variable in class org.apache.logging.log4j.util.Constants
-
true if we think we are running in a web container, based on the boolean value of system property
"log4j2.is.webapp", or (if this system property is not set) whether the javax.servlet.Servlet class
is present in the classpath.
- isBlank(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a String is blank.
- isClassAvailable(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
-
Determines if a named Class can be loaded or not.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Debug is never enabled.
- isDebugEnabled() - Method in class org.apache.commons.logging.internal.JclLogger
-
- isDebugEnabled() - Method in interface org.apache.commons.logging.Log
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.apache.juli.logging.internal.JuliLogger
-
- isDebugEnabled() - Method in interface org.apache.juli.logging.Log
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.apache.log4j.Category
-
Check whether this category 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
-
- isDebugEnabled() - Method in interface org.jboss.logging.BasicLogger
-
Check to see if the DEBUG level is enabled for this logger.
- isDebugEnabled() - Method in class org.jboss.logging.DelegatingBasicLogger
-
- isDebugEnabled() - Method in class org.jboss.logging.Logger
-
Check to see if the DEBUG level is enabled for this logger.
- isDebugEnabled() - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isDebugEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isDebugEnabled() - Method in class org.slf4j.event.EventRecodingLogger
-
- isDebugEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
-
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isDebugEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isDebugEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
-
- isDebugEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isDefaultConfig() - Method in interface org.knopflerfish.service.log.LogConfig
-
- isDelegateEventAware() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isDelegateNOP() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isDelegateNull() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- isEmpty() - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- isEmpty() - Method in interface org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Returns true if the Map is empty.
- isEmpty() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Returns true if the Map is empty.
- isEmpty() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns true if the Map is empty.
- isEmpty() - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns true if this collection is empty (size is zero), false otherwise.
- isEmpty() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- isEmpty(CharSequence) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a CharSequence is empty ("") or null.
- isEmpty() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- isEmpty() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- isEnabled(Level) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the given Level.
- isEnabled(Level, Marker) - Method in interface org.apache.logging.log4j.Logger
-
Checks whether this Logger is enabled for the given Level and Marker.
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- isEnabled(Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determine if logging is enabled.
- isEnabled(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Determines if logging is enabled.
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Detect if the event would be logged.
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Logger.Level) - Method in interface org.jboss.logging.BasicLogger
-
Check to see if the given level is enabled for this logger.
- isEnabled(Logger.Level) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabledFor(Priority) - Method in class org.apache.log4j.Category
-
Check whether this category is enabled for a given
Level passed as parameter.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Error is never enabled.
- isErrorEnabled() - Method in class org.apache.commons.logging.internal.JclLogger
-
- isErrorEnabled() - Method in interface org.apache.commons.logging.Log
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.apache.juli.logging.internal.JuliLogger
-
- isErrorEnabled() - Method in interface org.apache.juli.logging.Log
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.apache.log4j.Logger
-
Check whether this category 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
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isErrorEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isErrorEnabled() - Method in class org.slf4j.event.EventRecodingLogger
-
- isErrorEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
-
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isErrorEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- isErrorEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
-
- isErrorEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Fatal is never enabled.
- isFatalEnabled() - Method in class org.apache.commons.logging.internal.JclLogger
-
- isFatalEnabled() - Method in interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isFatalEnabled() - Method in class org.apache.juli.logging.internal.JuliLogger
-
- isFatalEnabled() - Method in interface org.apache.juli.logging.Log
-
Is fatal logging currently enabled?
- 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
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isFatalEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isFatalErrorEnabled() - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- isFrozen() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
Returns whether this context stack is frozen.
- isFrozen() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- isFrozen() - Method in interface org.apache.logging.log4j.util.StringMap
-
Returns
true if this object has been
frozen,
false otherwise.
- isGreaterOrEqual(Priority) - Method in class org.apache.log4j.Priority
-
Returns true if this level has a higher or equal
level than the level passed as argument, false
otherwise.
- isGreaterOrEqual(PaxLevel) - Method in interface org.ops4j.pax.logging.spi.PaxLevel
-
Returns true if this level has a higher or equal
level than the level passed as argument, false
otherwise.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Info is never enabled.
- isInfoEnabled() - Method in class org.apache.commons.logging.internal.JclLogger
-
- isInfoEnabled() - Method in interface org.apache.commons.logging.Log
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.apache.juli.logging.internal.JuliLogger
-
- isInfoEnabled() - Method in interface org.apache.juli.logging.Log
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.apache.log4j.Category
-
Check whether this category 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
-
- isInfoEnabled() - Method in interface org.jboss.logging.BasicLogger
-
Check to see if the INFO level is enabled for this logger.
- isInfoEnabled() - Method in class org.jboss.logging.DelegatingBasicLogger
-
- isInfoEnabled() - Method in class org.jboss.logging.Logger
-
Check to see if the INFO level is enabled for this logger.
- isInfoEnabled() - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isInfoEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isInfoEnabled() - Method in class org.slf4j.event.EventRecodingLogger
-
- isInfoEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
-
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isInfoEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isInfoEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
-
- isInfoEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isInRange(Level, Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the levels passed as arguments and returns true if this level is in between the given
levels.
- isInstanceOf(Marker) - Method in interface org.apache.logging.log4j.Marker
-
Checks whether this Marker is an instance of the specified Marker.
- isInstanceOf(String) - Method in interface org.apache.logging.log4j.Marker
-
Checks whether this Marker is an instance of the specified Marker.
- isInstanceOf(Marker) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- isInstanceOf(String) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
- isLessSpecificThan(Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the level passed as an argument and returns true if this level is the same or is less
specific.
- isMoreSpecificThan(Level) - Method in class org.apache.logging.log4j.Level
-
Compares this level against the level passed as an argument and returns true if this level is the same or is more
specific.
- isNotBlank(String) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a String is not blank.
- isNotEmpty(CharSequence) - Static method in class org.apache.logging.log4j.util.Strings
-
Checks if a CharSequence is not empty ("") and not null.
- isOsWindows() - Method in class org.apache.logging.log4j.util.PropertiesUtil
-
Returns true if system properties tell us we are running on Windows.
- isReserved() - Method in class org.apache.logging.log4j.message.StructuredDataId
-
Indicates if the id is reserved.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Trace is never enabled.
- isTraceEnabled() - Method in class org.apache.commons.logging.internal.JclLogger
-
- isTraceEnabled() - Method in interface org.apache.commons.logging.Log
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.apache.juli.logging.internal.JuliLogger
-
- isTraceEnabled() - Method in interface org.apache.juli.logging.Log
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.apache.log4j.Logger
-
Check whether this category 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
-
- isTraceEnabled() - Method in interface org.jboss.logging.BasicLogger
-
Check to see if the TRACE level is enabled for this logger.
- isTraceEnabled() - Method in class org.jboss.logging.DelegatingBasicLogger
-
- isTraceEnabled() - Method in class org.jboss.logging.Logger
-
Check to see if the TRACE level is enabled for this logger.
- isTraceEnabled() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isTraceEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isTraceEnabled() - Method in class org.slf4j.event.EventRecodingLogger
-
- isTraceEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
-
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isTraceEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isTraceEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
-
- isTraceEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Warn is never enabled.
- isWarnEnabled() - Method in class org.apache.commons.logging.internal.JclLogger
-
- isWarnEnabled() - Method in interface org.apache.commons.logging.Log
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.apache.juli.logging.internal.JuliLogger
-
- isWarnEnabled() - Method in interface org.apache.juli.logging.Log
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.apache.log4j.Logger
-
Check whether this category 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
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.internal.BufferingLog
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isWarnEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isWarnEnabled() - Method in class org.slf4j.event.EventRecodingLogger
-
- isWarnEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
-
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isWarnEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isWarnEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
-
- isWarnEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled(Marker) - Method in interface org.slf4j.Logger
-
- iterator() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- iterator() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- iterator() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- iterator() - Method in class org.slf4j.helpers.BasicMarker
-
- iterator() - Method in interface org.slf4j.Marker
-
Returns an Iterator which can be used to iterate over the references of this
marker.
- LambdaUtil - Class in org.apache.logging.log4j.util
-
Utility class for lambda support.
- LAYOUT_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingService
-
- lazyInit() - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Lazily initializes the ProviderUtil singleton.
- length() - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- length() - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- Level - Class in org.apache.log4j
-
Defines the minimum set of levels recognized by the system, that is
OFF, FATAL, ERROR,
WARN, INFODEBUG and
ALL.
- Level(int, String, int) - Constructor for class org.apache.log4j.Level
-
Instantiate a Level object.
- Level - Class in org.apache.logging.log4j
-
Levels used for identifying the severity of an event.
- level - Static variable in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- Level - Enum in org.slf4j.event
-
- LEVEL_DEBUG - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_ERROR - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_INFO - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_TRACE - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_WARNING - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LF - Static variable in class org.apache.logging.log4j.util.Chars
-
Line Feed.
- LINE_SEPARATOR - Static variable in class org.apache.logging.log4j.util.Strings
-
OS-dependent line separator, defaults to "\n" if the system property ""line.separator" cannot be
read.
- 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.
- loadLoggerContextFactory() - Method in class org.apache.logging.log4j.spi.Provider
-
- loadProvider(URL, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
Loads an individual Provider implementation.
- loadProviders(Enumeration<URL>, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
-
- loadThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
-
- LocalizedMessage - Class in org.apache.logging.log4j.message
-
Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize
messages.
- LocalizedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
Constructor with message pattern and arguments.
- LocalizedMessage(String, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(String, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
-
- LocalizedMessage(ResourceBundle, String) - 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
-
- LocationAwareLogger - Interface in org.slf4j.spi
-
An optional interface helping integration with logging systems capable of
extracting location information.
- locationInformationExists() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- Log - Interface in org.apache.commons.logging
-
A simple logging interface abstracting logging APIs.
- Log - Interface in org.apache.juli.logging
-
A simple logging interface abstracting logging APIs.
- log(Priority, Object) - Method in class org.apache.log4j.Category
-
Log a message with the code level priority.
- log(Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
This generic form is intended to be used by wrappers.
- log(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
This is the most generic printing method.
- log(Level, Marker, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the specified level with the specified
Marker.
- log(Level, Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the
Throwable t passed as parameter.
- log(Level, Marker, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the given level.
- log(Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the given level including the stack trace of the
Throwable t passed as
parameter.
- log(Level, Marker, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable t passed as
parameter.
- log(Level, Marker, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the given level.
- log(Level, Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
- log(Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable t passed as
parameter.
- log(Level, Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker.
- log(Level, Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the
Throwable t passed as parameter.
- log(Level, Message) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with the specific Marker at the given level.
- log(Level, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the specified level.
- log(Level, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the
Throwable t passed as parameter.
- log(Level, CharSequence) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message CharSequence with the given level.
- log(Level, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a CharSequence at the given level including the stack trace of the
Throwable t passed as
parameter.
- log(Level, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable t passed as
parameter.
- log(Level, String) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message object with the given level.
- log(Level, String, Object...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the given level.
- log(Level, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
- log(Level, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message at the given level including the stack trace of the
Throwable t passed as
parameter.
- log(Level, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message which is only to be constructed if the logging level is the specified level.
- log(Level, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the
Throwable t passed as parameter.
- log(Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.Logger
-
Logs a message with parameters at the specified level.
- log(Level, Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, CharSequence) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- log(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(Logger.Level, Object) - Method in interface org.jboss.logging.BasicLogger
-
Log a message at the given level.
- log(Logger.Level, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable at the given log level.
- log(Logger.Level, String, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message and throwable at the given log level and a specific logger class name.
- log(String, Logger.Level, Object, Object[], Throwable) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message with parameters and a throwable at the given log level.
- log - Variable in class org.jboss.logging.DelegatingBasicLogger
-
The delegate logger.
- log(Logger.Level, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- log(Logger.Level, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- log(Logger.Level, String, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- log(Logger.Level, Object) - Method in class org.jboss.logging.Logger
-
Log a message at the given level.
- log(Logger.Level, Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable at the given log level.
- log(Logger.Level, String, Object, Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message and throwable at the given log level and a specific logger class name.
- log(Logger.Level, Object, Object[]) - Method in class org.jboss.logging.Logger
-
- log(Logger.Level, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
- log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
-
Issue a log message with parameters and a throwable at the given log level.
- log(int, String) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a message. * The ServiceDescription field and the Throwable * field
of the LogEntry will be set to null
- log(int, String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a message with an exception. * The ServiceDescription field of the
LogEntry will be set to null
- log(ServiceReference, int, String) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a message associated with a specific Service. * The Throwable field
of the LogEntry will be set to null
- log(ServiceReference, int, String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log a message with an exception associated with a specific Service
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
This method implements LocationAwareLogger.log
The caller passes in it's own Fully Qualified Class Name (fqcn).
- log(int, String) - Method in interface org.osgi.service.log.LogService
-
Logs a message.
- log(int, String, Throwable) - Method in interface org.osgi.service.log.LogService
-
Logs a message with an exception.
- log(ServiceReference, int, String) - Method in interface org.osgi.service.log.LogService
-
Logs a message associated with a specific ServiceReference
object.
- log(ServiceReference, int, String, Throwable) - Method in interface org.osgi.service.log.LogService
-
Logs a message with an exception associated and a
ServiceReference object.
- log(LoggingEvent) - Method in class org.slf4j.helpers.SubstituteLogger
-
- log(Marker, String, int, String, Object[], Throwable) - Method in interface org.slf4j.spi.LocationAwareLogger
-
Printing method with support for location information.
- Log4jMarker(String) - Constructor for class org.apache.logging.log4j.MarkerManager.Log4jMarker
-
Constructs a new Marker.
- Log4jv2Logger - Class in org.ops4j.pax.logging.log4jv2
-
This is the default logger that is used when no suitable logging implementation is available.
- Log4jv2Logger(String, MessageFactory, PaxLoggingManager) - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- Log4jv2LoggerContext - Class in org.ops4j.pax.logging.log4jv2
-
- Log4jv2LoggerContext() - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- Log4jv2LoggerContextFactory - Class in org.ops4j.pax.logging.log4jv2
-
- Log4jv2LoggerContextFactory() - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContextFactory
-
- Log4jv2ThreadContextMap - Class in org.ops4j.pax.logging.log4jv2
-
The actual ThreadContext Map.
- Log4jv2ThreadContextMap() - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- Log4jv2ThreadContextStack - Class in org.ops4j.pax.logging.log4jv2
-
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.
- Log4jv2ThreadContextStack(boolean) - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- LOG_DEBUG - Static variable in interface org.osgi.service.log.LogService
-
A debugging message (Value 4).
- LOG_ERROR - Static variable in interface org.osgi.service.log.LogService
-
An error message (Value 1).
- LOG_INFO - Static variable in interface org.osgi.service.log.LogService
-
An informational message (Value 3).
- LOG_WARNING - Static variable in interface org.osgi.service.log.LogService
-
A warning message (Value 2).
- LogConfig - Interface in org.knopflerfish.service.log
-
- LogConfigurationException - Exception in org.apache.commons.logging
-
An exception that is thrown only if a suitable LogFactory
or Log instance cannot be created by the corresponding
factory methods.
- LogConfigurationException() - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with null as its detail message.
- LogConfigurationException(String) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message.
- LogConfigurationException(Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified cause and a derived
detail message.
- LogConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message and cause.
- LogConfigurationException - Exception in org.apache.juli.logging
-
An exception that is thrown only if a suitable LogFactory
or Log instance cannot be created by the corresponding
factory methods.
- LogConfigurationException() - Constructor for exception org.apache.juli.logging.LogConfigurationException
-
Construct a new exception with null as its detail message.
- LogConfigurationException(String) - Constructor for exception org.apache.juli.logging.LogConfigurationException
-
Construct a new exception with the specified detail message.
- LogConfigurationException(Throwable) - Constructor for exception org.apache.juli.logging.LogConfigurationException
-
Construct a new exception with the specified cause and a derived
detail message.
- LogConfigurationException(String, Throwable) - Constructor for exception org.apache.juli.logging.LogConfigurationException
-
Construct a new exception with the specified detail message and cause.
- LogEntry - Interface in org.osgi.service.log
-
Provides methods to access the information contained in an individual Log
Service log entry.
- logEvent(StructuredDataMessage) - Static method in class org.apache.logging.log4j.EventLogger
-
Logs events with a level of ALL.
- logEvent(StructuredDataMessage, Level) - Static method in class org.apache.logging.log4j.EventLogger
-
Logs events and specify the logging level.
- logf(Logger.Level, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a formatted log message at the given log level.
- logf(String, Logger.Level, Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Log a message at the given level.
- logf(Logger.Level, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(String, Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logf(Logger.Level, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(String, Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Log a message at the given level.
- LogFactory - Class in org.apache.commons.logging
-
This is an adaptation of the Jakarta Commons Logging API for OSGi usage.
- LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
-
- LogFactory - Class in org.apache.juli.logging
-
Modified LogFactory: removed all discovery, hardcode a specific implementation
If you like a different logging implementation - use either the discovery-based
commons-logging, or better - another implementation hardcoded to your favourite
logging impl.
- logged(LogEntry) - Method in interface org.osgi.service.log.LogListener
-
Listener method called for each LogEntry object created.
- Logger - Class in org.apache.log4j
-
This is the central class in the log4j package.
- 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 - Class in org.jboss.logging
-
An abstracted logging entry point.
- Logger(String) - Constructor for class org.jboss.logging.Logger
-
Construct a new instance.
- Logger - Interface in org.slf4j
-
The org.slf4j.Logger interface is the main user entry point of SLF4J API.
- Logger.Level - Enum in org.jboss.logging
-
Levels used by this logging API.
- LOGGER_CONTEXT_FACTORY - Static variable in class org.apache.logging.log4j.spi.Provider
-
- LoggerAdapter<L> - Interface in org.apache.logging.log4j.spi
-
A basic registry for
LoggerContext objects and their associated external
Logger classes.
- LoggerContext - Interface in org.apache.logging.log4j.spi
-
Anchor point for logging implementations.
- LoggerContextFactory - Interface in org.apache.logging.log4j.spi
-
- LoggerContextKey - Class in org.apache.logging.log4j.spi
-
- LoggerContextKey() - Constructor for class org.apache.logging.log4j.spi.LoggerContextKey
-
Deprecated.
- LoggerFactory - Interface in org.apache.log4j.spi
-
Implement this interface to create new instances of Logger or
a sub-class of Logger.
- LoggerFactory - Class in org.slf4j
-
The LoggerFactory is a utility class producing Loggers for
various logging APIs, most notably for log4j, logback and JDK 1.4 logging.
- LoggerFactoryBinder - Interface in org.slf4j.spi
-
- LoggerNameAwareMessage - Interface in org.apache.logging.log4j.message
-
Message that is interested in the name of the Logger.
- LoggerProvider - Interface in org.jboss.logging
-
A contract for the log provider implementation.
- LoggerRegistry<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Convenience class to be used by LoggerContext implementations.
- LoggerRegistry() - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry
-
- LoggerRegistry(LoggerRegistry.MapFactory<T>) - Constructor for class org.apache.logging.log4j.spi.LoggerRegistry
-
- LoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Generates ConcurrentHashMaps for use by the registry to store the Loggers.
- LoggerRegistry.MapFactory<T extends ExtendedLogger> - Interface in org.apache.logging.log4j.spi
-
Interface to control the data structure used by the registry to store the Loggers.
- LoggerRegistry.WeakMapFactory<T extends ExtendedLogger> - Class in org.apache.logging.log4j.spi
-
Generates WeakHashMaps for use by the registry to store the Loggers.
- LoggingEvent - Interface in org.slf4j.event
-
- LoggingException - Exception in org.apache.logging.log4j
-
Exception thrown when an error occurs while logging.
- LoggingException(String) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with a message.
- LoggingException(String, Throwable) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with a message and underlying cause.
- LoggingException(Throwable) - Constructor for exception org.apache.logging.log4j.LoggingException
-
Construct an exception with an underlying cause.
- logIfEnabled(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logIfEnabled(String, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, CharSequence, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a CharSequence message if the specified level is active.
- logIfEnabled(String, Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message if the specified level is active.
- logIfEnabled(String, Level, Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message which is only to be constructed if the specified level is active.
- logIfEnabled(String, Level, Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message whose parameters are only to be constructed if the specified level is active.
- logIfEnabled(String, Level, Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Logs a message which is only to be constructed if the specified level is active.
- LogListener - Interface in org.osgi.service.log
-
Subscribes to LogEntry objects from the LogReaderService.
- LogManager - Class in org.apache.logging.log4j
-
The anchor point for the logging system.
- LogManager() - Constructor for class org.apache.logging.log4j.LogManager
-
Prevents instantiation
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
-
- logMessage(String, Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
-
- logMessage(String, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
-
Always logs a message at the specified level.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Always log an event.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Adds an event.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- LogReaderService - Interface in org.osgi.service.log
-
Provides methods to retrieve LogEntry objects from the log.
- LogRef - Class in org.knopflerfish.service.log
-
* LogRef is an utility class that simplifies the use of the LogService. * *
* * LogRef let you use the log without worrying about getting new *
service objects when the log service is restarted.
- LogRef(BundleContext, boolean) - Constructor for class org.knopflerfish.service.log.LogRef
-
* Create new LogRef object for a given bundle
- LogRef(BundleContext) - Constructor for class org.knopflerfish.service.log.LogRef
-
* Create new LogRef object for a given bundle. * *
* If the system property org.knopflerfish.log.out equals *
"true", system.out will be used as fallback if no log service * is found. *
*
- LogService - Interface in org.knopflerfish.service.log
-
This LogService provides an extra method for querying the service about the
current log level.
- LogService - Interface in org.osgi.service.log
-
Provides methods for bundles to write messages to the log.
- LogUtil - Class in org.knopflerfish.service.log
-
* Utility class for the LogService interface. * It exports methods that
translates between the numeric values of * the severity level constants and
human readable strings.
- LogUtil() - Constructor for class org.knopflerfish.service.log.LogUtil
-
- logv(Logger.Level, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(String, Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
-
- logv(Logger.Level, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
-
Issue a log message at the given log level using
MessageFormat-style formatting.
- lookupIgnoreCase(String) - Static method in enum org.apache.logging.log4j.message.MapMessage.MapFormat
-
- ParameterizedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that consist of a format string containing '{}' to represent each replaceable token, and
the parameters.
- ParameterizedMessage(String, String[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
- ParameterizedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Creates a parameterized message.
- ParameterizedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructs a ParameterizedMessage which contains the arguments converted to String as well as an optional
Throwable.
- ParameterizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructor with a pattern and a single parameter.
- ParameterizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
-
Constructor with a pattern and two parameters.
- ParameterizedMessageFactory - Class in org.apache.logging.log4j.message
-
- ParameterizedMessageFactory() - Constructor for class org.apache.logging.log4j.message.ParameterizedMessageFactory
-
Constructs a message factory.
- ParameterizedNoReferenceMessageFactory - Class in org.apache.logging.log4j.message
-
- ParameterizedNoReferenceMessageFactory() - Constructor for class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
-
Constructs a message factory with default flow strings.
- partitionOnCommonPrefixes(Properties) - Static method in class org.apache.logging.log4j.util.PropertiesUtil
-
Partitions a properties map based on common key prefixes up to the first period.
- PaxAppender - Interface in org.ops4j.pax.logging.spi
-
- PaxContext - Class in org.ops4j.pax.logging
-
The MDC class is similar to the
NDC class except that it is
based on a map instead of a stack.
- PaxContext() - Constructor for class org.ops4j.pax.logging.PaxContext
-
- PaxErrorHandler - Interface in org.ops4j.pax.logging.spi
-
- PaxFilter - Interface in org.ops4j.pax.logging.spi
-
- PaxLayout - Interface in org.ops4j.pax.logging.spi
-
- PaxLevel - Interface in org.ops4j.pax.logging.spi
-
- PaxLocationInfo - Interface in org.ops4j.pax.logging.spi
-
- PaxLogger - Interface in org.ops4j.pax.logging
-
- PaxLoggingEvent - Interface in org.ops4j.pax.logging.spi
-
- PaxLoggingManager - Interface in org.ops4j.pax.logging
-
- PaxLoggingService - Interface in org.ops4j.pax.logging
-
- peek() - Static method in class org.apache.log4j.NDC
-
Dummy method.
- 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.
- peek() - Static method in class org.jboss.logging.NDC
-
Peeks at the top value from the stack and returns it.
- peek() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- peekNdc() - Method in interface org.jboss.logging.LoggerProvider
-
Peeks at the top value from the stack and returns it.
- PerformanceSensitive - Annotation Type in org.apache.logging.log4j.util
-
Indicates that a particular annotated construct was written with certain performance constraints in mind that
should be considered when modifying or testing.
- pop() - Static method in class org.apache.log4j.NDC
-
Dummy method.
- 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.
- pop() - Static method in class org.jboss.logging.NDC
-
Pops top value from the stack and returns it.
- pop() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- popNdc() - Method in interface org.jboss.logging.LoggerProvider
-
Pops top value from the stack and returns it.
- postEvent(Bundle, int, LogEntry, String, Throwable, ServiceReference, Map<String, ?>) - Method in interface org.ops4j.pax.logging.EventAdminPoster
-
- postEvent(Bundle, int, LogEntry, String, Throwable, ServiceReference, Map<String, ?>) - Method in class org.ops4j.pax.logging.internal.eventadmin.EventAdminTracker
-
- postInitialization() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
-
- 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
-
- Priority - Class in org.apache.log4j
-
Refrain from using this class directly, use
the Level class instead.
- Priority() - Constructor for class org.apache.log4j.Priority
-
Default constructor for deserialization.
- Priority(int, String, int) - Constructor for class org.apache.log4j.Priority
-
Instantiate a level object.
- 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.
- PropertyConfigurator - Class in org.apache.log4j
-
Dummy class to allow more applications to be compatible with Pax Logging out of the box.
- PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
-
- Provider - Class in org.apache.logging.log4j.spi
-
Model class for a Log4j 2 provider.
- Provider(Properties, URL, ClassLoader) - Constructor for class org.apache.logging.log4j.spi.Provider
-
- PROVIDER_RESOURCE - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Resource name for a Log4j 2 provider properties file.
- PROVIDERS - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Loaded providers.
- ProviderUtil - Class in org.apache.logging.log4j.util
-
Consider this class private.
- push(String) - Static method in class org.apache.log4j.NDC
-
Dummy method.
- push(String) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String, Object[]) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String, Object...) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Pushes new diagnostic context information on to the Thread Context Stack.
- push(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- push(String) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- push(String) - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Pushes an element onto the stack.
- push(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- push(String, Object...) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- push(String) - Static method in class org.jboss.logging.NDC
-
Pushes a value to the nested diagnostics context stack.
- push(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- pushAll(List<String>) - Method in class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Populates the Thread Context Stack with the supplied stack.
- pushAll(List<String>) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Populates the Thread Context Stack with the supplied stack.
- pushNdc(String) - Method in interface org.jboss.logging.LoggerProvider
-
Pushes a value to the nested diagnostics context stack.
- put(String, Object) - Static method in class org.apache.log4j.MDC
-
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 class org.apache.logging.log4j.CloseableThreadContext.Instance
-
Populates the Thread Context Map with the supplied key/value pair.
- put(String, String) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Populates the Thread Context Map with the supplied key/value pair.
- put(String, String) - Method in class org.apache.logging.log4j.message.MapMessage
-
Add an item to the data Map.
- put(String, String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- put(String, String) - Method in class org.apache.logging.log4j.spi.NoOpThreadContextMap
-
- put(String, String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
-
Puts a context value (the o parameter) as identified
with the key parameter into the current thread's
context map.
- put(String, String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts a context value (the value parameter) as identified with the key parameter into
the current thread's context map.
- put(String, Object) - Static method in class org.jboss.logging.MDC
-
Puts the value onto the context.
- put(String, String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- put(String, Object) - Method in class org.ops4j.pax.logging.PaxContext
-
- put(String, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- put(String, String) - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Put a context value (the val parameter) as identified with
the key parameter into the current thread's context map.
- put(String, String) - Method in class org.slf4j.helpers.NOPMakerAdapter
-
- put(String, String) - Method in class org.slf4j.helpers.NOPMDCAdapter
-
- put(String, String) - Static method in class org.slf4j.MDC
-
Put a diagnostic context value (the val parameter) as identified with the
key parameter into the current thread's diagnostic context map.
- put(String, String) - Method in interface org.slf4j.spi.MDCAdapter
-
Put a context value (the val 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.CloseableThreadContext.Instance
-
Populates the Thread Context Map with the supplied key/value pairs.
- putAll(Map<String, String>) - Static method in class org.apache.logging.log4j.CloseableThreadContext
-
Populates the Thread Context Map with the supplied key/value pairs.
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.message.MapMessage
-
Add all the elements from the specified Map.
- putAll(Map<String, String>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- putAll(Map<String, String>) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap2
-
Puts all given context map entries into the current thread's
context map.
- putAll(Map<String, String>) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts all given context map entries into the current thread's
context map.
- putAll(ReadOnlyStringMap) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- putAll(ReadOnlyStringMap) - Method in interface org.apache.logging.log4j.util.StringMap
-
Copy all key-value pairs from the specified ReadOnlyStringMap into this StringMap.
- putAll(Map<String, Object>) - Method in class org.ops4j.pax.logging.PaxContext
-
- putAllValues(Map<String, V>) - Method in interface org.apache.logging.log4j.spi.ObjectThreadContextMap
-
Puts all given key-value pairs into the collection.
- putCloseable(String, String) - Static method in class org.slf4j.MDC
-
Put a diagnostic context value (the val parameter) as identified with the
key parameter into the current thread's diagnostic context map.
- putIfAbsent(Map<String, T>, String, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
-
- putIfAbsent(Map<String, T>, String, T) - Method in interface org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
-
- putIfAbsent(String, MessageFactory, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry
-
- putIfAbsent(Map<String, T>, String, T) - Method in class org.apache.logging.log4j.spi.LoggerRegistry.WeakMapFactory
-
- putMdc(String, Object) - Method in interface org.jboss.logging.LoggerProvider
-
Puts the value onto the message diagnostics context.
- putValue(String, V) - Method in interface org.apache.logging.log4j.spi.ObjectThreadContextMap
-
Puts the specified key-value pair into the collection.
- putValue(String, Object) - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- putValue(String, Object) - Method in interface org.apache.logging.log4j.util.StringMap
-
Puts the specified key-value pair into the collection.
- safeGetBooleanSystemProperty(String) - Static method in class org.slf4j.helpers.Util
-
- safeGetSystemProperty(String) - Static method in class org.slf4j.helpers.Util
-
- serviceChanged(ServiceEvent) - Method in class org.knopflerfish.service.log.LogRef
-
* Service listener entry point.
- set(Object) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
- set(String) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- set(CharSequence) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- setArgumentArray(Object[]) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
-
Set the configuration attribute with the specified name.
- setAttribute(String, Object) - Method in class org.apache.juli.logging.LogFactory
-
Set the configuration attribute with the specified name.
- setBundleContext(BundleContext) - Method in class org.apache.commons.logging.internal.JclLogger
-
- setBundleContext(BundleContext) - Static method in class org.apache.commons.logging.LogFactory
-
- setBundleContext(BundleContext) - Static method in class org.apache.juli.logging.LogFactory
-
- setBundleContext(BundleContext) - Static method in class org.apache.log4j.Logger
-
- setBundleContext(BundleContext) - Static method in class org.apache.log4j.MDC
-
- setBundleContext(BundleContext) - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
-
- setBundleContext(BundleContext) - Static method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- setBundleContext(BundleContext) - Static method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- setBundleContext(BundleContext) - Static method in class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
-
- setBundleContext(BundleContext) - Static method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- setContextMap(Map<String, Object>) - Method in class org.ops4j.pax.logging.PaxContext
-
- setContextMap(Map) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- setContextMap(Map<String, String>) - Method in class org.slf4j.helpers.BasicMDCAdapter
-
- setContextMap(Map) - Method in class org.slf4j.helpers.NOPMakerAdapter
-
- setContextMap(Map<String, String>) - Method in class org.slf4j.helpers.NOPMDCAdapter
-
- setContextMap(Map<String, String>) - Static method in class org.slf4j.MDC
-
Set the current thread's context map by first clearing any existing map and
then copying the map passed as parameter.
- setContextMap(Map<String, String>) - Method in interface org.slf4j.spi.MDCAdapter
-
Set the current thread's context map by first clearing any existing
map and then copying the map passed as parameter.
- setDelegate(Logger) - Method in class org.slf4j.helpers.SubstituteLogger
-
Typically called after the
LoggerFactory initialization phase is completed.
- setFactory(LoggerContextFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Sets the current LoggerContextFactory to use.
- setFile(boolean) - Method in interface org.knopflerfish.service.log.LogConfig
-
- setFileSize(int) - Method in interface org.knopflerfish.service.log.LogConfig
-
- setFilter(int) - Method in interface org.knopflerfish.service.log.LogConfig
-
Set the default filter level.
- setFilter(String, int) - Method in interface org.knopflerfish.service.log.LogConfig
-
Set the default filter level.
- setFilters(String...) - Method in class org.apache.logging.log4j.status.StatusConsoleListener
-
Adds package name filters to exclude.
- setFlush(boolean) - Method in interface org.knopflerfish.service.log.LogConfig
-
- 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
-
- setLevel(Level) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setLogger(SubstituteLogger) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- 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.
- setLoggerName(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setLogLevel(String) - Static method in class org.ops4j.pax.logging.internal.DefaultServiceLog
-
- setMarker(Marker) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setMaxDepth(int) - Static method in class org.apache.log4j.NDC
-
Dummy method.
- setMaxDepth(int) - Static method in class org.jboss.logging.NDC
-
Sets maximum depth of the stack removing any entries below the maximum depth.
- setMaxGen(int) - Method in interface org.knopflerfish.service.log.LogConfig
-
- setMaxSize(int) - Method in class org.ops4j.pax.logging.internal.eventadmin.EventAdminTracker
-
- setMemorySize(int) - Method in interface org.knopflerfish.service.log.LogConfig
-
Set number of log entries that are kept in memory.
- setMessage(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setMessageFormat(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- setNdcMaxDepth(int) - Method in interface org.jboss.logging.LoggerProvider
-
Sets maximum depth of the stack removing any entries below the maximum depth.
- setOut(boolean) - Method in interface org.knopflerfish.service.log.LogConfig
-
Property controling if log entries are written to System.out
or not.
- 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
-
- setPaxLoggingManager(PaxLoggingManager, String) - Method in class org.apache.commons.logging.internal.JclLogger
-
Not a public method.
- setPaxLoggingManager(PaxLoggingManager, String) - Method in class org.apache.juli.logging.internal.JuliLogger
-
Not a public method.
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- 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
-
- setThreadName(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setThrowable(Throwable) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setTimeStamp(long) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setType(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
-
- shutdown() - Static method in class org.apache.log4j.Category
-
Deprecated.
- shutdown() - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown using the LoggerContext appropriate for the caller of this method.
- shutdown(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- shutdown(LoggerContext) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- SimpleLogger - Class in org.apache.logging.log4j.simple
-
This is the default logger that is used when no suitable logging implementation is available.
- SimpleLogger(String, Level, boolean, boolean, boolean, boolean, String, MessageFactory, PropertiesUtil, PrintStream) - Constructor for class org.apache.logging.log4j.simple.SimpleLogger
-
- SimpleLoggerContext - Class in org.apache.logging.log4j.simple
-
- SimpleLoggerContext() - Constructor for class org.apache.logging.log4j.simple.SimpleLoggerContext
-
- SimpleLoggerContextFactory - Class in org.apache.logging.log4j.simple
-
- SimpleLoggerContextFactory() - Constructor for class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
-
- SimpleMessage - Class in org.apache.logging.log4j.message
-
The simplest possible implementation of Message.
- SimpleMessage() - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Basic constructor.
- SimpleMessage(String) - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Constructor that includes the message.
- SimpleMessage(CharSequence) - Constructor for class org.apache.logging.log4j.message.SimpleMessage
-
Constructor that includes the message.
- SimpleMessageFactory - Class in org.apache.logging.log4j.message
-
- SimpleMessageFactory() - Constructor for class org.apache.logging.log4j.message.SimpleMessageFactory
-
- SINGLETON - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
The unique instance of this class.
- SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
-
The unique instance of this class.
- SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
-
The unique instance of this class.
- size() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
-
- size() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
-
- size() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
-
- size() - Method in interface org.apache.logging.log4j.util.ReadOnlyStringMap
-
Returns the number of key-value pairs in this collection.
- size() - Method in class org.apache.logging.log4j.util.SortedArrayStringMap
-
- size() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- SLF4J_FQCN - Static variable in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- SLF4J_MARKER_MDC_ATTRIBUTE - Static variable in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- Slf4jLogger - Class in org.ops4j.pax.logging.slf4j
-
- Slf4jLogger(String, PaxLogger) - Constructor for class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- Slf4jLoggerFactory - Class in org.ops4j.pax.logging.slf4j
-
- Slf4jLoggerFactory() - Constructor for class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
-
- Slf4jMDCAdapter - Class in org.ops4j.pax.logging.slf4j
-
- Slf4jMDCAdapter() - Constructor for class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- SortedArrayStringMap - Class in org.apache.logging.log4j.util
-
Consider this class private.
- SortedArrayStringMap() - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SortedArrayStringMap(int) - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SortedArrayStringMap(ReadOnlyStringMap) - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SortedArrayStringMap(Map<String, ?>) - Constructor for class org.apache.logging.log4j.util.SortedArrayStringMap
-
- SPACE - Static variable in class org.apache.logging.log4j.util.Chars
-
Space.
- StandardLevel - Enum in org.apache.logging.log4j.spi
-
Standard Logging Levels as an enumeration for use internally.
- start(BundleContext) - Method in class org.apache.logging.log4j.util.Activator
-
- start(BundleContext) - Method in class org.ops4j.pax.logging.internal.Activator
-
- STARTUP_LOCK - Static variable in class org.apache.logging.log4j.util.ProviderUtil
-
Guards the ProviderUtil singleton instance from lazy initialization.
- StaticLoggerBinder - Class in org.slf4j.impl
-
- StaticMarkerBinder - Class in org.slf4j.impl
-
- StaticMDCBinder - Class in org.slf4j.impl
-
This class is only a stub.
- StatusConsoleListener - Class in org.apache.logging.log4j.status
-
StatusListener that writes to the Console.
- StatusConsoleListener(Level) - Constructor for class org.apache.logging.log4j.status.StatusConsoleListener
-
Creates the StatusConsoleListener using the supplied Level.
- StatusConsoleListener(Level, PrintStream) - Constructor for class org.apache.logging.log4j.status.StatusConsoleListener
-
Creates the StatusConsoleListener using the supplied Level.
- StatusData - Class in org.apache.logging.log4j.status
-
The Status data.
- StatusData(StackTraceElement, Level, Message, Throwable, String) - Constructor for class org.apache.logging.log4j.status.StatusData
-
Creates the StatusData object.
- StatusListener - Interface in org.apache.logging.log4j.status
-
Interface that allows implementers to be notified of events in the logging system.
- StatusLogger - Class in org.apache.logging.log4j.status
-
Records events that occur in the logging system.
- stop(BundleContext) - Method in class org.apache.logging.log4j.util.Activator
-
- stop(BundleContext) - Method in class org.ops4j.pax.logging.internal.Activator
-
- StringBuilderFormattable - Interface in org.apache.logging.log4j.util
-
Objects that implement this interface can be converted to text, ideally without allocating temporary objects.
- StringBuilders - Class in org.apache.logging.log4j.util
-
Consider this class private.
- StringFormattedMessage - Class in org.apache.logging.log4j.message
-
Handles messages that consist of a format string conforming to
Formatter.
- StringFormattedMessage(Locale, String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
-
Constructs a message.
- StringFormattedMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
-
Constructs a message.
- StringFormatterMessageFactory - Class in org.apache.logging.log4j.message
-
- StringFormatterMessageFactory() - Constructor for class org.apache.logging.log4j.message.StringFormatterMessageFactory
-
Constructs a message factory with default flow strings.
- StringMap - Interface in org.apache.logging.log4j.util
-
Exposes methods to add and remove key-value pairs to and from ReadOnlyStringMap.
- Strings - Class in org.apache.logging.log4j.util
-
Consider this class private.
- StructuredDataId - Class in org.apache.logging.log4j.message
-
The StructuredData identifier.
- StructuredDataId(String, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
- StructuredDataId(String, int, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
-
A Constructor that helps conformance to RFC 5424.
- StructuredDataMessage - Class in org.apache.logging.log4j.message
-
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
- StructuredDataMessage(String, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an ID (max 32 characters), message, and type (max 32 characters).
- StructuredDataMessage(String, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using an ID (max 32 characters), message, type (max 32 characters), and an
initial map of structured data to include.
- StructuredDataMessage(StructuredDataId, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).
- StructuredDataMessage(StructuredDataId, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map
of structured data to include.
- StructuredDataMessage() - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
-
Basic constructor.
- StructuredDataMessage.Format - Enum in org.apache.logging.log4j.message
-
Supported formats.
- subSequence(int, int) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
- subSequence(int, int) - Method in class org.apache.logging.log4j.message.SimpleMessage
-
- SubstituteLogger - Class in org.slf4j.helpers
-
A logger implementation which logs via a delegate logger.
- SubstituteLogger(String, Queue<SubstituteLoggingEvent>, boolean) - Constructor for class org.slf4j.helpers.SubstituteLogger
-
- SubstituteLoggerFactory - Class in org.slf4j.helpers
-
- SubstituteLoggerFactory() - Constructor for class org.slf4j.helpers.SubstituteLoggerFactory
-
- SubstituteLoggingEvent - Class in org.slf4j.event
-
- SubstituteLoggingEvent() - Constructor for class org.slf4j.event.SubstituteLoggingEvent
-
- Supplier<T> - Interface in org.apache.logging.log4j.util
-
Consider this class private.
- supportsFastReflection() - Static method in class org.apache.logging.log4j.util.ReflectionUtil
-
- swapParameters(Object[]) - Method in interface org.apache.logging.log4j.message.ReusableMessage
-
Returns the parameter array that was used to initialize this reusable message and replaces it with the specified
array.
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableObjectMessage
-
This message does not have any parameters, so this method returns the specified array.
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableParameterizedMessage
-
- swapParameters(Object[]) - Method in class org.apache.logging.log4j.message.ReusableSimpleMessage
-
This message does not have any parameters, so this method returns the specified array.
- SYSTEM_PREFIX - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
-
All system properties used by SimpleLog start with this