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

A

AbstractLogger - Class in org.apache.logging.log4j.spi
Base implementation of a Logger.
AbstractLogger() - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
Creates a new logger named after this class (or subclass).
AbstractLogger(String) - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
Creates a new named logger.
AbstractLogger(String, MessageFactory) - Constructor for class org.apache.logging.log4j.spi.AbstractLogger
Creates a new named logger with a particular MessageFactory.
AbstractLoggerAdapter<L> - Class in org.apache.logging.log4j.spi
Provides an abstract base class to use for implementing LoggerAdapter.
AbstractLoggerAdapter() - Constructor for class org.apache.logging.log4j.spi.AbstractLoggerAdapter
 
AbstractMessageFactory - Class in org.apache.logging.log4j.message
Provides an abstract superclass for MessageFactory implementations with default implementations.
AbstractMessageFactory() - Constructor for class org.apache.logging.log4j.message.AbstractMessageFactory
 
ACCEPT - Static variable in interface org.ops4j.pax.logging.spi.PaxFilter
The log event must be logged immediately without consulting with the remaining filters, if any, in the chain.
Activator - Class in org.ops4j.pax.logging.internal
 
Activator() - Constructor for class org.ops4j.pax.logging.internal.Activator
 
add(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
add(String) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
add(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
add(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
add(Marker) - Method in interface org.slf4j.Marker
Add a reference to another Marker.
addAll(Collection<? extends String>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
addAll(Collection<? extends String>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
addAll(Collection<? extends String>) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
added(PaxLoggingService) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
 
addingService(ServiceReference<EventAdmin>) - Method in class org.ops4j.pax.logging.internal.eventadmin.EventAdminTracker
 
addingService(ServiceReference) - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
 
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
addParents(Marker...) - Method in interface org.apache.logging.log4j.Marker
Adds a Marker as a parent to this Marker.
addParents(Marker...) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
ALL - Static variable in class org.apache.log4j.Level
The ALL has the lowest possible rank and is intended to turn on all logging.
ALL - Static variable in class org.apache.logging.log4j.Level
All events should be logged.
ALL_INT - Static variable in class org.apache.log4j.Priority
 
ANY_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any marker, including a null marker.
ANY_NON_NULL_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any non-null marker.
appendDqValue(StringBuilder, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
Appends in the following format: double quoted value.
APPENDER_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingService
 
appendKeyDqValue(StringBuilder, Map.Entry<String, String>) - Static method in class org.apache.logging.log4j.util.StringBuilders
Appends in the following format: key=double quoted value.
appendKeyDqValue(StringBuilder, String, Object) - Static method in class org.apache.logging.log4j.util.StringBuilders
Appends in the following format: key=double quoted value.
appendMap(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 
arrayFormat(String, Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
Same principle as the MessageFormatter.format(String, Object) and MessageFormatter.format(String, Object, Object) methods except that any number of arguments can be passed in an array.
asJava(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 
asJson(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 
asList() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
asList() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
asList() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
Returns all the elements in the stack in a List.
asList() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
assertLog(boolean, String) - Method in class org.apache.log4j.Category
If assertion parameter is false, then logs msg as an error statement.
asString() - Method in class org.apache.logging.log4j.message.MapMessage
Format the Structured data as described in RFC 5424.
asString(String) - Method in class org.apache.logging.log4j.message.MapMessage
 
asString() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Formats the structured data as described in RFC 5424.
asString(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Formats the structured data as described in RFC 5424.
asString(StructuredDataMessage.Format, StructuredDataId) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Formats the structured data as described in RFC 5424.
asXml(StringBuilder) - Method in class org.apache.logging.log4j.message.MapMessage
 
AvalonLogFactory - Class in org.ops4j.pax.logging.avalon
 
AvalonLogFactory() - Constructor for class org.ops4j.pax.logging.avalon.AvalonLogFactory
 
AvalonLogger - Class in org.ops4j.pax.logging.avalon
 
AvalonLogger(PaxLogger) - Constructor for class org.ops4j.pax.logging.avalon.AvalonLogger
 

B

BasicLogger - Interface in org.jboss.logging
An interface which specifies the basic logger methods.
BasicMarker - Class in org.slf4j.helpers
A simple implementation of the Marker interface.
BasicMarkerFactory - Class in org.slf4j.helpers
An almost trivial implementation of the IMarkerFactory interface which creates BasicMarker instances.
BasicMarkerFactory() - Constructor for class org.slf4j.helpers.BasicMarkerFactory
Regular users should not create BasicMarkerFactory instances.
BasicMDCAdapter - Class in org.slf4j.helpers
Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.
BasicMDCAdapter() - Constructor for class org.slf4j.helpers.BasicMDCAdapter
 
BufferingLog - Class in org.ops4j.pax.logging.internal
Experimental fallback strategy for non-availability.
BufferingLog(Bundle, String) - Constructor for class org.ops4j.pax.logging.internal.BufferingLog
 
BundleHelper - Class in org.ops4j.pax.logging.internal
 

C

catching(Level, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs an exception or error that has been caught to a specific logging level.
catching(Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs an exception or error that has been caught.
catching(Level, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
catching(String, Level, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
Logs a Throwable that has been caught with location information.
catching(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
CATCHING_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for catching exceptions.
catchingMsg(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
Category - Class in org.apache.log4j
This class has been deprecated and replaced by the Logger subclass.
Category(PaxLogger) - Constructor for class org.apache.log4j.Category
 
CATEGORY - Static variable in class org.apache.logging.log4j.Level
 
cause - Variable in exception org.apache.commons.logging.LogConfigurationException
The underlying cause of this exception.
cause - Variable in exception org.apache.juli.logging.LogConfigurationException
The underlying cause of this exception.
Chars - Class in org.apache.logging.log4j.util
Consider this class private.
checkMessageFactory(ExtendedLogger, MessageFactory) - Static method in class org.apache.logging.log4j.spi.AbstractLogger
Checks that the message factory a logger was created with is the same as the given messageFactory.
childValue(Object) - Method in class org.apache.log4j.helpers.ThreadLocalMap
 
clear() - Static method in class org.apache.log4j.MDC
Clear map with key/value in current thread's MDC
clear() - Static method in class org.apache.log4j.NDC
Dummy method.
clear() - Static method in class org.apache.logging.log4j.MarkerManager
Clears all markers.
clear() - Method in class org.apache.logging.log4j.message.MapMessage
Clear the data.
clear() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
clear() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
clear() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
clear() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Clear the context.
clear() - Method in class org.apache.logging.log4j.status.StatusLogger
Clears the list of status events.
clear() - Static method in class org.jboss.logging.MDC
Clears the message diagnostics context.
clear() - Static method in class org.jboss.logging.NDC
Clears the nested diagnostics context.
clear() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
 
clear() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
clear() - Method in class org.ops4j.pax.logging.PaxContext
 
clear() - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
 
clear() - Method in class org.slf4j.helpers.BasicMDCAdapter
Clear all entries in the MDC.
clear() - Method in class org.slf4j.helpers.NOPMakerAdapter
 
clear() - Method in class org.slf4j.helpers.NOPMDCAdapter
 
clear() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
clear() - Static method in class org.slf4j.MDC
Clear all entries in the MDC of the underlying implementation.
clear() - Method in interface org.slf4j.spi.MDCAdapter
Clear all entries in the MDC.
clearAll() - Static method in class org.apache.logging.log4j.ThreadContext
Clears the context map and stack.
clearMap() - Static method in class org.apache.logging.log4j.ThreadContext
Clears the context map.
clearMdc() - Method in interface org.jboss.logging.LoggerProvider
Removes all entries from the message diagnostics context.
clearNdc() - Method in interface org.jboss.logging.LoggerProvider
Clears the nested diagnostics context.
clearStack() - Static method in class org.apache.logging.log4j.ThreadContext
Clears the stack for this thread.
clone() - Method in class org.apache.logging.log4j.Level
 
cloneStack() - Static method in class org.apache.log4j.NDC
Dummy method.
cloneStack() - Static method in class org.apache.logging.log4j.ThreadContext
Returns a copy of this thread's stack.
close() - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
 
close() - Method in class org.apache.logging.log4j.status.StatusConsoleListener
 
close() - Method in class org.knopflerfish.service.log.LogRef
* Close this LogRef object.
close() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
 
close() - Method in class org.slf4j.MDC.MDCCloseable
 
commit() - Method in interface org.knopflerfish.service.log.LogConfig
 
compareTo(Level) - Method in class org.apache.logging.log4j.Level
 
Configurator - Interface in org.apache.log4j.spi
Dummy interface to allow more applications to be compatible with Pax Logging out of the box.
configure(String) - Static method in class org.apache.log4j.PropertyConfigurator
 
configure(URL) - Static method in class org.apache.log4j.PropertyConfigurator
 
configure(Properties) - Static method in class org.apache.log4j.PropertyConfigurator
 
configure(Element) - Static method in class org.apache.log4j.xml.DOMConfigurator
 
configure(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
 
configure(URL) - Static method in class org.apache.log4j.xml.DOMConfigurator
 
configureAndWatch(String) - Static method in class org.apache.log4j.PropertyConfigurator
 
configureAndWatch(String, long) - Static method in class org.apache.log4j.PropertyConfigurator
 
configureAndWatch(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
 
configureAndWatch(String, long) - Static method in class org.apache.log4j.xml.DOMConfigurator
 
contains(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
contains(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
contains(Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
contains(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
contains(String) - Method in class org.slf4j.helpers.BasicMarker
This method is mainly used with Expression Evaluators.
contains(Marker) - Method in interface org.slf4j.Marker
Does this marker contain a reference to the 'other' marker?
contains(String) - Method in interface org.slf4j.Marker
Does this marker contain the marker named 'name'?
containsAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
containsAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
containsAll(Collection<?>) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
containsKey(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
containsKey(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Determine if the key is in the context.
containsKey(String) - Static method in class org.apache.logging.log4j.ThreadContext
Determines if the key is in the context.
containsKey(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
 
copy() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
copy() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
copy() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
Returns a copy of the ContextStack.
copy() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
countArgumentPlaceholders(String) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
Counts the number of unescaped placeholders in the given messagePattern.
CR - Static variable in class org.apache.logging.log4j.util.Chars
Carriage Return.
createFallbackLog(Bundle, String) - Static method in class org.ops4j.pax.logging.internal.FallbackLogFactory
 

D

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
Deprecated.
Use Level.DEBUG instead.
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, 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(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, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
debug(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
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(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
Deprecated.
To log a message with parameters, using Logger.debugv(String, Object...) is recommended.
debug(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.debugv(Throwable, String, Object...) is recommended.
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
This method is similar to Slf4jLogger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.debug(String, Object, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.debug(String, Object[]) method except that the marker data is also taken into consideration.
debug(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.debug(String, Throwable) method except that the marker data is also taken into consideration.
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
This method is similar to Logger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object...)
debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Throwable) method except that the marker data is also taken into consideration.
DEBUG_INT - Static variable in class org.apache.log4j.Priority
 
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_MESSAGE_FACTORY_CLASS - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
The default MessageFactory class.
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(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.

E

EMPTY - Static variable in class org.apache.logging.log4j.util.Strings
The empty string.
EMPTY_MAP - Static variable in class org.apache.logging.log4j.ThreadContext
Empty, immutable Map.
EMPTY_STACK - Static variable in class org.apache.logging.log4j.ThreadContext
Empty, immutable ContextStack.
EnglishEnums - Class in org.apache.logging.log4j.util
Consider this class private.
entry() - Method in interface org.apache.logging.log4j.Logger
Logs entry to a method.
entry(Object...) - Method in interface org.apache.logging.log4j.Logger
Logs entry to a method along with its parameters.
entry() - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
entry(Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
entry(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
Logs entry to a method with location information.
ENTRY_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for method entry tracing.
entryMsg(int, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
EQ - Static variable in class org.apache.logging.log4j.util.Chars
Equals '='.
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.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.
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
Deprecated.
Use Level.ERROR instead.
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, 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(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, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
error(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(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
Deprecated.
To log a message with parameters, using Logger.errorv(String, Object...) is recommended.
error(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.errorv(Throwable, String, Object...) is recommended.
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
This method is similar to Slf4jLogger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.error(String, Object, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.error(String, Object[]) method except that the marker data is also taken into consideration.
error(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.error(String, Throwable) method except that the marker data is also taken into consideration.
error(String, Exception) - Method in interface org.ops4j.pax.logging.spi.PaxErrorHandler
This method is invoked to handle an error when logging.
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
This method is similar to Logger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object...)
error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Throwable) method except that the marker data is also taken into consideration.
ERROR_INT - Static variable in class org.apache.log4j.Priority
 
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
 
EventLogger - Class in org.apache.logging.log4j
Logs "Events" that are represented as StructuredDataMessage.
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
Logs exit from a method.
exit(R) - Method in interface org.apache.logging.log4j.Logger
Logs exiting from a method with the result.
exit() - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
exit(R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
exit(String, R) - Method in class org.apache.logging.log4j.spi.AbstractLogger
Logs exiting from a method with the result and location information.
EXIT_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for method exit tracing.
exitMsg(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
ExtendedLogger - Interface in org.apache.logging.log4j.spi
Extends the Logger interface with methods that facilitate implementing or extending Loggers.
ExtendedLoggerWrapper - Class in org.apache.logging.log4j.spi
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.
ExtendedLoggerWrapper(ExtendedLogger, String, MessageFactory) - Constructor for class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
Constructor that wraps and existing Logger.
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.

F

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
Deprecated.
Use Level.FATAL instead.
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, 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(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, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
fatal(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
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(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
Deprecated.
To log a message with parameters, using Logger.fatalv(String, Object...) is recommended.
fatal(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.fatalv(Throwable, String, Object...) is recommended.
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
Finds classpath resources.
FLOW_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for flow tracing.
format(String, Object) - Static method in class org.apache.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, String[]) - Method in class org.apache.logging.log4j.message.ParameterizedMessage
 
formatMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormattedMessage
 
FormattedMessage - Class in org.apache.logging.log4j.message
Handles messages that contain a format String.
FormattedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
 
FormattedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
 
FormattedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
Constructor with a pattern and a single parameter.
FormattedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.FormattedMessage
Constructor with a pattern and two parameters.
FormattedMessageFactory - Class in org.apache.logging.log4j.message
FormattedMessageFactory() - Constructor for class org.apache.logging.log4j.message.FormattedMessageFactory
 
FormattingTuple - Class in org.slf4j.helpers
Holds the results of formatting done by MessageFormatter.
FormattingTuple(String) - Constructor for class org.slf4j.helpers.FormattingTuple
 
FormattingTuple(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.FormattingTuple
 
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.
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. * *

G

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 interface org.apache.logging.log4j.spi.ThreadContextMap
Get the context identified by the key parameter.
get(String) - Static method in class org.apache.logging.log4j.ThreadContext
Gets the context value identified by the key parameter.
get(Supplier<?>) - Static method in class org.apache.logging.log4j.util.LambdaUtil
Returns the result of evaluating the specified function.
get(MessageSupplier) - Static method in class org.apache.logging.log4j.util.LambdaUtil
Returns the Message supplied by the specified function.
get() - Method in interface org.apache.logging.log4j.util.MessageSupplier
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
Deprecated.
This method will be removed with no replacement.
getArgArray() - Method in class org.slf4j.helpers.FormattingTuple
 
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).
getChildLogger(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
 
getClassName() - Method in class org.apache.logging.log4j.spi.Provider
Gets the class name of the LoggerContextFactory implementation of this 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
Gets the LoggerContext associated with the given caller class.
getContext(String, ClassLoader, Object, boolean) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
Creates a LoggerContext.
getContext(String, ClassLoader, Object, boolean, URI, String) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
Creates a LoggerContext.
getContext() - Static method in class org.apache.logging.log4j.ThreadContext
Returns a mutable copy of current thread's context Map.
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 interface org.apache.logging.log4j.spi.ThreadContextMap
Get 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
 
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.
getException() - Method in interface org.osgi.service.log.LogEntry
Returns the exception object associated with this LogEntry object.
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
Returns the message pattern.
getFormat() - Method in class org.apache.logging.log4j.message.LocalizedMessage
 
getFormat() - Method in class org.apache.logging.log4j.message.MapMessage
Returns the message.
getFormat() - Method in interface org.apache.logging.log4j.message.Message
Gets the format portion of the Message.
getFormat() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
Returns the message pattern.
getFormat() - Method in class org.apache.logging.log4j.message.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.SimpleMessage
Returns the message.
getFormat() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
Returns the message pattern.
getFormat() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Returns the message.
getFormat() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
Returns the title.
getFormats() - Method in class org.apache.logging.log4j.message.MapMessage
 
getFormats() - Method in interface org.apache.logging.log4j.message.MultiformatMessage
Returns the supported formats.
getFormats() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Returns the supported formats.
getFormattedMessage() - Method in class org.apache.logging.log4j.message.FormattedMessage
Returns the formatted message.
getFormattedMessage() - Method in class org.apache.logging.log4j.message.LocalizedMessage
Returns the formatted message after looking up the format in the resource bundle.
getFormattedMessage() - Method in class org.apache.logging.log4j.message.MapMessage
Format the message and return it.
getFormattedMessage(String[]) - Method in class org.apache.logging.log4j.message.MapMessage
 
getFormattedMessage() - Method in interface org.apache.logging.log4j.message.Message
Gets the Message formatted as a String.
getFormattedMessage() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
Returns the formatted message.
getFormattedMessage(String[]) - Method in interface org.apache.logging.log4j.message.MultiformatMessage
Returns the Message formatted as a String.
getFormattedMessage() - Method in class org.apache.logging.log4j.message.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.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
Return the ILoggerFactory instance in use.
getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
Return the IMarkerFactoryinstance in use.
getImmutableContext() - Static method in class org.apache.logging.log4j.ThreadContext
Returns an immutable view of the current thread's context Map.
getImmutableMapOrNull() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
getImmutableMapOrNull() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Return an immutable view on the context Map or null if the context map is empty.
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
 
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
Deprecated.
Make sure to use Logger.getLogger(String) instead.
getInstance(Class) - Static method in class org.apache.log4j.Category
Deprecated.
Please make sure to use Logger.getLogger(Class) instead.
getIntegerProperty(String, int) - Method in class org.apache.logging.log4j.util.PropertiesUtil
Gets the named property as an integer.
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.
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() - 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(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
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
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
 
getLoggerNames() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
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.
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
Deprecated.
Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.
getMarker(String, Marker) - Static method in class org.apache.logging.log4j.MarkerManager
Deprecated.
Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.
getMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
Manufacture a BasicMarker instance by name.
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
Currently this method always returns an instance of BasicMarkerFactory.
getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
Return the instance of IMarkerFactory that MarkerFactory class should bind to.
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently, this method returns the class name of BasicMarkerFactory.
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(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() - 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 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 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.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.
getOut() - Method in interface org.knopflerfish.service.log.LogConfig
 
getParameters() - Method in class org.apache.logging.log4j.message.FormattedMessage
Returns the message parameters.
getParameters() - Method in class org.apache.logging.log4j.message.LocalizedMessage
 
getParameters() - Method in class org.apache.logging.log4j.message.MapMessage
Returns the data elements as if they were parameters on the logging event.
getParameters() - Method in interface org.apache.logging.log4j.message.Message
Gets parameter values, if any.
getParameters() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
Returns the message parameters.
getParameters() - Method in class org.apache.logging.log4j.message.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.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
 
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.
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.
getThreadContextClassLoader() - Static method in class org.apache.logging.log4j.util.LoaderUtil
Gets the current Thread ClassLoader.
getThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
Gets the class name of the ThreadContextMap implementation of this Provider.
getThreadName() - Method in class org.apache.logging.log4j.status.StatusData
 
getThreadName() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
getThrowable() - Method in class org.apache.logging.log4j.message.FormattedMessage
Always returns null.
getThrowable() - Method in class org.apache.logging.log4j.message.LocalizedMessage
 
getThrowable() - Method in class org.apache.logging.log4j.message.MapMessage
Always returns null.
getThrowable() - Method in interface org.apache.logging.log4j.message.Message
Gets the throwable, if any.
getThrowable() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
Return the throwable passed to the Message.
getThrowable() - Method in class org.apache.logging.log4j.message.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.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 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
 
getType() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
Returns this message type.
getUrl() - Method in class org.apache.logging.log4j.spi.Provider
Gets the URL containing this Provider's Log4j details.

H

hasChildren() - Method in class org.slf4j.helpers.BasicMarker
 
hasChildren() - Method in interface org.slf4j.Marker
Deprecated.
hashCode() - Method in class org.apache.logging.log4j.Level
 
hashCode() - Method in interface org.apache.logging.log4j.Marker
Returns a hash code value based on the name of this marker.
hashCode() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
hashCode() - Method in class org.apache.logging.log4j.message.FormattedMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.MapMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.ObjectMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.SimpleMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
 
hashCode() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
 
hashCode() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
hashCode() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
hashCode() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
hashCode() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
hashCode() - Method in class org.slf4j.helpers.BasicMarker
 
hashCode() - Method in class org.slf4j.helpers.SubstituteLogger
 
hashCode() - Method in interface org.slf4j.Marker
Compute the hash code based on the name of this marker.
HASHTABLE_IMPLEMENTATION_PROPERTY - Static variable in class org.apache.juli.logging.LogFactory
Setting this system property value allows the Hashtable used to store classloaders to be substituted by an alternative implementation.
hasLogger(String) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContext
 
hasLogger(String) - Method in interface org.apache.logging.log4j.spi.LoggerContext
Detects if a Logger with the specified name exists.
hasLogger(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
 
hasParents() - Method in interface org.apache.logging.log4j.Marker
Indicates whether this Marker has references to any other Markers.
hasParents() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
hasProviders() - Static method in class org.apache.logging.log4j.util.ProviderUtil
 
hasReferences() - Method in class org.slf4j.helpers.BasicMarker
 
hasReferences() - Method in interface org.slf4j.Marker
Does this marker have any references?

I

identityToString(Object) - Static method in class org.apache.logging.log4j.message.ParameterizedMessage
This method returns the same as if Object.toString() would not have been overridden in obj.
IGNORE_TCCL_PROPERTY - Static variable in class org.apache.logging.log4j.util.LoaderUtil
System property to set to ignore the thread context ClassLoader.
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.
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
Deprecated.
Use Level.INFO instead.
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, 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(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, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
info(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
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(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
Deprecated.
To log a message with parameters, using Logger.infov(String, Object...) is recommended.
info(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.infov(Throwable, String, Object...) is recommended.
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
This method is similar to Slf4jLogger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.info(String, Object, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.info(String, Object[]) method except that the marker data is also taken into consideration.
info(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.info(String, Throwable) method except that the marker data is also taken into consideration.
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
This method is similar to Logger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object...)
info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Throwable) method except that the marker data is also taken into consideration.
INFO_INT - Static variable in class org.apache.log4j.Priority
 
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 StringFormatterMessageFactory.
INSTANCE - Static variable in class org.apache.logging.log4j.message.StringFormatterMessageFactory
Instance of StringFormatterMessageFactory.
intLevel() - Method in class org.apache.logging.log4j.Level
Gets the integral value of this Level.
intLevel() - Method in enum org.apache.logging.log4j.spi.StandardLevel
Returns the integer value of the Level.
isBlank(String) - Static method in class org.apache.logging.log4j.util.Strings
Checks if a String is blank.
isDebugEnabled() - Method in 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
Similar to Slf4jLogger.isDebugEnabled() method except that the marker data is also taken into account.
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
Similar to Logger.isDebugEnabled() method except that the marker data is also taken into account.
isDefaultConfig() - Method in interface org.knopflerfish.service.log.LogConfig
 
isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
isEmpty() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
isEmpty() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
isEmpty() - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Returns true if the Map is empty.
isEmpty() - Static method in class org.apache.logging.log4j.ThreadContext
Returns true if the Map is empty.
isEmpty(CharSequence) - Static method in class org.apache.logging.log4j.util.Strings
Checks if a CharSequence is empty ("") or null.
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 the given Level.
isEnabled(Level, Marker) - Method in interface org.apache.logging.log4j.Logger
Checks whether this logger is enabled at the specified level and an optional Marker.
isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
 
isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
 
isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.simple.SimpleLogger
 
isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.simple.SimpleLogger
 
isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.simple.SimpleLogger
 
isEnabled(Level) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
isEnabled(Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Determines if logging is enabled.
isEnabled(Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Determines if logging is enabled.
isEnabled(Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Determines if logging is enabled.
isEnabled(Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Determine if logging is enabled.
isEnabled(Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Determines if logging is enabled.
isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
Detect if the event would be logged.
isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
Detect if the event would be logged.
isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
Detect if the event would be logged.
isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
Detect if the event would be logged.
isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
Detect if the event would be logged.
isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
 
isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.status.StatusLogger
 
isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.status.StatusLogger
 
isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
 
isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
 
isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.status.StatusLogger
 
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
 
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
Similar to Slf4jLogger.isErrorEnabled() method except that the marker data is also taken into consideration.
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
Similar to Logger.isErrorEnabled() method except that the marker data is also taken into consideration.
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
 
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
Similar to Slf4jLogger.isInfoEnabled() method except that the marker data is also taken into consideration.
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
Similar to Logger.isInfoEnabled() method except that the marker data is also taken into consideration.
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.
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
Similar to Slf4jLogger.isTraceEnabled() method except that the marker data is also taken into account.
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
Similar to Logger.isTraceEnabled() method except that the marker data is also taken into account.
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
Similar to Slf4jLogger.isWarnEnabled() method except that the marker data is also taken into consideration.
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
Similar to Logger.isWarnEnabled() method except that the marker data is also taken into consideration.
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.

J

JCL_FQCN - Static variable in class org.apache.commons.logging.internal.JclLogger
 
JclLogger - Class in org.apache.commons.logging.internal
 
JclLogger(PaxLogger) - Constructor for class org.apache.commons.logging.internal.JclLogger
 
JULI_FQCN - Static variable in class org.apache.juli.logging.internal.JuliLogger
 
JuliLogger - Class in org.apache.juli.logging.internal
 
JuliLogger(PaxLogger) - Constructor for class org.apache.juli.logging.internal.JuliLogger
 

L

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.
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_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.
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
Loads the LoggerContextFactory class specified by this Provider.
loadProvider(URL, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
Loads an individual Provider implementation.
loadProviders(Enumeration<URL>, ClassLoader) - Static method in class org.apache.logging.log4j.util.ProviderUtil
Deprecated.
Use ProviderUtil.loadProvider(java.net.URL, ClassLoader) instead. Will be removed in 3.0.
loadThreadContextMap() - Method in class org.apache.logging.log4j.spi.Provider
Loads the ThreadContextMap class specified by this Provider.
LocalizedMessage - Class in org.apache.logging.log4j.message
Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize messages.
LocalizedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
Constructor with message pattern and arguments.
LocalizedMessage(String, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(ResourceBundle, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(String, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(ResourceBundle, Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(Locale, String, Object[]) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(String, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(ResourceBundle, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(String, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(ResourceBundle, Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(Locale, String, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(String, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(ResourceBundle, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(String, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(ResourceBundle, Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessage(Locale, String, Object, Object) - Constructor for class org.apache.logging.log4j.message.LocalizedMessage
 
LocalizedMessageFactory - Class in org.apache.logging.log4j.message
LocalizedMessageFactory(ResourceBundle) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
 
LocalizedMessageFactory(String) - Constructor for class org.apache.logging.log4j.message.LocalizedMessageFactory
 
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, 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, 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, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(Level, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
log(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(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
Deprecated.
To log a message with parameters, using Logger.logv(Level, String, Object...) is recommended.
log(Logger.Level, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.logv(Level, Throwable, String, Object...) is recommended.
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(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
Property name to set to the implementation of LoggerContextFactory.
LoggerAdapter<L> - Interface in org.apache.logging.log4j.spi
A basic registry for LoggerContext objects and their associated external Logger classes.
LoggerContext - Interface in org.apache.logging.log4j.spi
Anchor point for logging implementations.
LoggerContextFactory - Interface in org.apache.logging.log4j.spi
Implemented by factories that create LoggerContext objects.
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
An internal interface which helps the static LoggerFactory class bind with the appropriate ILoggerFactory instance.
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.
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, 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, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
logIfEnabled(String, Level, Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Logs a message if the specified level is active.
logIfEnabled(String, Level, Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Logs a message if the specified level is active.
logIfEnabled(String, Level, Marker, String, Throwable) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Logs a message if the specified level is active.
logIfEnabled(String, Level, Marker, String) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Logs a message if the specified level is active.
logIfEnabled(String, Level, Marker, String, Object...) - Method in interface org.apache.logging.log4j.spi.ExtendedLogger
Logs a message if the specified level is active.
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, 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, 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.

M

m_delegate - Variable in class org.apache.log4j.Category
 
makeId(StructuredDataId) - Method in class org.apache.logging.log4j.message.StructuredDataId
Creates an id using another id to supply default values.
makeId(String, int) - Method in class org.apache.logging.log4j.message.StructuredDataId
Creates an id based on the current id.
makeNewLoggerInstance(String) - Method in interface org.apache.log4j.spi.LoggerFactory
 
MapMessage - Class in org.apache.logging.log4j.message
Represents a Message that consists of a Map.
MapMessage() - Constructor for class org.apache.logging.log4j.message.MapMessage
Constructor.
MapMessage(Map<String, String>) - Constructor for class org.apache.logging.log4j.message.MapMessage
Constructor based on an existing Map.
MapMessage.MapFormat - Enum in org.apache.logging.log4j.message
When set as the format specifier causes the Map to be formatted as XML.
Marker - Interface in org.apache.logging.log4j
Markers are objects that are used to add easily filterable information to log messages.
Marker - Interface in org.slf4j
Markers are named objects used to enrich log statements.
MarkerFactory - Class in org.slf4j
MarkerFactory is a utility class producing Marker instances as appropriate for the logging system currently in use.
MarkerFactoryBinder - Interface in org.slf4j.spi
An internal interface which helps the static MarkerFactory class bind with the appropriate IMarkerFactory instance.
MarkerIgnoringBase - Class in org.slf4j.helpers
This class serves as base for adapters or native implementations of logging systems lacking Marker support.
MarkerIgnoringBase() - Constructor for class org.slf4j.helpers.MarkerIgnoringBase
 
MarkerManager - Class in org.apache.logging.log4j
Applications create Markers by using the Marker Manager.
MarkerManager.Log4jMarker - Class in org.apache.logging.log4j
Consider this class private, it is only public to satisfy Jackson for XML and JSON IO.
MAX_STATUS_ENTRIES - Static variable in class org.apache.logging.log4j.status.StatusLogger
System property that can be configured with the number of entries in the queue.
MDC - Class in org.apache.log4j
Wrap the PaxContext with MDC api.
MDC() - Constructor for class org.apache.log4j.MDC
 
MDC - Class in org.jboss.logging
Mapped diagnostic context.
MDC - Class in org.slf4j
This class hides and serves as a substitute for the underlying logging system's MDC implementation.
MDC.MDCCloseable - Class in org.slf4j
An adapter to remove the key when done.
MDCAdapter - Interface in org.slf4j.spi
This interface abstracts the service offered by various MDC implementations.
Message - Interface in org.apache.logging.log4j.message
An interface for various Message implementations that can be logged.
MessageFactory - Interface in org.apache.logging.log4j.message
Creates messages.
MessageFormatMessage - Class in org.apache.logging.log4j.message
Handles messages that consist of a format string conforming to java.text.MessageFormat.
MessageFormatMessage(String, Object...) - Constructor for class org.apache.logging.log4j.message.MessageFormatMessage
 
MessageFormatMessageFactory - Class in org.apache.logging.log4j.message
MessageFormatMessageFactory() - Constructor for class org.apache.logging.log4j.message.MessageFormatMessageFactory
 
MessageFormatter - Class in org.apache.log4j.internal
Formats messages according to very simple rules.
MessageFormatter() - Constructor for class org.apache.log4j.internal.MessageFormatter
 
MessageFormatter - Class in org.slf4j.helpers
Formats messages according to very simple substitution rules.
MessageFormatter() - Constructor for class org.slf4j.helpers.MessageFormatter
 
Messages - Class in org.jboss.logging
A factory class to produce message bundle implementations.
MessageSupplier - Interface in org.apache.logging.log4j.util
Classes implementing this interface know how to supply Messages.
META - Static variable in class org.apache.logging.log4j.message.StructuredDataId
RFC 5424 Meta.
MultiformatMessage - Interface in org.apache.logging.log4j.message
A Message that can render itself in more than one way.
MutableThreadContextStack - Class in org.apache.logging.log4j.spi
 
MutableThreadContextStack() - Constructor for class org.apache.logging.log4j.spi.MutableThreadContextStack
Constructs an empty MutableThreadContextStack.
MutableThreadContextStack(List<String>) - Constructor for class org.apache.logging.log4j.spi.MutableThreadContextStack
 

N

name() - Method in class org.apache.logging.log4j.Level
Gets the symbolic name of this Level.
NDC - Class in org.apache.log4j
Nested Diagnostic Context.
NDC - Class in org.jboss.logging
 
NEUTRAL - Static variable in interface org.ops4j.pax.logging.spi.PaxFilter
This filter is neutral with respect to the log event.
newCheckedInstanceOf(String, Class<T>) - Static method in class org.apache.logging.log4j.util.LoaderUtil
Loads and instantiates a derived class using its default constructor.
newInstance(Map<String, String>) - Method in class org.apache.logging.log4j.message.MapMessage
 
newInstance(Map<String, String>) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
 
newInstanceOf(String) - Static method in class org.apache.logging.log4j.util.LoaderUtil
Loads and instantiates a Class using the default constructor.
newLogger(String, LoggerContext) - Method in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
Creates a new named logger for a given LoggerContext.
newMessage(Object) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
 
newMessage(String) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
 
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.AbstractMessageFactory
 
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.FormattedMessageFactory
Creates StringFormattedMessage instances.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.LocalizedMessageFactory
Creates StringFormattedMessage instances.
newMessage(Object) - Method in interface org.apache.logging.log4j.message.MessageFactory
Creates a new message based on an Object.
newMessage(String) - Method in interface org.apache.logging.log4j.message.MessageFactory
Creates a new message based on a String.
newMessage(String, Object...) - Method in interface org.apache.logging.log4j.message.MessageFactory
Creates a new parameterized message.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.MessageFormatMessageFactory
Creates StringFormattedMessage instances.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.ParameterizedMessageFactory
Creates ParameterizedMessage instances.
newMessage(String, Object...) - Method in class org.apache.logging.log4j.message.StringFormatterMessageFactory
Creates StringFormattedMessage instances.
NoOpLog - Class in org.apache.commons.logging.impl
Trivial implementation of Log that throws away all messages.
NoOpLog() - Constructor for class org.apache.commons.logging.impl.NoOpLog
Convenience constructor
NoOpLog(String) - Constructor for class org.apache.commons.logging.impl.NoOpLog
Base constructor
NOP_LOGGER - Static variable in class org.slf4j.helpers.NOPLogger
The unique instance of NOPLogger.
NOPLogger - Class in org.slf4j.helpers
A direct NOP (no operation) implementation of Logger.
NOPLogger() - Constructor for class org.slf4j.helpers.NOPLogger
There is no point in creating multiple instances of NOPLOgger, except by derived classes, hence the protected access for the constructor.
NOPLoggerFactory - Class in org.slf4j.helpers
NOPLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.
NOPLoggerFactory() - Constructor for class org.slf4j.helpers.NOPLoggerFactory
 
NOPMakerAdapter - Class in org.slf4j.helpers
This adapter is an empty implementation of the MDCAdapter interface.
NOPMakerAdapter() - Constructor for class org.slf4j.helpers.NOPMakerAdapter
 
NOPMDCAdapter - Class in org.slf4j.helpers
This adapter is an empty implementation of the MDCAdapter interface.
NOPMDCAdapter() - Constructor for class org.slf4j.helpers.NOPMDCAdapter
 
NULL - Static variable in class org.slf4j.helpers.FormattingTuple
 

O

ObjectArrayMessage - Class in org.apache.logging.log4j.message
Handles messages that contain an Object[].
ObjectArrayMessage(Object...) - Constructor for class org.apache.logging.log4j.message.ObjectArrayMessage
Creates the ObjectMessage.
objectId(Object) - Static method in class org.apache.juli.logging.LogFactory
Returns a string that uniquely identifies the specified object, including its class.
ObjectMessage - Class in org.apache.logging.log4j.message
Handles messages that contain an Object.
ObjectMessage(Object) - Constructor for class org.apache.logging.log4j.message.ObjectMessage
Creates the ObjectMessage.
OFF - Static variable in class org.apache.log4j.Level
The OFF has the highest possible rank and is intended to turn off logging.
OFF - Static variable in class org.apache.logging.log4j.Level
No events will be logged.
OFF_INT - Static variable in class org.apache.log4j.Priority
 
open() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
 
org.apache.commons.logging - package org.apache.commons.logging
 
org.apache.commons.logging.impl - package org.apache.commons.logging.impl
 
org.apache.commons.logging.internal - package org.apache.commons.logging.internal
 
org.apache.juli.logging - package org.apache.juli.logging
 
org.apache.juli.logging.internal - package org.apache.juli.logging.internal
 
org.apache.log4j - package org.apache.log4j
 
org.apache.log4j.helpers - package org.apache.log4j.helpers
 
org.apache.log4j.internal - package org.apache.log4j.internal
 
org.apache.log4j.spi - package org.apache.log4j.spi
 
org.apache.log4j.xml - package org.apache.log4j.xml
 
org.apache.logging.log4j - package org.apache.logging.log4j
Public API for Log4j 2.
org.apache.logging.log4j.message - package org.apache.logging.log4j.message
Public Message Types used for Log4j 2.
org.apache.logging.log4j.simple - package org.apache.logging.log4j.simple
Simple logging implementation.
org.apache.logging.log4j.spi - package org.apache.logging.log4j.spi
Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.
org.apache.logging.log4j.status - package org.apache.logging.log4j.status
Status API for Log4j 2.
org.apache.logging.log4j.util - package org.apache.logging.log4j.util
Internal utility classes for the Log4j 2 API.
org.jboss.logging - package org.jboss.logging
 
org.knopflerfish.service.log - package org.knopflerfish.service.log
The Knopflerfish Log Package.
org.ops4j.pax.logging - package org.ops4j.pax.logging
 
org.ops4j.pax.logging.avalon - package org.ops4j.pax.logging.avalon
 
org.ops4j.pax.logging.internal - package org.ops4j.pax.logging.internal
 
org.ops4j.pax.logging.internal.eventadmin - package org.ops4j.pax.logging.internal.eventadmin
 
org.ops4j.pax.logging.log4jv2 - package org.ops4j.pax.logging.log4jv2
 
org.ops4j.pax.logging.slf4j - package org.ops4j.pax.logging.slf4j
 
org.ops4j.pax.logging.spi - package org.ops4j.pax.logging.spi
The SPI is not supported yet.
org.osgi.service.log - package org.osgi.service.log
The OSGi Log Service Package.
org.slf4j - package org.slf4j
Core logging interfaces.
org.slf4j.helpers - package org.slf4j.helpers
Helper classes.
org.slf4j.impl - package org.slf4j.impl
Implementations of core logging interfaces defined in the org.slf4j package.
org.slf4j.spi - package org.slf4j.spi
Classes and interfaces which are internal to SLF4J.
ORIGIN - Static variable in class org.apache.logging.log4j.message.StructuredDataId
RFC 5424 Origin.
OSGIPaxLoggingManager - Class in org.ops4j.pax.logging
 
OSGIPaxLoggingManager(BundleContext) - Constructor for class org.ops4j.pax.logging.OSGIPaxLoggingManager
 

P

ParameterizedMessage - Class in org.apache.logging.log4j.message
Handles messages that consist of a format string containing '{}' to represent each replaceable token, and the parameters.
ParameterizedMessage(String, String[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
Creates a parameterized message.
ParameterizedMessage(String, Object[], Throwable) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
Creates a parameterized message.
ParameterizedMessage(String, Object[]) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
Constructs a ParameterizedMessage which contains the arguments converted to String as well as an optional Throwable.
ParameterizedMessage(String, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
Constructor with a pattern and a single parameter.
ParameterizedMessage(String, Object, Object) - Constructor for class org.apache.logging.log4j.message.ParameterizedMessage
Constructor with a pattern and two parameters.
ParameterizedMessageFactory - Class in org.apache.logging.log4j.message
Enables use of {} parameter markers in message strings.
ParameterizedMessageFactory() - Constructor for class org.apache.logging.log4j.message.ParameterizedMessageFactory
 
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.
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
 
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.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
 
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.message.MapMessage
Add an item to the data Map.
put(String, String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
put(String, String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Put a context value (the o parameter) as identified with the key parameter into the current thread's context map.
put(String, String) - Static method in class org.apache.logging.log4j.ThreadContext
Puts a context value (the value parameter) as identified with the key parameter into the current thread's context map.
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.message.MapMessage
Add all the elements from the specified Map.
putAll(Map<String, Object>) - Method in class org.ops4j.pax.logging.PaxContext
 
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.
putMdc(String, Object) - Method in interface org.jboss.logging.LoggerProvider
Puts the value onto the message diagnostics context.

Q

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

R

readResolve() - Method in class org.apache.logging.log4j.Level
 
RECURSION_PREFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
Prefix for recursion.
RECURSION_SUFFIX - Static variable in class org.apache.logging.log4j.message.ParameterizedMessage
Suffix for recursion.
ReflectionUtil - Class in org.apache.logging.log4j.util
Consider this class private.
registerListener(StatusListener) - Method in class org.apache.logging.log4j.status.StatusLogger
Registers a new listener.
registry - Variable in class org.apache.logging.log4j.spi.AbstractLoggerAdapter
A map to store loggers for their given LoggerContexts.
release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
release() - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created Log instances returned by this factory.
release() - Method in class org.apache.juli.logging.LogFactory
Release any internal references to previously created Log instances returned by this factory.
release(ClassLoader) - Static method in class org.apache.juli.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
release() - Static method in class org.apache.log4j.Logger
Lifecycle method to release any resources held.
release() - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
Lifecycle method to release any resources held.
release() - Static method in class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
Releases any held resources and makes the class ready for garbage collection.
releaseAll() - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
releaseAll() - Static method in class org.apache.juli.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
remove(String) - Static method in class org.apache.log4j.MDC
Remove the the context identified by the key parameter.
remove() - Static method in class org.apache.log4j.NDC
Dummy method.
remove(Marker) - Method in interface org.apache.logging.log4j.Marker
Removes the specified Marker as a parent of this Marker.
remove(Marker) - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
remove(String) - Method in class org.apache.logging.log4j.message.MapMessage
Remove the element with the specified name.
remove(String) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
remove(Object) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
remove(Object) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
remove(String) - Method in interface org.apache.logging.log4j.spi.ThreadContextMap
Remove the the context identified by the key parameter.
remove(String) - Static method in class org.apache.logging.log4j.ThreadContext
Removes the context value identified by the key parameter.
remove(String) - Static method in class org.jboss.logging.MDC
Removes the value from the context.
remove(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
 
remove(Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
remove(String) - Method in class org.ops4j.pax.logging.PaxContext
 
remove(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
 
remove(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
remove(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
Remove the the context identified by the key parameter.
remove(String) - Method in class org.slf4j.helpers.NOPMakerAdapter
 
remove(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
 
remove(Marker) - Method in interface org.slf4j.Marker
Remove a marker reference.
remove(String) - Static method in class org.slf4j.MDC
Remove the diagnostic context identified by the key parameter using the underlying system's MDC implementation.
remove(String) - Method in interface org.slf4j.spi.MDCAdapter
Remove the the context identified by the key parameter.
removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
removeAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
removeAll(Collection<?>) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.juli.logging.LogFactory
Remove any configuration attribute associated with the specified name.
removeContext(LoggerContext) - Method in class org.apache.logging.log4j.simple.SimpleLoggerContextFactory
 
removeContext(LoggerContext) - Method in interface org.apache.logging.log4j.spi.LoggerContextFactory
Removes knowledge of a LoggerContext.
removeContext(LoggerContext) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContextFactory
 
removed() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
Called by the tracker when there is no service available, and the reference should be dropped.
removedService(ServiceReference<EventAdmin>, EventAdmin) - Method in class org.ops4j.pax.logging.internal.eventadmin.EventAdminTracker
 
removedService(ServiceReference, Object) - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
 
removeListener(StatusListener) - Method in class org.apache.logging.log4j.status.StatusLogger
Removes a StatusListener.
removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Unsubscribes to LogEntry objects.
removeMdc(String) - Method in interface org.jboss.logging.LoggerProvider
Removes the value from the message diagnostics context.
removeStack() - Static method in class org.apache.logging.log4j.ThreadContext
Removes the diagnostic context for this thread.
report(String, Throwable) - Static method in class org.slf4j.helpers.Util
 
report(String) - Static method in class org.slf4j.helpers.Util
 
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.
RESERVED - Static variable in class org.apache.logging.log4j.message.StructuredDataId
Reserved enterprise number.
reset() - Method in class org.apache.logging.log4j.status.StatusLogger
Clears the list of status events and listeners.
retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
retainAll(Collection<?>) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
retainAll(Collection<?>) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
ROOT_LOGGER_NAME - Static variable in class org.apache.logging.log4j.LogManager
The name of the root Logger.
ROOT_LOGGER_NAME - Static variable in interface org.slf4j.Logger
Case insensitive String constant used to retrieve the name of the root logger.

S

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.
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
 
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.
setLogLevel(String) - Static method in class org.ops4j.pax.logging.internal.DefaultServiceLog
 
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.
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
 
setType(String) - Method in class org.apache.logging.log4j.message.StructuredDataMessage
 
shutdown() - Static method in class org.apache.log4j.Category
Deprecated. 
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.
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.DefaultThreadContextStack
 
size() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
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
 
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.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
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - Class in org.slf4j.impl
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
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.ops4j.pax.logging.internal.Activator
 
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(String, Object...) - Constructor for class org.apache.logging.log4j.message.StringFormattedMessage
 
StringFormatterMessageFactory - Class in org.apache.logging.log4j.message
Enables use of Formatter strings in message strings.
StringFormatterMessageFactory() - Constructor for class org.apache.logging.log4j.message.StringFormatterMessageFactory
 
Strings - Class in org.apache.logging.log4j.util
Consider this class private.
StructuredDataId - Class in org.apache.logging.log4j.message
The StructuredData identifier.
StructuredDataId(String, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
 
StructuredDataId(String, int, String[], String[]) - Constructor for class org.apache.logging.log4j.message.StructuredDataId
A Constructor that helps conformance to RFC 5424.
StructuredDataMessage - Class in org.apache.logging.log4j.message
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
StructuredDataMessage(String, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
Creates a StructuredDataMessage using an ID (max 32 characters), message, and type (max 32 characters).
StructuredDataMessage(String, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
Creates a StructuredDataMessage using an ID (max 32 characters), message, type (max 32 characters), and an initial map of structured data to include.
StructuredDataMessage(StructuredDataId, String, String) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).
StructuredDataMessage(StructuredDataId, String, String, Map<String, String>) - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map of structured data to include.
StructuredDataMessage() - Constructor for class org.apache.logging.log4j.message.StructuredDataMessage
Basic constructor.
StructuredDataMessage.Format - Enum in org.apache.logging.log4j.message
Supported formats.
SubstituteLogger - Class in org.slf4j.helpers
A logger implementation which logs via a delegate logger.
SubstituteLogger(String) - Constructor for class org.slf4j.helpers.SubstituteLogger
 
SubstituteLoggerFactory - Class in org.slf4j.helpers
SubstituteLoggerFactory manages instances of SubstituteLogger.
SubstituteLoggerFactory() - Constructor for class org.slf4j.helpers.SubstituteLoggerFactory
 
Supplier<T> - Interface in org.apache.logging.log4j.util
Classes implementing this interface know how to supply a value.
supportsFastReflection() - Static method in class org.apache.logging.log4j.util.ReflectionUtil
 
SYSTEM_PREFIX - Static variable in class org.apache.logging.log4j.simple.SimpleLoggerContext
All system properties used by SimpleLog start with this

T

TAB - Static variable in class org.apache.logging.log4j.util.Chars
Tab.
THREAD_CONTEXT_MAP - Static variable in class org.apache.logging.log4j.spi.Provider
Property name to set to the implementation of ThreadContextMap.
ThreadContext - Class in org.apache.logging.log4j
The ThreadContext allows applications to store information either in a Map or a Stack.
ThreadContext.ContextStack - Interface in org.apache.logging.log4j
The ThreadContext Stack interface.
ThreadContextMap - Interface in org.apache.logging.log4j.spi
Service provider interface to implement custom MDC behavior for ThreadContext.
ThreadContextStack - Interface in org.apache.logging.log4j.spi
Service provider interface to implement custom NDC behavior for ThreadContext.
ThreadDumpMessage - Class in org.apache.logging.log4j.message
Captures information about all running Threads.
ThreadDumpMessage(String) - Constructor for class org.apache.logging.log4j.message.ThreadDumpMessage
Generate a ThreadDumpMessage with a title.
ThreadLocalMap - Class in org.apache.log4j.helpers
ThreadLocalMap extends InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.
ThreadLocalMap() - Constructor for class org.apache.log4j.helpers.ThreadLocalMap
 
throwing(Level, T) - Method in interface org.apache.logging.log4j.Logger
Logs an exception or error to be thrown.
throwing(T) - Method in interface org.apache.logging.log4j.Logger
Logs an exception or error to be thrown.
throwing(T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
throwing(Level, T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
throwing(String, Level, T) - Method in class org.apache.logging.log4j.spi.AbstractLogger
Logs a Throwable to be thrown.
THROWING_MARKER - Static variable in class org.apache.logging.log4j.spi.AbstractLogger
Marker for throwing exceptions.
throwingMsg(Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
TIME_QUALITY - Static variable in class org.apache.logging.log4j.message.StructuredDataId
RFC 5424 Time Quality.
TimestampMessage - Interface in org.apache.logging.log4j.message
Messages that use this interface will cause the timestamp in the message to be used instead of the timestamp in the LogEvent.
toArray() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
toArray(T[]) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
toArray() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
toArray(T[]) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
toArray() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
toArray(T[]) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
toInt() - Method in class org.apache.log4j.Priority
Returns the integer representation of this level.
toInt() - Method in interface org.ops4j.pax.logging.spi.PaxLevel
Returns the integer representation of this level.
toLevel(String) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toLevel(int) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(int, Level) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(String, Level) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toLevel(String) - Static method in class org.apache.logging.log4j.Level
Converts the string passed as argument to a level.
toLevel(String, Level) - Static method in class org.apache.logging.log4j.Level
Converts the string passed as argument to a level.
toLevel(String, int) - Static method in class org.knopflerfish.service.log.LogUtil
* Converts a string representing a log severity level to an int. * *
toPriority(String) - Static method in class org.apache.log4j.Priority
Deprecated.
Please use the Level.toLevel(String) method instead.
toPriority(int) - Static method in class org.apache.log4j.Priority
Deprecated.
Please use the Level.toLevel(int) method instead.
toPriority(int, Priority) - Static method in class org.apache.log4j.Priority
Deprecated.
Please use the Level.toLevel(int,Level) method instead.
toPriority(String, Priority) - Static method in class org.apache.log4j.Priority
Deprecated.
Please use the Level.toLevel(String,Level) method instead.
toString() - Method in class org.apache.log4j.Priority
Returns the string representation of this priority.
toString() - Method in class org.apache.logging.log4j.Level
 
toString() - Method in class org.apache.logging.log4j.MarkerManager.Log4jMarker
 
toString() - Method in class org.apache.logging.log4j.message.FormattedMessage
 
toString() - Method in class org.apache.logging.log4j.message.MapMessage
 
toString() - Method in class org.apache.logging.log4j.message.MessageFormatMessage
 
toString() - Method in class org.apache.logging.log4j.message.ObjectArrayMessage
 
toString() - Method in class org.apache.logging.log4j.message.ObjectMessage
 
toString() - Method in class org.apache.logging.log4j.message.ParameterizedMessage
 
toString() - Method in class org.apache.logging.log4j.message.SimpleMessage
 
toString() - Method in class org.apache.logging.log4j.message.StringFormattedMessage
 
toString() - Method in class org.apache.logging.log4j.message.StructuredDataId
 
toString() - Method in class org.apache.logging.log4j.message.StructuredDataMessage
 
toString() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
 
toString() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextMap
 
toString() - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
toString() - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
toString() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
toString() - Method in class org.slf4j.helpers.BasicMarker
 
toString() - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
trace(Object) - Method in class org.apache.commons.logging.internal.JclLogger
 
trace(Object, Throwable) - Method in class org.apache.commons.logging.internal.JclLogger
 
trace(Object) - Method in interface org.apache.commons.logging.Log
Logs a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Logs an error with trace log level.
trace(Object) - Method in class org.apache.juli.logging.internal.JuliLogger
 
trace(Object, Throwable) - Method in class org.apache.juli.logging.internal.JuliLogger
 
trace(Object) - Method in interface org.apache.juli.logging.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with trace log level.
trace(Object, Throwable) - Method in class org.apache.log4j.Category
 
TRACE - Static variable in class org.apache.log4j.Level
The TRACE Level designates finer-grained informational events than the DEBUG
trace(Object) - Method in class org.apache.log4j.Logger
Log a message object with the TRACE level.
trace(Object, Throwable) - Method in class org.apache.log4j.Logger
Log a message object with the TRACE level including the stack trace of the Throwablet passed as parameter.
trace(Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the TRACE level with message formatting done according to the value of messagePattern and arg parameters.
trace(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the TRACE level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
TRACE - Static variable in class org.apache.logging.log4j.Level
A fine-grained debug message, typically capturing the flow through the application.
trace(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the TRACE level.
trace(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the TRACE level.
trace(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
Logs a message which is only to be constructed if the logging level is the TRACE level with the specified Marker.
trace(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the TRACE level) with the specified Marker and including the stack trace of the Throwable t passed as parameter.
trace(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the TRACE level.
trace(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the TRACE level including the stack trace of the Throwable t passed as parameter.
trace(Marker, String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the TRACE level.
trace(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the TRACE level.
trace(Marker, String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters which are only to be constructed if the logging level is the TRACE level.
trace(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the TRACE level including the stack trace of the Throwable t passed as parameter.
trace(Marker, Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
Logs a message which is only to be constructed if the logging level is the TRACE level with the specified Marker.
trace(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the TRACE level) with the specified Marker and including the stack trace of the Throwable t passed as parameter.
trace(Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the TRACE level.
trace(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the TRACE level.
trace(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
Logs a message which is only to be constructed if the logging level is the TRACE level.
trace(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the TRACE level) including the stack trace of the Throwable t passed as parameter.
trace(Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the TRACE level.
trace(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the TRACE level including the stack trace of the Throwable t passed as parameter.
trace(String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the TRACE level.
trace(String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the TRACE level.
trace(String, Supplier<?>...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters which are only to be constructed if the logging level is the TRACE level.
trace(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the TRACE level including the stack trace of the Throwable t passed as parameter.
trace(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
Logs a message which is only to be constructed if the logging level is the TRACE level.
trace(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the TRACE level) including the stack trace of the Throwable t passed as parameter.
trace(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
trace(Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE.
trace(Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
Issue a log message and throwable with a level of TRACE.
trace(String, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
Issue a log message and throwable with a level of TRACE and a specific logger class name.
trace(String, Object, Object[], Throwable) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with parameters and a throwable with a level of TRACE.
trace(Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
trace(Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
 
trace(String, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
 
trace(String, Object, Object[], Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
 
trace(Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE.
trace(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of TRACE.
trace(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of TRACE and a specific logger class name.
trace(Object, Object[]) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.tracev(String, Object...) is recommended.
trace(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.tracev(Throwable, String, Object...) is recommended.
trace(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of TRACE.
trace(String, Throwable, String) - Method in class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
 
trace(String, Throwable) - Method in class org.ops4j.pax.logging.internal.BufferingLog
 
trace(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.BufferingLog
 
trace(String, Throwable) - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
 
trace(String, Throwable) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
 
trace(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
 
trace(String, Throwable) - Method in interface org.ops4j.pax.logging.PaxLogger
 
trace(String, Throwable, String) - Method in interface org.ops4j.pax.logging.PaxLogger
 
trace(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the DEBUG level.
trace(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message with the specific Marker at the TRACE level.
trace(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.trace(String, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.trace(String, Object, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.trace(String, Object[]) method except that the marker data is also taken into consideration.
trace(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.trace(String, Throwable) method except that the marker data is also taken into consideration.
trace(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(String) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String) - Method in interface org.slf4j.Logger
Log a message at the TRACE level.
trace(String, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the TRACE level.
trace(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object...)
trace(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Throwable) method except that the marker data is also taken into consideration.
TRACE_INT - Static variable in class org.apache.log4j.Level
TRACE level integer value.
TRACE_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
tracef(String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, int) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, int, int) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, int, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, int, int, int) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, int, int, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, int, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, int) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, int, int) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, int, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, int, int, int) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, int, int, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, int, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, long) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, long, long) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, long, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, long, long, long) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, long, long, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, long, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, long) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, long, long) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, long, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, long, long, long) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, long, long, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, long, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of TRACE.
tracef(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, int) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, int, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, int, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, int, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, int) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, int, int, int) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, int, int, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, int, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, long) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, long, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, long, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, long, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, long) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, long, long, long) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, long, long, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(Throwable, String, long, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracef(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(String, int) - Method in class org.jboss.logging.Logger
 
tracef(String, int, int) - Method in class org.jboss.logging.Logger
 
tracef(String, int, Object) - Method in class org.jboss.logging.Logger
 
tracef(String, int, int, int) - Method in class org.jboss.logging.Logger
 
tracef(String, int, int, Object) - Method in class org.jboss.logging.Logger
 
tracef(String, int, Object, Object) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, int) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, int, int) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, int, Object) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, int, int, int) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, int, int, Object) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, int, Object, Object) - Method in class org.jboss.logging.Logger
 
tracef(String, long) - Method in class org.jboss.logging.Logger
 
tracef(String, long, long) - Method in class org.jboss.logging.Logger
 
tracef(String, long, Object) - Method in class org.jboss.logging.Logger
 
tracef(String, long, long, long) - Method in class org.jboss.logging.Logger
 
tracef(String, long, long, Object) - Method in class org.jboss.logging.Logger
 
tracef(String, long, Object, Object) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, long) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, long, long) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, long, Object) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, long, long, long) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, long, long, Object) - Method in class org.jboss.logging.Logger
 
tracef(Throwable, String, long, Object, Object) - Method in class org.jboss.logging.Logger
 
tracev(String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
tracev(String, Object...) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(String, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
tracev(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of TRACE using MessageFormat-style formatting.
TrackingLogger - Class in org.ops4j.pax.logging.internal
 
TrackingLogger(PaxLoggingService, String, Bundle, String) - Constructor for class org.ops4j.pax.logging.internal.TrackingLogger
 
trim(int) - Method in class org.apache.logging.log4j.spi.DefaultThreadContextStack
 
trim(int) - Method in class org.apache.logging.log4j.spi.MutableThreadContextStack
 
trim(int) - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
Trims elements from the end of the stack.
trim(int) - Static method in class org.apache.logging.log4j.ThreadContext
Trims elements from this diagnostic context.
trim(int) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
 
trimToNull(String) - Static method in class org.apache.logging.log4j.util.Strings
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.

U

Util - Class in org.slf4j.helpers
An internal utility class.

V

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

W

warn(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
warn(Object) - Method in class org.apache.commons.logging.internal.JclLogger
 
warn(Object, Throwable) - Method in class org.apache.commons.logging.internal.JclLogger
 
warn(Object) - Method in interface org.apache.commons.logging.Log
Logs a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Logs an error with warn log level.
warn(Object) - Method in class org.apache.juli.logging.internal.JuliLogger
 
warn(Object, Throwable) - Method in class org.apache.juli.logging.internal.JuliLogger
 
warn(Object) - Method in interface org.apache.juli.logging.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with warn log level.
warn(Object) - Method in class org.apache.log4j.Category
Log a message object with the WARN Level.
warn(Object, Throwable) - Method in class org.apache.log4j.Category
Log a message with the WARN level including the stack trace of the Throwablet passed as parameter.
WARN - Static variable in class org.apache.log4j.Level
The WARN level designates potentially harmful situations.
warn(Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the WARN level with message formatting done according to the value of messagePattern and arg parameters.
warn(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the WARN level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
warn(Object) - Method in class org.apache.log4j.Logger
 
warn(Object, Throwable) - Method in class org.apache.log4j.Logger
 
WARN - Static variable in class org.apache.log4j.Priority
Deprecated.
Use Level.WARN instead.
WARN - Static variable in class org.apache.logging.log4j.Level
An event that might possible lead to an error.
warn(Marker, Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(Marker, Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(Marker, MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
Logs a message which is only to be constructed if the logging level is the WARN level with the specified Marker.
warn(Marker, MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the WARN level) with the specified Marker and including the stack warn of the Throwable t passed as parameter.
warn(Marker, Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(Marker, Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(Marker, String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(Marker, String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the WARN level.
warn(Marker, String, 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 WARN level.
warn(Marker, String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(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 WARN level with the specified Marker.
warn(Marker, Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the WARN level) with the specified Marker and including the stack warn of the Throwable t passed as parameter.
warn(Message) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(Message, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message with the specific Marker at the WARN level.
warn(MessageSupplier) - Method in interface org.apache.logging.log4j.Logger
Logs a message which is only to be constructed if the logging level is the WARN level.
warn(MessageSupplier, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the WARN level) including the stack warn of the Throwable t passed as parameter.
warn(Object) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(Object, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(String) - Method in interface org.apache.logging.log4j.Logger
Logs a message object with the WARN level.
warn(String, Object...) - Method in interface org.apache.logging.log4j.Logger
Logs a message with parameters at the WARN level.
warn(String, 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 WARN level.
warn(String, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message at the WARN level including the stack trace of the Throwable t passed as parameter.
warn(Supplier<?>) - Method in interface org.apache.logging.log4j.Logger
Logs a message which is only to be constructed if the logging level is the WARN level.
warn(Supplier<?>, Throwable) - Method in interface org.apache.logging.log4j.Logger
Logs a message (only to be constructed if the logging level is the WARN level) including the stack warn of the Throwable t passed as parameter.
warn(Marker, Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Message) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Message, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Object) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Object, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(String) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(String, Object...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(String, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Supplier<?>) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, Supplier<?>, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(String, Supplier<?>...) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Marker, MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(MessageSupplier) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(MessageSupplier, Throwable) - Method in class org.apache.logging.log4j.spi.AbstractLogger
 
warn(Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN.
warn(Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
Issue a log message and throwable with a level of WARN.
warn(String, Object, Throwable) - Method in interface org.jboss.logging.BasicLogger
Issue a log message and throwable with a level of WARN and a specific logger class name.
warn(String, Object, Object[], Throwable) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with parameters and a throwable with a level of WARN.
warn(Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warn(Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warn(String, Object, Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warn(String, Object, Object[], Throwable) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warn(Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN.
warn(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of WARN.
warn(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of WARN and a specific logger class name.
warn(Object, Object[]) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.warnv(String, Object...) is recommended.
warn(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Deprecated.
To log a message with parameters, using Logger.warnv(Throwable, String, Object...) is recommended.
warn(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of WARN.
warn(String) - Method in class org.knopflerfish.service.log.LogRef
* Log a warning level message. * *
warn(String, ServiceReference) - Method in class org.knopflerfish.service.log.LogRef
* Log a warning level message. * *
warn(String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
* Log a warning level message. * *
warn(String, ServiceReference, Throwable) - Method in class org.knopflerfish.service.log.LogRef
* Log a warning level message. * *
warn(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
 
warn(String, Throwable) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
 
warn(String, Throwable, String) - Method in class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
 
warn(String, Throwable) - Method in class org.ops4j.pax.logging.internal.BufferingLog
 
warn(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.BufferingLog
 
warn(String, Throwable) - Method in class org.ops4j.pax.logging.internal.DefaultServiceLog
 
warn(String, Throwable) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
 
warn(String, Throwable, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
 
warn(String, Throwable) - Method in interface org.ops4j.pax.logging.PaxLogger
 
warn(String, Throwable, String) - Method in interface org.ops4j.pax.logging.PaxLogger
 
warn(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the WARN level.
warn(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
Log a message with the specific Marker at the WARN level.
warn(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.warn(String, Object, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.warn(String, Object[]) method except that the marker data is also taken into consideration.
warn(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
This method is similar to Slf4jLogger.warn(String, Throwable) method except that the marker data is also taken into consideration.
warn(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(String) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String) - Method in interface org.slf4j.Logger
Log a message at the WARN level.
warn(String, Object) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the WARN level.
warn(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object...)
warn(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Throwable) method except that the marker data is also taken into consideration.
WARN_INT - Static variable in class org.apache.log4j.Priority
 
WARN_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
warnf(String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a formatted log message with a level of WARN.
warnf(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnf(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnv(String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object...) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object, Object, Object) - Method in interface org.jboss.logging.BasicLogger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(Throwable, String, Object...) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(Throwable, String, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(Throwable, String, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.DelegatingBasicLogger
 
warnv(String, Object...) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
writeReplace() - Method in class org.apache.logging.log4j.message.ThreadDumpMessage
Creates a ThreadDumpMessageProxy that can be serialized.
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.