- 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
-
- 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
Throwable
t
passed as parameter.
- DEBUG - Static variable in class org.apache.log4j.Level
-
The DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
- debug(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the DEBUG
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
- debug(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the DEBUG
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- debug(Object) - Method in class org.apache.log4j.Logger
-
- debug(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- DEBUG - Static variable in class org.apache.log4j.Priority
-
- debug(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
-
- debug(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(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
-
- debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- debug(Marker, String, Object[]) - Method in interface org.slf4j.Logger
-
- debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- DEBUG_INT - Static variable in class org.apache.log4j.Priority
-
- DEBUG_INT - Static variable in 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.
- 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
Throwable
t
passed as parameter.
- ERROR - Static variable in class org.apache.log4j.Level
-
The ERROR
level designates error events that
might still allow the application to continue running.
- error(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the ERROR
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
- error(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the ERROR
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- error(Object) - Method in class org.apache.log4j.Logger
-
- error(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- ERROR - Static variable in class org.apache.log4j.Priority
-
- error(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
-
- error(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- error(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- error(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- error(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
-
- error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- error(Marker, String, Object[]) - Method in interface org.slf4j.Logger
-
- error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- ERROR_INT - Static variable in class org.apache.log4j.Priority
-
- ERROR_INT - Static variable in 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.
- 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
Throwable
t
passed as parameter.
- FATAL - Static variable in class org.apache.log4j.Level
-
The FATAL
level designates very severe error
events that will presumably lead the application to abort.
- fatal(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the FATAL
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- fatal(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the FATAL
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
- fatal(Object) - Method in class org.apache.log4j.Logger
-
- fatal(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- FATAL - Static variable in class org.apache.log4j.Priority
-
- fatal(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
-
- 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.
- 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
-
- 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
-
- getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
-
- getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
-
Convenience method to derive a name from the specified class and call getInstance(String)
with it.
- getInstance(String) - Method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a Log
instance, using the factory's current set of configuration
attributes.
- getInstance(String) - Method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a Log
instance,
using the factory's current set of configuration attributes.
- getInstance(Class) - Method in class org.apache.juli.logging.LogFactory
-
Convenience method to derive a name from the specified class and
call getInstance(String)
with it.
- getInstance(String) - Static method in class org.apache.log4j.Category
-
- getInstance(Class) - Static method in class org.apache.log4j.Category
-
- 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
String
s 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
-
- 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
-
- 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
IMarkerFactory
instance.
- getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
- getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- getMarkerFactoryClassStr() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
The String form of the
IMarkerFactory
object that this
MarkerFactoryBinder
instance is
intended to return.
- 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
-
- 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
Throwable
t
passed as parameter.
- INFO - Static variable in class org.apache.log4j.Level
-
The INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
- info(Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the INFO
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
- info(String, Object, Object) - Method in class org.apache.log4j.Logger
-
Log a message with the INFO
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- info(Object) - Method in class org.apache.log4j.Logger
-
- info(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- INFO - Static variable in class org.apache.log4j.Priority
-
- info(String) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message.
- info(String, ServiceReference) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message.
- info(String, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message.
- info(String, ServiceReference, Throwable) - Method in class org.knopflerfish.service.log.LogRef
-
* Log an info level message.
- info(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- info(String, Throwable) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- info(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and argument.
- info(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log an exception (throwable) at the INFO level with an
accompanying message.
- info(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message with the specific Marker at the INFO level.
- info(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(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
-
- info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- info(Marker, String, Object[]) - Method in interface org.slf4j.Logger
-
- info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- INFO_INT - Static variable in class org.apache.log4j.Priority
-
- INFO_INT - Static variable in 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- Level - Class in org.apache.log4j
-
Defines the minimum set of levels recognized by the system, that is
OFF
, FATAL
, ERROR
,
WARN
, INFO
DEBUG 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
-
- 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
-
- 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
-
- 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
-
- StaticMarkerBinder - Class in org.slf4j.impl
-
- 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
-