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

A

ACCEPT_ON_MATCH - Static variable in class org.apache.log4j.filter.MatchFilterBase
Chain policy constant = AcceptOnMatch.
ACCEPT_ON_NOMATCH - Static variable in class org.apache.log4j.filter.MatchFilterBase
Chain policy constant = AcceptOnNomatch.
activate() - Method in class org.apache.log4j.config.PaxPropertySetter
 
activateOptions() - Method in class org.apache.log4j.ConsoleAppender
Prepares the appender for use.
Activator - Class in org.ops4j.pax.logging.internal
 
Activator() - Constructor for class org.ops4j.pax.logging.internal.Activator
 
Activator - Class in org.ops4j.pax.logging.service.internal
Starts the Log4j log services.
Activator() - Constructor for class org.ops4j.pax.logging.service.internal.Activator
Default constructor
add(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
add(Marker) - Method in interface org.slf4j.Marker
Add a reference to another Marker.
addAppender(Appender) - Method in class org.apache.log4j.AsyncAppender
Add appender.
added(PaxLoggingService) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
 
addingService(ServiceReference) - Method in class org.ops4j.pax.logging.internal.EventAdminTracker
 
addingService(ServiceReference) - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
 
addLogListener(LogListener) - Method in class org.ops4j.pax.logging.service.internal.LogReaderServiceImpl
 
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
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_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.
append(LoggingEvent) - Method in class org.apache.log4j.AsyncAppender
append(LoggingEvent) - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
append(LoggingEvent) - Method in class org.ops4j.pax.logging.service.internal.AppenderBridgeImpl
 
APPENDER_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingService
 
AppenderBridgeImpl - Class in org.ops4j.pax.logging.service.internal
 
AppenderBridgeImpl(PaxAppenderProxy) - Constructor for class org.ops4j.pax.logging.service.internal.AppenderBridgeImpl
 
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.
assertLog(boolean, String) - Method in class org.apache.log4j.Category
If assertion parameter is false, then logs msg as an error statement.
AsyncAppender - Class in org.apache.log4j
The AsyncAppender lets users log events asynchronously.
AsyncAppender() - Constructor for class org.apache.log4j.AsyncAppender
Create new instance.
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

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
 
bundleChanged(BundleEvent) - Method in class org.ops4j.pax.logging.service.internal.FrameworkHandler
 
BundleHelper - Class in org.ops4j.pax.logging.internal
 

C

canMatch() - Method in class org.apache.log4j.filter.MatchFilterBase
Subclasses can override this method with their own version if it is possible that no match test can/should be performed due to a misconfiguration.
canMatch() - Method in class org.apache.log4j.filter.MDCMatchFilter
Returns true if a key to match has been configured.
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
 
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.
childValue(Object) - Method in class org.apache.log4j.helpers.ThreadLocalMap
 
clear() - Static method in class org.apache.log4j.NDC
Dummy method.
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() - 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.
cloneStack() - Static method in class org.apache.log4j.NDC
Dummy method.
close() - Method in class org.apache.log4j.AsyncAppender
Close this AsyncAppender by interrupting the dispatcher thread which will process all pending events before exiting.
close() - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
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.ops4j.pax.logging.service.internal.AppenderBridgeImpl
 
close() - Method in class org.ops4j.pax.logging.service.internal.JdkHandler
Close the Handler and free all associated resources.
closeWriter() - Method in class org.apache.log4j.ConsoleAppender
commit() - Method in interface org.knopflerfish.service.log.LogConfig
 
CONFIGURATION_PID - Static variable in class org.ops4j.pax.logging.service.internal.Activator
The Managed Service PID for the log4j configuration
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
 
ConsoleAppender - Class in org.apache.log4j
ConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
ConsoleAppender() - Constructor for class org.apache.log4j.ConsoleAppender
Constructs an unconfigured appender.
ConsoleAppender(Layout) - Constructor for class org.apache.log4j.ConsoleAppender
Creates a configured appender.
ConsoleAppender(Layout, String) - Constructor for class org.apache.log4j.ConsoleAppender
Creates a configured appender.
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? Marker A is defined to contain marker B, if A == B or if B is referenced by A, or if B is referenced by any one of A's references (recursively).
contains(String) - Method in interface org.slf4j.Marker
Does this marker contain the marker named 'name'? If 'name' is null the returned value is always false.
convertArg(String, Class) - Method in class org.apache.log4j.config.PaxPropertySetter
Convert val a String parameter to an object of a given type.
create(Properties) - Method in class org.apache.log4j.config.PaxPropertySetter.ObjectFactory
 
create(Properties) - Method in interface org.apache.log4j.spi.OptionFactory
 
createFallbackLog(Bundle, String) - Static method in class org.ops4j.pax.logging.internal.FallbackLogFactory
 
createFilter(BundleContext, String) - Static method in class org.ops4j.pax.logging.service.internal.PaxAppenderProxy
 

D

debug(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
 
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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
Log a message with debug log level.
debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log 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(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) - 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, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
debug(String, Throwable, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
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 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[]) method except that the marker data is also taken into consideration.
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
 
decide(LoggingEvent) - Method in class org.apache.log4j.filter.MatchFilterBase
Implementation that calls the canMatch() and match() methods of subclasses.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.log4j.AsyncAppender
The default buffer size is set to 128 events.
DefaultServiceLog - Class in org.ops4j.pax.logging.internal
This Logger will be used when the Pax Logging Service is not available.
DENY_ON_MATCH - Static variable in class org.apache.log4j.filter.MatchFilterBase
Chain policy constant = DenyOnMatch.
DENY_ON_NOMATCH - Static variable in class org.apache.log4j.filter.MatchFilterBase
Chain policy constant = DenyOnNomatch.
destroy() - Method in interface org.ops4j.pax.logging.EventAdminPoster
 
destroy() - Method in class org.ops4j.pax.logging.internal.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() - 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(LoggingEvent) - Method in class org.apache.log4j.AsyncAppender
 
doAppend(PaxLoggingEvent) - Method in class org.ops4j.pax.logging.service.internal.PaxAppenderProxy
 
doAppend(PaxLoggingEvent) - Method in interface org.ops4j.pax.logging.spi.PaxAppender
Log in Appender specific way.
doConfigure(Properties, LoggerRepository) - Method in class org.apache.log4j.PaxLoggingConfigurator
 
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.
doInfo() - Method in class org.knopflerfish.service.log.LogRef
* Returns true if messages with severity info or higher * are saved by the log.
doLog(String, int, ServiceReference, Throwable) - Method in class org.knopflerfish.service.log.LogRef
* Sends a message to the log if possible.
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
 
doRender(Throwable) - Method in class org.apache.log4j.OsgiThrowableRenderer
doRender(Throwable, StackTraceElement[], List) - Method in class org.apache.log4j.OsgiThrowableRenderer
 
doWarn() - Method in class org.knopflerfish.service.log.LogRef
* Returns true if messages with severity warning or higher * are saved by the log.

E

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.slf4j.helpers.BasicMarker
 
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
 
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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
Log a message with error log level.
error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log 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(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) - 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, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
error(String, Throwable, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
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(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 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[]) method except that the marker data is also taken into consideration.
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
 
EventAdminPoster - Interface in org.ops4j.pax.logging
 
EventAdminTracker - Class in org.ops4j.pax.logging.internal
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.EventAdminTracker
 
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.

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_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.
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
 
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log 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(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) - 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(String, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
fatal(String, Throwable, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
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
 
flush() - Method in class org.ops4j.pax.logging.service.internal.JdkHandler
Flush any buffered output.
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.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.
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
 
FqcnIgnoringPaxLogger - Class in org.ops4j.pax.logging
 
FqcnIgnoringPaxLogger() - Constructor for class org.ops4j.pax.logging.FqcnIgnoringPaxLogger
 
FRAMEWORK_EVENTS_LOG_LEVEL_PROP_NAME - Static variable in class org.ops4j.pax.logging.service.internal.FrameworkHandler
 
frameworkEvent(FrameworkEvent) - Method in class org.ops4j.pax.logging.service.internal.FrameworkHandler
 
FrameworkHandler - Class in org.ops4j.pax.logging.service.internal
One instance of this class will be instantiated to listen in on events generated by the OSGi framework and log those.
FrameworkHandler(PaxLoggingServiceImpl) - Constructor for class org.ops4j.pax.logging.service.internal.FrameworkHandler
 
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.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 context identified by the key parameter.
get(String) - Method in interface org.slf4j.spi.MDCAdapter
Get the context identified by the key parameter.
getAllAppenders() - Method in class org.apache.log4j.AsyncAppender
Get iterator over attached appenders.
getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
Deprecated.
This method will be removed with no replacement.
getAppender(String) - Method in class org.apache.log4j.AsyncAppender
Get appender by name.
getAppender() - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
getAppender(String) - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
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.
getBlocking() - Method in class org.apache.log4j.AsyncAppender
Gets whether appender should block calling thread when buffer is full.
getBufferSize() - Method in class org.apache.log4j.AsyncAppender
Gets the current buffer size.
getBundle() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
 
getBundle() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
 
getBundle() - Method in class org.ops4j.pax.logging.service.internal.LogEntryImpl
 
getBundle() - Method in interface org.osgi.service.log.LogEntry
Returns the bundle that created this LogEntry object.
getBundleOrNull(Class) - Static method in class org.ops4j.pax.logging.util.OsgiUtil
 
getBundleSymbolicName(Bundle) - Static method in class org.ops4j.pax.logging.util.OsgiUtil
 
getCallerBundle(Bundle) - Static method in class org.ops4j.pax.logging.internal.BundleHelper
 
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).
getChainPolicy() - Method in class org.apache.log4j.filter.MatchFilterBase
Gets the chain policy string value that matches the current settings of matchReturnValue and noMatchReturn value.
getChildLogger(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
 
getClassName() - Method in class org.ops4j.pax.logging.service.internal.PaxLocationInfoImpl
 
getClassName() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
Return the fully qualified class name of the caller making the logging request.
getContext() - Static method in class org.apache.log4j.MDC
Get the current thread's MDC as a map.
getContext() - Method in class org.ops4j.pax.logging.PaxContext
 
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.
getDefault() - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
getDepth() - Static method in class org.apache.log4j.NDC
Dummy method.
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
 
getExactMatch() - Method in class org.apache.log4j.filter.MDCMatchFilter
Returns the true if an exact match will be checked for.
getException() - Method in class org.ops4j.pax.logging.service.internal.LogEntryImpl
 
getException() - Method in interface org.osgi.service.log.LogEntry
Returns the exception object associated with this LogEntry object.
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.
getFile() - Method in interface org.knopflerfish.service.log.LogConfig
 
getFileName() - Method in class org.ops4j.pax.logging.service.internal.PaxLocationInfoImpl
 
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
 
getFollow() - Method in class org.apache.log4j.ConsoleAppender
Gets whether the appender honors reassignments of System.out or System.err made after configuration.
getFQNOfLoggerClass() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Get the fully qualified name of the calling logger sub-class/wrapper.
getFQNOfLoggerClass() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
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.
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.
getKey() - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
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.
getKeyToMatch() - Method in class org.apache.log4j.filter.MDCMatchFilter
Gets the key to match in the MDC of the LoggingEvent.
getLevel() - Method in class org.ops4j.pax.logging.service.internal.LogEntryImpl
 
getLevel() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Return the level of this event.
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 class org.ops4j.pax.logging.service.internal.PaxLocationInfoImpl
 
getLineNumber() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
Returns the line number of the caller.
getLocationInfo() - Method in class org.apache.log4j.AsyncAppender
Gets whether the location of the logging request call should be captured.
getLocationInformation() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Set the location information for this logging event.
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 class org.ops4j.pax.logging.service.internal.LogReaderServiceImpl
 
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(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, 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(Bundle, String, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
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.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Return the name of the logger.
getLoggerName() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
getLoggerNameList() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
getLogLevel() - Method in class org.apache.commons.logging.impl.NoOpLog
 
getLogLevel() - Method in class org.apache.commons.logging.internal.JclLogger
 
getLogLevel() - Method in interface org.apache.commons.logging.Log
Returns the LogLevel of the Logger.
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
 
getLogLevel() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
getLogLevel() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
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.
getMatchReturnValue() - Method in class org.apache.log4j.filter.MatchFilterBase
Gets the value that will be returned upon a successful match.
getMaxGen() - Method in interface org.knopflerfish.service.log.LogConfig
 
getMaxSize() - Method in class org.ops4j.pax.logging.internal.EventAdminTracker
 
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
 
getMemorySize() - Method in interface org.knopflerfish.service.log.LogConfig
 
getMessage() - Method in class org.ops4j.pax.logging.service.internal.LogEntryImpl
 
getMessage() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Return the message for this logging 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
 
getMethodName() - Method in class org.ops4j.pax.logging.service.internal.PaxLocationInfoImpl
 
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 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.service.internal.PaxLoggerImpl
 
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 interface org.slf4j.Logger
Return the name of this Logger instance.
getName() - Method in interface org.slf4j.Marker
Get the name of this Marker.
getNoMatchReturnValue() - Method in class org.apache.log4j.filter.MatchFilterBase
Gets the value that will be returned upon an unsuccessful match.
getOut() - Method in interface org.knopflerfish.service.log.LogConfig
 
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
 
getPaxContext() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
getPaxContext() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
getPaxLoggingService() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
 
getPaxLoggingService() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
 
getProperties() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Returns the set of properties for the event.
getProperties() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
getPropertyDescriptor(String) - Method in class org.apache.log4j.config.PaxPropertySetter
 
getRenderedMessage() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
 
getRenderedMessage() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
getRootLogger() - Static method in class org.apache.log4j.Logger
Return the root of logger for the current hierarchy.
getService(Bundle, ServiceRegistration) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
getServiceReference() - Method in class org.ops4j.pax.logging.service.internal.LogEntryImpl
 
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.
getSyslogEquivalent() - Method in class org.apache.log4j.Priority
Return the syslog equivalent of this priority as an integer.
getSyslogEquivalent() - Method in class org.ops4j.pax.logging.service.internal.PaxLevelImpl
 
getSyslogEquivalent() - Method in interface org.ops4j.pax.logging.spi.PaxLevel
Return the syslog equivalent of this priority as an integer.
getTarget() - Method in class org.apache.log4j.ConsoleAppender
Returns the current value of the Target property.
getThreadName() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
 
getThreadName() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
 
getThrowableStrRep() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Return this event's throwable's string[] representaion.
getThrowableStrRep() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
getTime() - Method in class org.ops4j.pax.logging.service.internal.LogEntryImpl
 
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 class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Getter for the event's time stamp.
getTimeStamp() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
 
getValueToMatch() - Method in class org.apache.log4j.filter.MDCMatchFilter
Gets the value to match in the NDC value of the LoggingEvent.
getVersion(Bundle) - Static method in class org.ops4j.pax.logging.util.OsgiUtil
 

H

hasChildren() - Method in class org.slf4j.helpers.BasicMarker
 
hasChildren() - Method in interface org.slf4j.Marker
Deprecated.
hashCode() - Method in class org.slf4j.helpers.BasicMarker
 
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.
hasReferences() - Method in class org.slf4j.helpers.BasicMarker
 
hasReferences() - Method in interface org.slf4j.Marker
Does this marker have any references?

I

ILoggerFactory - Interface in org.slf4j
ILoggerFactory instances manufacture Logger instances by name.
IMarkerFactory - Interface in org.slf4j
Implementaitons of this interface are used to manufacture Marker instances.
info(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
 
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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
Log a message with info log level.
info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log 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(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 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[]) method except that the marker data is also taken into consideration.
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
 
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) - 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
 
inform(String, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
inform(String, Throwable, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
inherit(Stack) - Static method in class org.apache.log4j.NDC
Dummy method.
introspect() - Method in class org.apache.log4j.config.PaxPropertySetter
Uses JavaBeans Introspector to computer setters of object to be configured.
isAttached(Appender) - Method in class org.apache.log4j.AsyncAppender
Determines if specified appender is attached.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
 
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 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.service.internal.PaxLoggerImpl
 
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 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
 
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
 
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 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.service.internal.PaxLoggerImpl
 
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 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
 
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 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
 
isFatalEnabled() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
isFatalErrorEnabled() - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
 
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 class org.ops4j.pax.logging.service.internal.PaxLevelImpl
 
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
 
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 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.service.internal.PaxLoggerImpl
 
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 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.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
 
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 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.service.internal.PaxLoggerImpl
 
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 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
 
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 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.service.internal.PaxLoggerImpl
 
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 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.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
 
JdkHandler - Class in org.ops4j.pax.logging.service.internal
 
JdkHandler(PaxLoggingService) - Constructor for class org.ops4j.pax.logging.service.internal.JdkHandler
 
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

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 - 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
 
loadClass(ClassLoader, String) - Static method in class org.ops4j.pax.logging.util.OsgiUtil
 
LocationAwareLogger - Interface in org.slf4j.spi
An optional interface helping integration with logging systems capable of extracting location information.
locationInformationExists() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
Check for the existence of location information without creating it (a byproduct of calling getLocationInformation).
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(int, String) - Method in class org.knopflerfish.service.log.LogRef
* Log a message.
log(int, String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
* Log a message with an exception.
log(ServiceReference, int, String) - Method in class org.knopflerfish.service.log.LogRef
* Log a message associated with a specific Service.
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(Priority, Object, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
log(int, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
log(int, String, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
log(ServiceReference, int, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
log(ServiceReference, int, String, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
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.
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.
LogEntryImpl - Class in org.ops4j.pax.logging.service.internal
 
LogEntryImpl(Bundle, ServiceReference, int, String, Throwable) - Constructor for class org.ops4j.pax.logging.service.internal.LogEntryImpl
 
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.slf4j
The org.slf4j.Logger interface is the main user entry point of SLF4J API.
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.
LogListener - Interface in org.osgi.service.log
Subscribes to LogEntry objects from the LogReaderService.
LogReaderService - Interface in org.osgi.service.log
Provides methods to retrieve LogEntry objects from the log.
LogReaderServiceImpl - Class in org.ops4j.pax.logging.service.internal
 
LogReaderServiceImpl(int) - Constructor for class org.ops4j.pax.logging.service.internal.LogReaderServiceImpl
 
LogRef - Class in org.knopflerfish.service.log
* LogRef is an utility class that simplifies the use of the LogService.
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.
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.
LogUtil() - Constructor for class org.knopflerfish.service.log.LogUtil
 

M

m_delegate - Variable in class org.apache.log4j.Category
 
makeNewLoggerInstance(String) - Method in interface org.apache.log4j.spi.LoggerFactory
 
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
 
match(LoggingEvent) - Method in class org.apache.log4j.filter.MatchFilterBase
Subclasses must implement this method to perform the specific match test that they require.
match(LoggingEvent) - Method in class org.apache.log4j.filter.MDCMatchFilter
If ExactMatch is set to true, returns true only when ValueToMatch exactly matches the MDC value of the logging event.
MatchFilterBase - Class in org.apache.log4j.filter
This is the abstract base class for many useful filters implemented in the log4j.filter package.
MatchFilterBase() - Constructor for class org.apache.log4j.filter.MatchFilterBase
 
matchReturnValue - Variable in class org.apache.log4j.filter.MatchFilterBase
The value that will be returned upon a successful match.
MDC - Class in org.apache.log4j
Wrap the PaxContext with MDC api.
MDC() - Constructor for class org.apache.log4j.MDC
 
MDC - Class in org.slf4j
This class hides and serves as a substitute for the underlying logging system's MDC implementation.
MDCAdapter - Interface in org.slf4j.spi
This interface abstracts the service offered by various MDC implementations.
MDCMatchFilter - Class in org.apache.log4j.filter
The MDCMatchFilter matches a configured value against the value of a configured key in the MDC of a logging event.
MDCMatchFilter() - Constructor for class org.apache.log4j.filter.MDCMatchFilter
 
MDCSiftingAppender - Class in org.apache.log4j.sift
A log4j appender which splits the output based on an MDC key
MDCSiftingAppender() - Constructor for class org.apache.log4j.sift.MDCSiftingAppender
 
MDCSiftingAppender.Node - Class in org.apache.log4j.sift
 
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
 

N

NDC - Class in org.apache.log4j
Nested Diagnostic Context.
Node() - Constructor for class org.apache.log4j.sift.MDCSiftingAppender.Node
 
noMatchReturnValue - Variable in class org.apache.log4j.filter.MatchFilterBase
The value that will be returned upon an unsuccessful match
NoOpLog - Class in org.apache.commons.logging.impl
 
NoOpLog() - Constructor for class org.apache.commons.logging.impl.NoOpLog
 
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

obj - Variable in class org.apache.log4j.config.PaxPropertySetter
 
ObjectFactory(Properties, String) - Constructor for class org.apache.log4j.config.PaxPropertySetter.ObjectFactory
 
objectId(Object) - Static method in class org.apache.juli.logging.LogFactory
Returns a string that uniquely identifies the specified object, including its class.
OFF - Static variable in class org.apache.log4j.Level
The OFF has the highest possible rank and is intended to turn off logging.
OFF_INT - Static variable in class org.apache.log4j.Priority
 
open() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
 
OptionFactory - Interface in org.apache.log4j.spi
 
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.config - package org.apache.log4j.config
 
org.apache.log4j.filter - package org.apache.log4j.filter
 
org.apache.log4j.helpers - package org.apache.log4j.helpers
 
org.apache.log4j.internal - package org.apache.log4j.internal
 
org.apache.log4j.sift - package org.apache.log4j.sift
 
org.apache.log4j.spi - package org.apache.log4j.spi
 
org.apache.log4j.xml - package org.apache.log4j.xml
 
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.service.internal - package org.ops4j.pax.logging.service.internal
 
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.ops4j.pax.logging.util - package org.ops4j.pax.logging.util
 
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.
OSGI_APPENDER_PREFIX - Static variable in class org.apache.log4j.PaxLoggingConfigurator
 
OSGIPaxLoggingManager - Class in org.ops4j.pax.logging
 
OSGIPaxLoggingManager(BundleContext) - Constructor for class org.ops4j.pax.logging.OSGIPaxLoggingManager
 
OsgiThrowableRenderer - Class in org.apache.log4j
Enhanced implementation of ThrowableRenderer.
OsgiThrowableRenderer() - Constructor for class org.apache.log4j.OsgiThrowableRenderer
Construct new instance.
OsgiUtil - Class in org.ops4j.pax.logging.util
 
OsgiUtil() - Constructor for class org.ops4j.pax.logging.util.OsgiUtil
 

P

PaxAppender - Interface in org.ops4j.pax.logging.spi
 
PaxAppenderProxy - Class in org.ops4j.pax.logging.service.internal
 
PaxAppenderProxy(BundleContext, String) - Constructor for class org.ops4j.pax.logging.service.internal.PaxAppenderProxy
 
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
 
PaxLevel - Interface in org.ops4j.pax.logging.spi
 
PaxLevelImpl - Class in org.ops4j.pax.logging.service.internal
 
PaxLevelImpl(Level) - Constructor for class org.ops4j.pax.logging.service.internal.PaxLevelImpl
 
PaxLocationInfo - Interface in org.ops4j.pax.logging.spi
 
PaxLocationInfoImpl - Class in org.ops4j.pax.logging.service.internal
 
PaxLocationInfoImpl(LocationInfo) - Constructor for class org.ops4j.pax.logging.service.internal.PaxLocationInfoImpl
 
PaxLogger - Interface in org.ops4j.pax.logging
 
PaxLoggerImpl - Class in org.ops4j.pax.logging.service.internal
 
PaxLoggingConfigurator - Class in org.apache.log4j
 
PaxLoggingConfigurator(BundleContext) - Constructor for class org.apache.log4j.PaxLoggingConfigurator
 
PaxLoggingEvent - Interface in org.ops4j.pax.logging.spi
 
PaxLoggingEventImpl - Class in org.ops4j.pax.logging.service.internal
The internal representation of logging events.
PaxLoggingEventImpl(LoggingEvent) - Constructor for class org.ops4j.pax.logging.service.internal.PaxLoggingEventImpl
 
PaxLoggingManager - Interface in org.ops4j.pax.logging
 
PaxLoggingService - Interface in org.ops4j.pax.logging
 
PaxLoggingServiceImpl - Class in org.ops4j.pax.logging.service.internal
 
PaxLoggingServiceImpl(BundleContext, LogReaderServiceImpl, EventAdminPoster) - Constructor for class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
PaxPropertySetter - Class in org.apache.log4j.config
General purpose Object property setter.
PaxPropertySetter(Object) - Constructor for class org.apache.log4j.config.PaxPropertySetter
Create a new PaxPropertySetter for the specified Object.
PaxPropertySetter.ObjectFactory - Class in org.apache.log4j.config
 
peek() - Static method in class org.apache.log4j.NDC
Dummy method.
pop() - Static method in class org.apache.log4j.NDC
Dummy method.
postEvent(Bundle, int, LogEntry, String, Throwable, ServiceReference, Map) - Method in interface org.ops4j.pax.logging.EventAdminPoster
 
postEvent(Bundle, int, LogEntry, String, Throwable, ServiceReference, Map) - Method in class org.ops4j.pax.logging.internal.EventAdminTracker
 
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.
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
 
props - Variable in class org.apache.log4j.config.PaxPropertySetter
 
publish(LogRecord) - Method in class org.ops4j.pax.logging.service.internal.JdkHandler
Publish a LogRecord.
push(String) - Static method in class org.apache.log4j.NDC
Dummy method.
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, 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 context value (the val parameter) as identified with the key parameter into the current thread's 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) - Method in class org.ops4j.pax.logging.PaxContext
 

R

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(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 the 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.
removeAllAppenders() - Method in class org.apache.log4j.AsyncAppender
Removes and closes all attached appenders.
removeAppender(Appender) - Method in class org.apache.log4j.AsyncAppender
Removes an appender.
removeAppender(String) - Method in class org.apache.log4j.AsyncAppender
Remove appender by name.
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.
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, Object) - Method in class org.ops4j.pax.logging.internal.EventAdminTracker
 
removedService(ServiceReference, Object) - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
 
removeLogListener(LogListener) - Method in class org.ops4j.pax.logging.service.internal.LogReaderServiceImpl
 
removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Unsubscribes to LogEntry objects.
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.
requiresLayout() - Method in class org.apache.log4j.AsyncAppender
requiresLayout() - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
requiresLayout() - Method in class org.ops4j.pax.logging.service.internal.AppenderBridgeImpl
 
ROOT_LOGGER_NAME - Static variable in interface org.slf4j.Logger
Case insensitive String constant used to retrieve the name of the root logger.

S

serviceChanged(ServiceEvent) - Method in class org.knopflerfish.service.log.LogRef
* Service listener entry point.
serviceChanged(ServiceEvent) - Method in class org.ops4j.pax.logging.service.internal.FrameworkHandler
 
setAppender(OptionFactory) - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
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.
setBlocking(boolean) - Method in class org.apache.log4j.AsyncAppender
Sets whether appender should wait if there is no space available in the event buffer or immediately return.
setBufferSize(int) - Method in class org.apache.log4j.AsyncAppender
Sets the number of messages allowed in the event buffer before the calling thread is blocked (if blocking is true) or until messages are summarized and discarded.
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.slf4j.Slf4jLoggerFactory
 
setBundleContext(BundleContext) - Static method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
 
setChainPolicy(String) - Method in class org.apache.log4j.filter.MatchFilterBase
Sets the match and nomatch return values based on a "policy" string.
setContextMap(Map) - Method in class org.ops4j.pax.logging.PaxContext
 
setContextMap(Map) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
 
setContextMap(Map) - Method in class org.slf4j.helpers.BasicMDCAdapter
 
setContextMap(Map) - Method in class org.slf4j.helpers.NOPMakerAdapter
 
setContextMap(Map) - Method in class org.slf4j.helpers.NOPMDCAdapter
 
setContextMap(Map) - 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) - 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.
setDefault(String) - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
setExactMatch(boolean) - Method in class org.apache.log4j.filter.MDCMatchFilter
Set to true if configured value must exactly match the MDC value of the LoggingEvent.
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.
setFlush(boolean) - Method in interface org.knopflerfish.service.log.LogConfig
 
setFollow(boolean) - Method in class org.apache.log4j.ConsoleAppender
Sets whether the appender honors reassignments of System.out or System.err made after configuration.
setKey(String) - Method in class org.apache.log4j.sift.MDCSiftingAppender
 
setKeyToMatch(String) - Method in class org.apache.log4j.filter.MDCMatchFilter
Sets the key to match in the MDC of the LoggingEvent.
setLocationInfo(boolean) - Method in class org.apache.log4j.AsyncAppender
The LocationInfo option takes a boolean value.
setLogLevel(String) - Static method in class org.ops4j.pax.logging.internal.DefaultServiceLog
 
setMatchReturnValue(String) - Method in class org.apache.log4j.filter.MatchFilterBase
Set the value to return upon a successful match.
setMaxDepth(int) - Static method in class org.apache.log4j.NDC
Dummy method.
setMaxGen(int) - Method in interface org.knopflerfish.service.log.LogConfig
 
setMaxSize(int) - Method in class org.ops4j.pax.logging.internal.EventAdminTracker
 
setMemorySize(int) - Method in interface org.knopflerfish.service.log.LogConfig
Set number of log entries that are kept in memory.
setNoMatchReturnValue(String) - Method in class org.apache.log4j.filter.MatchFilterBase
Set the value to return upon a successful match.
setOut(boolean) - Method in interface org.knopflerfish.service.log.LogConfig
Property controling if log entries are written to System.out or not.
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.
setProperties(Object, Properties, String) - Static method in class org.apache.log4j.config.PaxPropertySetter
Set the properties of an object passed as a parameter in one go.
setProperties(Properties, String) - Method in class org.apache.log4j.config.PaxPropertySetter
Set the properites for the object that match the prefix passed as parameter.
setProperty(String, String) - Method in class org.apache.log4j.config.PaxPropertySetter
Set a property on this PaxPropertySetter's Object.
setProperty(PropertyDescriptor, String, String) - Method in class org.apache.log4j.config.PaxPropertySetter
Set the named property given a PropertyDescriptor.
setTarget(String) - Method in class org.apache.log4j.ConsoleAppender
Sets the value of the Target option.
setValueToMatch(String) - Method in class org.apache.log4j.filter.MDCMatchFilter
Sets the value to match in the NDC value of the LoggingEvent.
shutdown() - Static method in class org.apache.log4j.Category
Deprecated. 
shutdown() - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
Shut down the Pax Logging service.
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.
SLF4J_FQCN - 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
 
start(BundleContext) - Method in class org.ops4j.pax.logging.internal.Activator
 
start(BundleContext) - Method in class org.ops4j.pax.logging.service.internal.Activator
 
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.
stop(BundleContext) - Method in class org.ops4j.pax.logging.internal.Activator
 
stop(BundleContext) - Method in class org.ops4j.pax.logging.service.internal.Activator
 
SubstituteLoggerFactory - Class in org.slf4j.helpers
SubstituteLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.
SubstituteLoggerFactory() - Constructor for class org.slf4j.helpers.SubstituteLoggerFactory
 
SYSTEM_ERR - Static variable in class org.apache.log4j.ConsoleAppender
 
SYSTEM_OUT - Static variable in class org.apache.log4j.ConsoleAppender
 

T

target - Variable in class org.apache.log4j.ConsoleAppender
 
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
 
toInt() - Method in class org.apache.log4j.Priority
Returns the integer representation of this level.
toInt() - Method in class org.ops4j.pax.logging.service.internal.PaxLevelImpl
 
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, 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.ops4j.pax.logging.service.internal.PaxLevelImpl
 
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
 
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log 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(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) - 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, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
trace(String, Throwable, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
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 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[]) method except that the marker data is also taken into consideration.
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
 
TrackingLogger - Class in org.ops4j.pax.logging.internal
 
TrackingLogger(PaxLoggingService, String, Bundle, String) - Constructor for class org.ops4j.pax.logging.internal.TrackingLogger
 

U

ungetService(Bundle, ServiceRegistration, Object) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
UNKNOWN_POLICY - Static variable in class org.apache.log4j.filter.MatchFilterBase
Chain policy constant = UnknownPolicy.
updated(Dictionary) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggingServiceImpl
 
Util - Class in org.slf4j.helpers
An internal utility class.
Util() - Constructor for class org.slf4j.helpers.Util
 

W

warn(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
 
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log 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(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) - 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, Throwable) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
warn(String, Throwable, String) - Method in class org.ops4j.pax.logging.service.internal.PaxLoggerImpl
 
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 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[]) method except that the marker data is also taken into consideration.
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
 
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links

Copyright © 2019. All rights reserved.