- callAppenders(LoggingEvent) - Method in class org.apache.log4j.Category
-
Call the appenders in the hierrachy starting at this.
- Category - Class in org.apache.log4j
-
This class has been deprecated and replaced by the
Logger subclass.
- Category(String) - Constructor for class org.apache.log4j.Category
-
This constructor created a new Category instance and sets its name.
- Category(String, PaxLogger) - Constructor for class org.apache.log4j.Category
-
- category(Bundle) - Static method in class org.ops4j.pax.logging.spi.support.BackendSupport
-
LogService doesn't know the concept of logger name (or category), so
we have to derive it from what we have - a bundle
- catFactory - Variable in class org.apache.log4j.xml.DOMConfigurator
-
- cleanup() - Static method in class org.ops4j.pax.logging.spi.support.FallbackLogFactory
-
- clear() - Static method in class org.apache.log4j.MDC
-
Remove all values from the MDC.
- clear() - Static method in class org.apache.log4j.NDC
-
Clear any nested diagnostic information if any.
- clear() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Clears the list of status events.
- clear() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- clear() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- clear() - Method in class org.ops4j.pax.logging.PaxContext
-
Clears entire thread-bound MDC context.
- clear() - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- clearAll() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the context map and stack.
- clearDequeByKey(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- clearMap() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the context map.
- clearMdc() - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- clearNdc() - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- clearStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Clears the stack for this thread.
- cloneStack() - Static method in class org.apache.log4j.NDC
-
Clone the diagnostic context for the current thread.
- cloneStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a copy of this thread's stack.
- close() - Method in class org.ops4j.pax.logging.internal.JdkHandler
-
- close() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- close() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
- close() - Method in class org.ops4j.pax.logging.spi.support.EventAdminConfigurationNotifier
-
- close() - Method in class org.ops4j.pax.logging.spi.support.FileServiceLog
-
- close() - Method in class org.ops4j.pax.logging.spi.support.RegisteredService
-
- CONFIG_DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
-
- configurationDone() - Method in interface org.ops4j.pax.logging.spi.support.ConfigurationNotifier
-
Signals successful completion of configuration procedure
- configurationDone() - Method in class org.ops4j.pax.logging.spi.support.EventAdminConfigurationNotifier
-
- configurationError(Throwable) - Method in interface org.ops4j.pax.logging.spi.support.ConfigurationNotifier
-
Signals problems related to configuration procedure
- configurationError(Throwable) - Method in class org.ops4j.pax.logging.spi.support.EventAdminConfigurationNotifier
-
- ConfigurationNotifier - Interface in org.ops4j.pax.logging.spi.support
-
Interface for backends that want to inform about configuration changes
(usually after Configuration Admin update which happens over multiple,
hard to synchronize threads).
- CONFIGURATOR_CLASS_KEY - Static variable in class org.apache.log4j.LogManager
-
- configure() - Static method in class org.apache.log4j.BasicConfigurator
-
Add a ConsoleAppender that uses PatternLayout using the
PatternLayout.TTCC_CONVERSION_PATTERN and prints to
System.out to the root category.
- configure(Appender) - Static method in class org.apache.log4j.BasicConfigurator
-
Add appender to the root category.
- configure(String) - Static method in class org.apache.log4j.PropertyConfigurator
-
- configure(URL) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from url configURL.
- configure(InputStream) - Static method in class org.apache.log4j.PropertyConfigurator
-
Reads configuration options from an InputStream.
- configure(Properties) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from properties.
- configure(Element) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
Configure log4j using a configuration element as defined in the log4j.dtd.
- 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
-
Read the configuration file configFilename if it exists.
- configureAndWatch(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configureAndWatch(String, long) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
Read the configuration file configFilename if it exists.
- configureLoggerFactory(Properties) - Method in class org.apache.log4j.PropertyConfigurator
-
- configurePaxLoggingManager(PaxLoggingManager) - Static method in class org.apache.log4j.Category
-
Static method is different than usual, because here logger is also a factory.
- contains(Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- containsAll(Collection<?>) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- containsKey(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Determines if the key is in the context.
- containsKey(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- containsProperty(String) - Method in class org.apache.logging.log4j.util.PaxPropertySource
-
- convertR7LogLevel(String, LogLevel) - Static method in class org.ops4j.pax.logging.spi.support.BackendSupport
-
Returns one of the log level enums from LogLevel based on level name (case insensitive).
- copy() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns a copy of the ContextStack.
- copy() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- createAndRegisterLogReaderService(BundleContext) - Static method in class org.ops4j.pax.logging.spi.support.BackendSupport
-
Registers
LogReaderService and makes it available for actual
PaxLoggingService implementation
- createFallbackLog(Bundle, String) - Static method in class org.ops4j.pax.logging.spi.support.FallbackLogFactory
-
- createFilter(BundleContext, String) - Static method in class org.ops4j.pax.logging.spi.support.PaxAppenderProxy
-
Filter in the form of (&(objectClass=org.ops4j.pax.logging.spi.PaxAppender)(org.ops4j.pax.logging.appender.name=NAME)),
where NAME comes from osgi: prefixed
references from logging configuration.
- 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(Object, Object) - Method in class org.apache.log4j.Category
-
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.Category
-
Log a message with the DEBUG level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- debug(String) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal debug statements.
- debug(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal debug statements.
- debug(Object) - Method in class org.apache.log4j.Logger
-
- debug(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- debug(Object, Object) - Method in class org.apache.log4j.Logger
-
- debug(String, Object, Object) - Method in class org.apache.log4j.Logger
-
- DEBUG - Static variable in class org.apache.log4j.Priority
-
- debug - Static variable in class org.apache.logging.log4j.util.PaxPropertySource
-
- 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) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(String, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(String, Object, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(String, Object...) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(PaxMarker, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(PaxMarker, String, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(PaxMarker, String, Object, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(PaxMarker, String, Object...) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(PaxMarker, LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- debug(Object) - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- debug(Object, Throwable) - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- debug(Object) - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- debug(Object, Throwable) - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- debug(PaxMarker, String) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- debug(PaxMarker, String, Object) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- debug(PaxMarker, String, Object, Object) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- debug(PaxMarker, String, Object...) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- debug(PaxMarker, LoggerConsumer<E>) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- debug(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level according to the specified format
and argument.
- debug(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log an exception (throwable) at the DEBUG level with an
accompanying message.
- debug(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message with the specific Marker at the DEBUG level.
- debug(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- debug(String) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(String, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(String, Object...) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(PaxMarker, String) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(PaxMarker, String, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(PaxMarker, String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(PaxMarker, String, Object...) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(PaxMarker, LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- debug(String) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(String, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(String, Object...) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(PaxMarker, String) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(PaxMarker, String, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(PaxMarker, String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(PaxMarker, String, Object...) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- debug(PaxMarker, LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- DEBUG_INT - Static variable in class org.apache.log4j.Priority
-
- DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
-
Defining this value makes log4j print log4j-internal debug statements to
System.out.
- debugEnabled - Static variable in class org.apache.log4j.helpers.LogLog
-
- DEFAULT_CONFIGURATION_FILE - Static variable in class org.apache.log4j.LogManager
-
- DEFAULT_CONFIGURATION_KEY - Static variable in class org.apache.log4j.LogManager
-
- DEFAULT_INIT_OVERRIDE_KEY - Static variable in class org.apache.log4j.LogManager
-
- DEFAULT_STATUS_LISTENER_LEVEL - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
System property that can be configured with the Level name to use as the default level for
StatusListeners.
- defaultLevel - Static variable in class org.apache.logging.log4j.util.PaxPropertySource
-
- defaultLogLevel(BundleContext) - Static method in class org.ops4j.pax.logging.spi.support.BackendSupport
-
Gets the default level name as configured for pax-logging.
- DefaultServiceLog - Class in org.ops4j.pax.logging.spi.support
-
This Logger will be used when the Pax Logging Service is not (yet) available.
- DENY - Static variable in interface org.ops4j.pax.logging.spi.PaxFilter
-
The log event must be dropped immediately without consulting
with the remaining filters, if any, in the chain.
- destroy() - Method in interface org.ops4j.pax.logging.EventAdminPoster
-
Stops the poster.
- destroy() - Method in class org.ops4j.pax.logging.spi.support.EventAdminTracker
-
- DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (org.apache.commons.logging.diagnostics.dest)
of the property used to enable internal commons-logging
diagnostic output, in order to get information on what logging
implementations are being discovered, what classloaders they
are loaded through, etc.
- discover(String, boolean, Object...) - Static method in class org.ops4j.pax.logging.spi.support.FormattingTriple
-
According to OSGi R7 Logging specification, argument array may contain
Throwable and/or
ServiceReference among last two arguments.
- dispose() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- dispose() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
- doAppend(PaxLoggingEvent) - Method in interface org.ops4j.pax.logging.spi.PaxAppender
-
Log in Appender specific way.
- doAppend(PaxLoggingEvent) - Method in class org.ops4j.pax.logging.spi.support.PaxAppenderProxy
-
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration from a file.
- doConfigure(Properties, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from properties.
- doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from url configURL.
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from url configURL.
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
- doConfigure(Reader, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
- doConfigure(InputSource, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
- doConfigure(Element, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Configure by taking in an DOM element.
- doFilter(PaxLoggingEvent) - Method in interface org.ops4j.pax.logging.spi.PaxFilter
-
If the decision is DENY, then the event will be
dropped.
- doLayout(PaxLoggingEvent) - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Creates the string representation of a logging event.
- doLog(Logger.Level, String, Object, Object[], Throwable) - Method in class org.ops4j.pax.logging.jbosslogging.JBossLoggingLogger
-
- doLogf(Logger.Level, String, String, Object[], Throwable) - Method in class org.ops4j.pax.logging.jbosslogging.JBossLoggingLogger
-
- DOMConfigurator - Class in org.apache.log4j.xml
-
Use this class to initialize the log4j environment using a DOM tree.
- DOMConfigurator() - Constructor for class org.apache.log4j.xml.DOMConfigurator
-
No argument constructor.
- 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
-
Never use this method directly, use the
LoggingEvent.getNDC() method instead.
- get(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets the context value identified by the key parameter.
- get(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- get(String) - Method in class org.ops4j.pax.logging.PaxContext
-
Gets a value from this thread-bound MDC context.
- get(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- getAdditivity() - Method in class org.apache.log4j.Category
-
Get the additivity flag for this Category instance.
- getAllAppenders() - Method in class org.apache.log4j.Category
-
Get the appenders contained in this category as an
Enumeration.
- getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
-
- getAppender(String) - Method in class org.apache.log4j.Category
-
Look for the appender named as name.
- getArgArray() - Method in class org.ops4j.pax.logging.spi.support.FormattingTriple
-
- 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.
- getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
-
Return an array containing the names of all currently defined
configuration attributes.
- getBundle() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- getBundle() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
Returns Bundle associated with this manager.
- getBundle() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getBundleOrNull(Class) - Static method in class org.ops4j.pax.logging.spi.support.OsgiUtil
-
- getBundleSymbolicName(Bundle) - Static method in class org.ops4j.pax.logging.spi.support.OsgiUtil
-
- getCallerBundle(Bundle) - Static method in class org.ops4j.pax.logging.spi.support.BundleHelper
-
Gets a Bundle invoking logging method which is the first bundle different than
pax-logging-api.
- getCallerBundle(Bundle, int) - Static method in class org.ops4j.pax.logging.spi.support.BundleHelper
-
Gets a Bundle with configurable number of top-most classes from context.
- getCallerBundle(Bundle, String) - Static method in class org.ops4j.pax.logging.spi.support.BundleHelper
-
Gets a Bundle invoking logging method which is the first bundle before the class matching
fqcn argument.
- getChainedPriority() - Method in class org.apache.log4j.Category
-
- getChildLogger(String) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- getClassLoader(Class<?>) - Static method in class org.apache.commons.logging.LogFactory
-
Safely get access to the classloader for the specified class.
- getClassName() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Return the fully qualified class name of the caller making the
logging request.
- getContentType() - Method in class org.apache.log4j.xml.XSLTLayout
- getContentType() - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Return the type of content
- getContext() - Static method in class org.apache.log4j.MDC
-
Get the current thread's MDC as a hashtable.
- getContext() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContext.
- getContext(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(ClassLoader, boolean, Object, URI, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext.
- getContext(String, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext(String, ClassLoader, boolean, URI, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a LoggerContext
- getContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a mutable copy of current thread's context Map.
- getContext(String, ClassLoader, Object, boolean) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContextFactory
-
- getContext(String, ClassLoader, Object, boolean, URI, String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContextFactory
-
- getContext() - Method in class org.ops4j.pax.logging.PaxContext
-
Gets full map of values related to this thread-bound MDC context.
- getCopy() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- getCopyOfContextMap() - Method in class org.ops4j.pax.logging.PaxContext
-
Gets a copy of full map of calues related to this thread-bound MDC context.
- getCopyOfContextMap() - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- getCopyOfDequeByKey(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- getCurrentCategories() - Static method in class org.apache.log4j.Category
-
- getCurrentLoggers() - Static method in class org.apache.log4j.LogManager
-
- getDefault() - Static method in class org.apache.log4j.pattern.ExtrasFormattingInfo
-
Gets default instance.
- getDefaultHierarchy() - Static method in class org.apache.log4j.Category
-
- getDepth() - Static method in class org.apache.log4j.NDC
-
Get the current nesting depth of this diagnostic context.
- getDepth() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the number of elements in the stack.
- getDepth() - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets the current nesting depth of this thread's stack.
- getDepth() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- getEffectiveLevel() - Method in class org.apache.log4j.Category
-
Starting from this category, search the category hierarchy for a non-null level and return it.
- getException() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getExternalContext() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- getFactory() - Static method in class org.apache.commons.logging.LogFactory
-
Opposite to original LogFactory.getFactory, simply preinstantiated factory is returned.
- getFactory() - Static method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a LogFactory
instance, using the following ordered lookup procedure to determine
the name of the implementation class to be loaded.
- getFactory() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the current LoggerContextFactory.
- getFileName() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Return the file name of the caller.
- getFileNamePatternRules() - Static method in class org.apache.log4j.pattern.ExtrasPatternParser
-
Get standard format specifiers for rolling file appender file specification.
- getFooter() - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Returns the footer for the layout format.
- getFormatter() - Method in class org.ops4j.pax.logging.internal.JdkHandler
-
- getFormatterLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the calling Class as the Logger name.
- getFormatterLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the Class as the Logger name.
- getFormatterLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.
- getFormatterLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a formatter Logger with the specified name.
- getFQNOfLoggerClass() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Fully qualified class name (FQCN) helps identifying the location
of logging statement, by examining call trace to find where user code invoked logging method.
- getHeader() - Method in interface org.ops4j.pax.logging.spi.PaxLayout
-
Returns the header for the layout format.
- getHierarchy() - Method in class org.apache.log4j.Category
-
- getImmutableContext() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns an immutable view of the current thread's context Map.
- getImmutableMapOrNull() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- getImmutableStack() - Static method in class org.apache.logging.log4j.ThreadContext
-
Gets an immutable copy of this current thread's context stack.
- getImmutableStackOrNull() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns a ContextStack with the same contents as this ContextStack or null.
- getImmutableStackOrNull() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- getInstance(Class<?>) - Method in class org.apache.commons.logging.LogFactory
-
Convenience method to derive a name from the specified class and
call getInstance(String) with it.
- getInstance(String) - Method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes.
- getInstance(String) - Method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes.
- getInstance(Class<?>) - Method in class org.apache.juli.logging.LogFactory
-
Convenience method to derive a name from the specified class and
call getInstance(String) with it.
- getInstance(String) - Static method in class org.apache.log4j.Category
-
- getInstance(Class) - Static method in class org.apache.log4j.Category
-
- getLevel() - Method in class org.apache.log4j.Category
-
Returns the assigned Level, if any, for this Category.
- getLevel() - Method in class org.apache.logging.log4j.status.StatusLogger
-
- getLevel() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- getLevel() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- getLevel() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getLineNumber() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Returns the line number of the caller.
- getListeners() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Returns a thread safe Iterable for the StatusListener.
- getLocation() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getLocationInfo() - Method in class org.apache.log4j.xml.XSLTLayout
-
Gets whether location info should be output.
- getLocationInformation() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Place where the logging event was created (e.g., log.info("message") was called).
- 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.spi.support.LogReaderServiceImpl
-
- getLogger(String) - Static method in class org.apache.log4j.Logger
-
Retrieve a logger named according to the value of the name parameter.
- getLogger(Class) - Static method in class org.apache.log4j.Logger
-
Shorthand for getLogger(clazz.getName()).
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
-
Like
Logger.getLogger(String) except that the type of logger instantiated depends on the type returned by the
LoggerFactory.makeNewLoggerInstance(java.lang.String) method of the
factory parameter.
- getLogger(String) - Static method in class org.apache.log4j.LogManager
-
Retrieve the appropriate
Logger instance.
- getLogger(Class) - Static method in class org.apache.log4j.LogManager
-
Retrieve the appropriate
Logger instance.
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.LogManager
-
Retrieve the appropriate
Logger instance.
- getLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Class<?>) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(Class<?>, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified name of the Class as the Logger name.
- getLogger(MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the name of the calling class.
- getLogger(Object) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(Object, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger using the fully qualified class name of the value as the Logger name.
- getLogger(String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, MessageFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger(String, String) - Static method in class org.apache.logging.log4j.LogManager
-
Returns a Logger with the specified name.
- getLogger() - Static method in class org.apache.logging.log4j.status.StatusLogger
-
Retrieve the StatusLogger.
- getLogger(String) - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
-
Main static factory method to return instance of Logger.
- getLogger(AvalonLogger, String) - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
-
- getLogger(String) - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- getLogger(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- getLogger(String, MessageFactory) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- getLogger(String, String) - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- getLogger(Bundle, 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.PaxLoggingManager
-
Obtains a
PaxLogger from this manager for a specific
Bundle.
- getLogger(Bundle, String, String) - Method in interface org.ops4j.pax.logging.PaxLoggingService
-
Obtains
PaxLogger instance - implementation-specific logger hidden under
PaxLogger interface.
- getLogger(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
-
Return an appropriate Logger instance as specified by the name parameter.
- getLoggerFactory() - Method in class org.ops4j.pax.logging.slf4j.PaxLoggingSLF4JServiceProvider
-
- getLoggerName() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Name of the logger is its category (usually in dot-separated convention),
usually set in factory method of logfactory.getLog("name").
- getLoggerName() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getLoggerRepository() - Method in class org.apache.log4j.Category
-
Return the the LoggerRepository where this Category is attached.
- getLoggerRepository() - Static method in class org.apache.log4j.LogManager
-
- getLogLevel() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- getLogLevel() - Method in interface org.ops4j.pax.logging.PaxLogger
-
Returns R7 LogLevel for this logger.
- getLogLevel() - Method in interface org.ops4j.pax.logging.PaxLoggingService
-
Returns R7 LogLevel (actually, a threahold) associated with entire logging service.
- getLogLevel() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- getLogLevel() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- getLogLevel() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getMarkerFactory() - Method in class org.ops4j.pax.logging.slf4j.PaxLoggingSLF4JServiceProvider
-
- getMaxLength() - Method in class org.apache.log4j.pattern.ExtrasFormattingInfo
-
Get maximum length.
- getMaxSize() - Method in class org.ops4j.pax.logging.spi.support.EventAdminTracker
-
- getMdc(String) - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- getMDCAdapter() - Method in class org.ops4j.pax.logging.slf4j.PaxLoggingSLF4JServiceProvider
-
- getMdcMap() - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- getMessage() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Actual message carried by given logging event.
- getMessage() - Method in class org.ops4j.pax.logging.spi.support.FormattingTriple
-
- getMessage() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getMethodName() - Method in interface org.ops4j.pax.logging.spi.PaxLocationInfo
-
Returns the method name of the caller.
- getMinLength() - Method in class org.apache.log4j.pattern.ExtrasFormattingInfo
-
Get minimum length.
- 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.TrackingLogger
-
- getName() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Return the name of this Logger instance.
- getName() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- getName() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- getNdc() - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- getNdcDepth() - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- getNormalForm(Iterable<? extends CharSequence>) - Method in class org.apache.logging.log4j.util.PaxPropertySource
-
- getParent() - Method in class org.apache.log4j.Category
-
Returns the parent of this category.
- getPatternLayoutRules() - Static method in class org.apache.log4j.pattern.ExtrasPatternParser
-
Get standard format specifiers for EnhancedPatternLayout.
- getPaxContext() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- getPaxContext() - Method in interface org.ops4j.pax.logging.PaxLogger
-
PaxContext of this logger that gives access to thread-bound MDC context.
- getPaxContext() - Method in interface org.ops4j.pax.logging.PaxLoggingService
-
Returns
PaxContext of this service that gives access to thread-bound MDC context.
- getPaxContext() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- getPaxContext() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- getPaxLoggingService() - Method in class org.ops4j.pax.logging.OSGIPaxLoggingManager
-
- getPaxLoggingService() - Method in interface org.ops4j.pax.logging.PaxLoggingManager
-
- getPaxLogLevel() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- getPaxLogLevel() - Method in interface org.ops4j.pax.logging.PaxLogger
-
Returns numerical log level associated with this logger.
- getPaxLogLevel() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- getPaxLogLevel() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- getPriority() - Method in class org.apache.log4j.Category
-
- getPriority() - Method in class org.apache.logging.log4j.util.PaxPropertySource
-
- getProperties() - Method in class org.apache.log4j.xml.XSLTLayout
-
Gets whether MDC key-value pairs should be output.
- getProperties() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Properties associated with logging event - usually MDC.
- getProperty(String) - Method in class org.apache.logging.log4j.util.PaxPropertySource
-
- getPropertyNames() - Method in class org.apache.logging.log4j.util.PaxPropertySource
-
- getRegistration() - Method in class org.ops4j.pax.logging.spi.support.RegisteredService
-
- getRenderedMessage() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
When message is not a String, rendered message is Stringified version of
the message object.
- getRequestedApiVersion() - Method in class org.ops4j.pax.logging.slf4j.PaxLoggingSLF4JServiceProvider
-
- getResource(String, Class) - Static method in class org.apache.log4j.helpers.Loader
-
- getResource(String) - Static method in class org.apache.log4j.helpers.Loader
-
This method will search for resource in different places.
- getResourceBundle() - Method in class org.apache.log4j.Category
-
- getResourceBundleString(String) - Method in class org.apache.log4j.Category
-
Returns the string resource coresponding to key in this category's inherited resource bundle.
- getRoot() - Static method in class org.apache.log4j.Category
-
- getRootLogger() - Static method in class org.apache.log4j.Logger
-
Return the root logger for the current logger repository.
- getRootLogger() - Static method in class org.apache.log4j.LogManager
-
Retrieve the appropriate root logger.
- getRootLogger() - Static method in class org.apache.logging.log4j.LogManager
-
Returns the root logger.
- getSequence() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getService() - Method in class org.ops4j.pax.logging.spi.support.RegisteredService
-
- getServiceReference() - Method in class org.ops4j.pax.logging.spi.support.FormattingTriple
-
- getServiceReference() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getStaticLogLevel() - Static method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- getStatusData() - Method in class org.apache.logging.log4j.status.StatusLogger
-
Returns a List of all events as StatusData objects.
- getSyslogEquivalent() - Method in class org.apache.log4j.Priority
-
Return the syslog equivalent of this priority as an integer.
- getSyslogEquivalent() - Method in interface org.ops4j.pax.logging.spi.PaxLevel
-
Return the syslog equivalent of this priority as an integer.
- getThreadContextMap() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns a read-only view of the internal data structure used to store thread context key-value pairs,
or null if the internal data structure does not implement the
ReadOnlyThreadContextMap interface.
- getThreadInfo() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getThreadName() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Thread name associated with logging event.
- getThrowable() - Method in class org.ops4j.pax.logging.spi.support.FormattingTriple
-
- getThrowableStrRep() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Array of Strings representation of stack trace at the point where logging event was created.
- getTime() - Method in class org.ops4j.pax.logging.spi.support.LogEntryImpl
-
- getTimeStamp() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
Timestamp for the moment when the logging event was created.
- getVersion(Bundle) - Static method in class org.ops4j.pax.logging.spi.support.OsgiUtil
-
- ignoresThrowable() - Method in class org.apache.log4j.xml.XSLTLayout
-
Gets whether throwables should not be output.
- info(Object) - Method in class org.apache.log4j.Category
-
Log a message object with the INFO Level.
- info(Object, Object) - Method in class org.apache.log4j.Category
-
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.Category
-
Log a message with the INFO level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
- 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(Object) - Method in class org.apache.log4j.Logger
-
- info(Object, Throwable) - Method in class org.apache.log4j.Logger
-
- info(Object, Object) - Method in class org.apache.log4j.Logger
-
- info(String, Object, Object) - Method in class org.apache.log4j.Logger
-
- INFO - Static variable in class org.apache.log4j.Priority
-
- 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.internal.TrackingLogger
-
- info(String, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(String, Object, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(String, Object...) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(PaxMarker, String) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(PaxMarker, String, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(PaxMarker, String, Object, Object) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(PaxMarker, String, Object...) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(PaxMarker, LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- info(Object) - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- info(Object, Throwable) - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- info(Object) - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- info(Object, Throwable) - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- info(PaxMarker, String) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- info(PaxMarker, String, Object) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- info(PaxMarker, String, Object, Object) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- info(PaxMarker, String, Object...) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- info(PaxMarker, LoggerConsumer<E>) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- info(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and argument.
- info(String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log an exception (throwable) at the INFO level with an
accompanying message.
- info(Marker, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Log a message with the specific Marker at the INFO level.
- info(Marker, String, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Object[]) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(Marker, String, Throwable) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- info(String) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(String, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(String, Object...) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(PaxMarker, String) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(PaxMarker, String, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(PaxMarker, String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(PaxMarker, String, Object...) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(PaxMarker, LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- info(String) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(String, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(String, Object...) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(PaxMarker, String) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(PaxMarker, String, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(PaxMarker, String, Object, Object) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(PaxMarker, String, Object...) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- info(PaxMarker, LoggerConsumer<E>) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- INFO_INT - Static variable in class org.apache.log4j.Priority
-
- inherit(Stack) - Static method in class org.apache.log4j.NDC
-
Inherit the diagnostic context of another thread.
- init() - Static method in class org.apache.logging.log4j.ThreadContext
-
Consider private, used for testing.
- initialize() - Method in class org.ops4j.pax.logging.slf4j.PaxLoggingSLF4JServiceProvider
-
- isAttached(Appender) - Method in class org.apache.log4j.Category
-
Is the appender passed as parameter attached to this category?
- isAuditEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isAuditEnabled(PaxMarker) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isConfigurationAdminAvailable() - Static method in class org.ops4j.pax.logging.spi.support.BackendSupport
-
- 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.TrackingLogger
-
- isDebugEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- isDebugEnabled(PaxMarker) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isDebugEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isDebugEnabled() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isDebugEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isEmpty() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns true if the Map is empty.
- isEmpty() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- isEmpty() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Level, Marker) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- isEnabled(Logger.Level) - Method in class org.ops4j.pax.logging.jbosslogging.JBossLoggingLogger
-
- isEnabled(Level, Marker, Message, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, Object, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object...) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, CharSequence, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- isEnabledFor(Priority) - Method in class org.apache.log4j.Category
-
Check whether this category is enabled for a given Level passed as parameter.
- isErrorEnabled() - Method in class org.apache.log4j.Category
-
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.TrackingLogger
-
- isErrorEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- isErrorEnabled(PaxMarker) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isErrorEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isErrorEnabled() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isErrorEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isFatalEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- isFatalEnabled() - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isFatalEnabled(PaxMarker) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isFatalEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isFatalEnabled() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isFatalEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- 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 interface org.ops4j.pax.logging.spi.PaxLevel
-
Returns true if this level has a higher or equal level (is more important,
has bigger severity) than the level passed as argument, false otherwise.
- 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.TrackingLogger
-
- isInfoEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- isInfoEnabled(PaxMarker) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isInfoEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isInfoEnabled() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isInfoEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isJava1() - Static method in class org.apache.log4j.helpers.Loader
-
- isLeftAligned() - Method in class org.apache.log4j.pattern.ExtrasFormattingInfo
-
Determine if left aligned.
- isRightTruncated() - Method in class org.apache.log4j.pattern.ExtrasFormattingInfo
-
Determine if right truncated.
- isTraceEnabled() - Method in class org.apache.log4j.Category
-
Check whether this category is enabled for the TRACE Level.
- 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.TrackingLogger
-
- isTraceEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- isTraceEnabled(PaxMarker) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isTraceEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isTraceEnabled() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isTraceEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isWarnEnabled() - Method in class org.apache.log4j.Category
-
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.TrackingLogger
-
- isWarnEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.internal.TrackingLogger
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- isWarnEnabled(PaxMarker) - Method in interface org.ops4j.pax.logging.PaxLogger
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled(Marker) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isWarnEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.BufferingLog
-
- isWarnEnabled() - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- isWarnEnabled(PaxMarker) - Method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- iterator() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- l7dlog(Priority, String, Throwable) - Method in class org.apache.log4j.Category
-
Log a localized message.
- l7dlog(Priority, String, Object[], Throwable) - Method in class org.apache.log4j.Category
-
Log a localized and parameterized message.
- level - Variable in class org.apache.log4j.Category
-
The assigned level of this category.
- LEVEL_AUDIT - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_DEBUG - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_ERROR - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_FATAL - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_INFO - Static variable in interface org.ops4j.pax.logging.PaxLogger
-
- LEVEL_NONE - 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
-
- levels - Static variable in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
- loadClass(String) - Static method in class org.apache.log4j.helpers.Loader
-
Load the specified class using the method.
- loadClass(ClassLoader, String) - Static method in class org.ops4j.pax.logging.spi.support.OsgiUtil
-
- Loader - Class in org.apache.log4j.helpers
-
Load resources (or images) from various sources.
- Loader() - Constructor for class org.apache.log4j.helpers.Loader
-
- locationInformationExists() - Method in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
-
- log(Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
This generic form is intended to be used by wrappers.
- log(Priority, Object) - 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(Priority, Object, Throwable) - Method in class org.apache.log4j.Logger
-
- log(Priority, Object) - Method in class org.apache.log4j.Logger
-
- log(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Logger
-
- 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 - Static variable in class org.ops4j.pax.logging.spi.support.EventAdminConfigurationNotifier
-
- log4j2Marker() - Method in class org.ops4j.pax.logging.PaxMarker
-
- LOG4J_FQCN - Static variable in class org.apache.log4j.Category
-
- Log4jv2Logger - Class in org.ops4j.pax.logging.log4jv2
-
This is the default logger that is used when no suitable logging implementation is available.
- Log4jv2Logger(String, MessageFactory, PaxLogger) - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- Log4jv2LoggerContext - Class in org.ops4j.pax.logging.log4jv2
-
This is the class used to obtain the loggers.
- Log4jv2LoggerContext() - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- Log4jv2LoggerContextFactory - Class in org.ops4j.pax.logging.log4jv2
-
This is the main class that's briding Log4J2 API into Pax Logging.
- Log4jv2LoggerContextFactory() - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContextFactory
-
- Log4jv2ThreadContextMap - Class in org.ops4j.pax.logging.log4jv2
-
The actual ThreadContext Map.
- Log4jv2ThreadContextMap() - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- Log4jv2ThreadContextStack - Class in org.ops4j.pax.logging.log4jv2
-
A copy-on-write thread-safe variant of org.apache.logging.log4j.spi.ThreadContextStack in which all mutative
operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.
- Log4jv2ThreadContextStack(boolean) - Constructor for class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- LogEntryImpl - Class in org.ops4j.pax.logging.spi.support
-
- LogEntryImpl(String, Bundle, ServiceReference, LogLevel, String, Throwable) - Constructor for class org.ops4j.pax.logging.spi.support.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
-
Protected constructor that is not available for public use.
- LogFactory - Class in org.apache.juli.logging
-
This is a modified LogFactory that uses a simple
ServiceLoader based
discovery mechanism with a default of using JDK based logging.
- Logger - Class in org.apache.log4j
-
This is the central class in the log4j package.
- Logger(String) - Constructor for class org.apache.log4j.Logger
-
- Logger(String, PaxLogger) - Constructor for class org.apache.log4j.Logger
-
- LOGGER_FACTORY_KEY - Static variable in class org.apache.log4j.PropertyConfigurator
-
Key for specifying the LoggerFactory.
- LOGGING_CFG_DEFAULT_LOG_LEVEL - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property that specifies threshold for fallback logger used behind all
facades, handled by pax-logging-api.
- LOGGING_CFG_ENABLE_EVENT_ADMIN - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context property to disable (because its enabled by default) Event Admin support (even if it's
available).
- LOGGING_CFG_ENABLE_LOG_READER_SERVICE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context property to disable (because its enabled by default)
LogReaderService registration.
- LOGGING_CFG_FRAMEWORK_EVENTS_LOG_LEVEL - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property setting the threshold for framework/bundle/service events.
- LOGGING_CFG_INHERIT_THREAD_CONTEXT_MAP - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System property to disable (because its enabled by default) thread map inheritance in
PaxContext
- LOGGING_CFG_LOG4J2_ERRORS_AS_EXCEPTION - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context property that can indicate whether to throw exceptions from log4j2 configuration
methods when ERROR occurs.
- LOGGING_CFG_LOGBACK_CONFIGURATION_FILE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property that sets Logback configuration file (not generic URI - just a path).
- LOGGING_CFG_LOGBACK_USE_STATIC_CONTEXT - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
Context property that switches from private ch.qos.logback.classic.LoggerContext to one
managed by org.slf4j.impl.StaticLoggerBinder#defaultLoggerContext (where StaticLoggerBinder
is the one available in logback-classic).
- LOGGING_CFG_LOGSERVICE_RANKING - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property that specifies service ranking for
PaxLoggingService
- LOGGING_CFG_PROPERTY_FILE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context property that can indicate alternative file in format specific to the backend used instead of
the properties from Configuration Admin.
- LOGGING_CFG_SKIP_JUL - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property to skip Java Util Logging bridge registration.
- LOGGING_CFG_SKIP_JUL_RESET - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property to skip
LogManager.reset() invocation when bridging JUL
to Pax Logging.
- LOGGING_CFG_SKIP_JUL_SYNCHRONIZED_FORMATTER - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property to use single, synchronized
SimpleFormatter
in
JdkHandler.publish(LogRecord) (which is the default) or new instance
should be used for each event (to prevent deadlocks in special circumstances).
- LOGGING_CFG_TLS_LOGGING_MODE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System property that specifies the TLS debug logging mode.
- LOGGING_CFG_USE_BUFFERING_FALLBACK_LOGGER - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property that selects buffering fallback logger.
- LOGGING_CFG_USE_FILE_FALLBACK_LOGGER - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
System or context (in that order) property that selects file-based fallback logger.
- LOGGING_CFG_USE_LOCKS - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
- LOGGING_CONFIGURATION_PID - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
The Managed Service PID for logging configuration.
- LOGGING_LOGSERVICE_NAMES - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
Each backend will register its service under these objectClass names.
- LogLog - Class in org.apache.log4j.helpers
-
This class used to output log statements from within the log4j package.
- LogLog() - Constructor for class org.apache.log4j.helpers.LogLog
-
- LogManager - Class in org.apache.log4j
-
In pax-logging-api, this class is part of Log4j1 API, but it doesn't
perform any discovery.
- LogManager() - Constructor for class org.apache.log4j.LogManager
-
- LogManager - Class in org.apache.logging.log4j
-
The anchor point for the Log4j logging system.
- LogManager() - Constructor for class org.apache.logging.log4j.LogManager
-
Prevents instantiation
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.apache.logging.log4j.status.StatusLogger
-
Adds an event.
- logMessage(String, Level, Marker, Message, Throwable) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- LogReaderServiceImpl - Class in org.ops4j.pax.logging.spi.support
-
Implementation of standard LogReaderService required by OSGi Compendium R6 "101.4 Log Reader Service".
- LogReaderServiceImpl(int, PaxLogger) - Constructor for class org.ops4j.pax.logging.spi.support.LogReaderServiceImpl
-
- parent - Variable in class org.apache.log4j.Category
-
The parent of this category.
- parse(String, List, List, Map, Map) - Static method in class org.apache.log4j.pattern.ExtrasPatternParser
-
Parse a format specifier.
- parse(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to configure the log4j framework by parsing a DOM tree of XML elements based on
log4j.dtd.
- parseAppender(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse an appender element.
- parseCategory(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse an category element.
- parseCategoryFactory(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse the category factory element.
- parseCatsAndRenderers(Properties, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Parse non-root elements, such non-root categories and renderers.
- parseChildrenOfLoggerElement(Element, Logger, boolean) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse the children of a category element.
- parseElement(Element, Properties, Class) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
Creates an object and processes any nested param elements but does not call activateOptions.
- parseErrorHandler(Element, Appender) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse an ErrorHandler element.
- parseFilters(Element, Appender) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse a filter element.
- parseLayout(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse a layout element.
- parseLevel(Element, Logger, boolean) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse a level element.
- parseRenderer(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- parseRoot(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Used internally to parse the roor category element.
- parseThrowableRenderer(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
-
Parses throwable renderer.
- parseUnrecognizedElement(Element, Properties) - Method in class org.apache.log4j.xml.XSLTLayout
- PAX_LOGGING_PROPERTY_FILE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
Default file looked up during startup to override Configuration Admin config
- PaxAppender - Interface in org.ops4j.pax.logging.spi
-
Framework library agnostic representation of a processor for logging events.
- PaxAppenderProxy - Class in org.ops4j.pax.logging.spi.support
-
A ServiceTracker used by bridges specific to given backend.
- PaxAppenderProxy(BundleContext, String) - Constructor for class org.ops4j.pax.logging.spi.support.PaxAppenderProxy
-
- PaxContext - Class in org.ops4j.pax.logging
-
The MDC class that provides mapped diagnostic contexts.
- PaxContext() - Constructor for class org.ops4j.pax.logging.PaxContext
-
- PaxDefaultLogStreamProvider - Interface in org.ops4j.pax.logging.spi
-
Interface to register OSGi services that give access to single
PrintStream
that should be used for many file-based default/fallback logs.
- PaxErrorHandler - Interface in org.ops4j.pax.logging.spi
-
Framework library agnostic representation of a handler invoked when processing
of logging event fails (usually inside appender).
- PaxFilter - Interface in org.ops4j.pax.logging.spi
-
Framework library agnostic representation of a filter that may decide
whether to process (pass) logging event or not.
- PaxLayout - Interface in org.ops4j.pax.logging.spi
-
Framework library agnostic representation of a layout that's used
to turn a logging event into String representation.
- PaxLevel - Interface in org.ops4j.pax.logging.spi
-
Framework library agnostic representation of logging level.
- PaxLocationInfo - Interface in org.ops4j.pax.logging.spi
-
Framework library agnostic representation of location info that identifies
the place in code where logging event was created.
- PaxLogger - Interface in org.ops4j.pax.logging
-
Main pax-logging interface for loggers to interact with any logging system.
- PaxLoggingConstants - Interface in org.ops4j.pax.logging
-
Different constants used across Pax Logging.
- PaxLoggingEvent - Interface in org.ops4j.pax.logging.spi
-
Framework library agnostic representation of
logging event that may be filtered
and/or directed to an
appender.
- PaxLoggingLoggerProvider - Class in org.ops4j.pax.logging.jbosslogging
-
LoggerProvider bridging JBoss Logging to Pax Logging.
- PaxLoggingLoggerProvider() - Constructor for class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- PaxLoggingManager - Interface in org.ops4j.pax.logging
-
While
PaxLoggingService represents implementation-specific logging service, this interface
acts as a bridge between logging API specific implementation (like SLF4J LoggerFactory) and
actual implementation of
PaxLoggingService.
- PaxLoggingManagerAwareLogger - Interface in org.ops4j.pax.logging
-
- PaxLoggingService - Interface in org.ops4j.pax.logging
-
This interface extends LogService.
- paxLoggingServiceRanking(BundleContext) - Static method in class org.ops4j.pax.logging.spi.support.BackendSupport
-
Returns configured service ranking for pax-logging services.
- PaxLoggingSLF4JServiceProvider - Class in org.ops4j.pax.logging.slf4j
-
In SLF4J 2 API, the goal of SLF4JServiceProvider is to prepare and return on demand 3 implementations:
ILoggerFactory
IMarkerFactory
MDCAdapter
- PaxLoggingSLF4JServiceProvider() - Constructor for class org.ops4j.pax.logging.slf4j.PaxLoggingSLF4JServiceProvider
-
- PaxMarker - Class in org.ops4j.pax.logging
-
Wrapper for either SLF4J org.slf4j.Marker or Log4J2 org.apache.logging.log4j.Marker.
- PaxMarker(Marker) - Constructor for class org.ops4j.pax.logging.PaxMarker
-
- PaxMarker(Marker) - Constructor for class org.ops4j.pax.logging.PaxMarker
-
- PaxPropertySource - Class in org.apache.logging.log4j.util
-
High priority PropertySource to ensure that user won't turn on (or off) anything that could break
pax-logging-log4j2.
- PaxPropertySource() - Constructor for class org.apache.logging.log4j.util.PaxPropertySource
-
- peek() - Static method in class org.apache.log4j.NDC
-
Looks at the last diagnostic context at the top of this NDC without removing it.
- peek() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the element at the top of the stack without removing it or null if the stack is empty.
- peek() - Static method in class org.apache.logging.log4j.ThreadContext
-
Looks at the last diagnostic context at the top of this NDC without removing it.
- peek() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- peekNdc() - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- PID_CFG_LOG4J2_ASYNC - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
org.osp4j.pax.logging PID property to specify whether async context should be used.
- PID_CFG_LOG4J2_CONFIG_FILE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
org.osp4j.pax.logging PID property to specify XML (or any supported) file (not URL)
with Log4J2 configuration.
- PID_CFG_LOG4J2_DEFAULTS_FILE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
org.osp4j.pax.logging PID property to specify properties file with default Log4J2 configuration
that may be overriden by further configuration in PID file.
- PID_CFG_LOG_READER_SIZE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
org.osp4j.pax.logging PID property to specify max size for
LogReaderService
- PID_CFG_LOG_READER_SIZE_LEGACY - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
org.osp4j.pax.logging PID property to specify max size for
LogReaderService
- PID_CFG_LOGBACK_CONFIG_FILE - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
org.osp4j.pax.logging PID property to specify XML file with Logback configuration
- PID_CFG_USE_LOCKS - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
org.osp4j.pax.logging PID property to specify whether to use locks during (re)configuration.
- pop() - Static method in class org.apache.log4j.NDC
-
Clients should call this method before leaving a diagnostic context.
- pop() - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Returns the element at the top of the stack.
- pop() - Static method in class org.apache.logging.log4j.ThreadContext
-
Returns the value of the last item placed on the stack.
- pop() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- popByKey(String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- popNdc() - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- postEvent(Bundle, LogLevel, LogEntry, String, Throwable, ServiceReference<?>, Map<String, ?>) - Method in interface org.ops4j.pax.logging.EventAdminPoster
-
Sends an event to EventAdmin (if available)
- postEvent(Bundle, LogLevel, LogEntry, String, Throwable, ServiceReference<?>, Map<String, ?>) - Method in class org.ops4j.pax.logging.spi.support.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.
- PRIORITY_KEY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (priority) of the key in the config file used to
specify the priority of that particular config file.
- PropertyConfigurator - Class in org.apache.log4j
-
This class isn't used by pax-logging, but is part of public API.
- PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
-
- publish(LogRecord) - Method in class org.ops4j.pax.logging.internal.JdkHandler
-
- push(String) - Static method in class org.apache.log4j.NDC
-
Push new diagnostic context information for the current thread.
- push(String) - Method in interface org.apache.logging.log4j.ThreadContext.ContextStack
-
Pushes an element onto the stack.
- push(String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- push(String, Object...) - Static method in class org.apache.logging.log4j.ThreadContext
-
Pushes new diagnostic context information for the current thread.
- push(String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- pushByKey(String, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- pushNdc(String) - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- put(String, Object) - Static method in class org.apache.log4j.MDC
-
Put a context value (the o parameter) as identified with the
key parameter into the current thread's context map.
- put(String, String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts a context value (the value parameter) as identified with the key parameter into
the current thread's context map.
- put(String, String) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextMap
-
- put(String, Object) - Method in class org.ops4j.pax.logging.PaxContext
-
Sets single value in this thread-bound MDC context.
- put(String, String) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- putAll(Map<String, String>) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts all given context map entries into the current thread's
context map.
- putAll(Map<String, Object>) - Method in class org.ops4j.pax.logging.PaxContext
-
Sets all values from passed map in this thread-bound MDC context.
- putIfNull(String, String) - Static method in class org.apache.logging.log4j.ThreadContext
-
Puts a context value (the value parameter) as identified with the key parameter into
the current thread's context map if the key does not exist.
- putMdc(String, Object) - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
-
- SERVICE_PROPERTY_APPENDER_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
- SERVICE_PROPERTY_ERRORHANDLER_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
- SERVICE_PROPERTY_FILTER_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
Service property to filter
PaxFilter OSGi services
- SERVICE_PROPERTY_LAYOUT_NAME_PROPERTY - Static variable in interface org.ops4j.pax.logging.PaxLoggingConstants
-
Service property to filter
PaxLayout OSGi services
- serviceChanged(ServiceEvent) - Method in class org.ops4j.pax.logging.spi.support.FrameworkHandler
-
- setAdditivity(boolean) - Method in class org.apache.log4j.Category
-
Set the additivity flag for this Category instance.
- setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
-
Set the configuration attribute with the specified name.
- setBundleContext(BundleContext) - Method in class org.ops4j.pax.logging.internal.JdkHandler
-
- setContextMap(Map<String, Object>) - Method in class org.ops4j.pax.logging.PaxContext
-
Sets all values from passed map in this thread-bound MDC context.
- setContextMap(Map) - Method in class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- setFactory(LoggerContextFactory) - Static method in class org.apache.logging.log4j.LogManager
-
Sets the current LoggerContextFactory to use.
- setIgnoresThrowable(boolean) - Method in class org.apache.log4j.xml.XSLTLayout
-
Sets whether throwables should not be output.
- setInternalDebugging(boolean) - Static method in class org.apache.log4j.helpers.LogLog
-
Allows to enable/disable log4j internal logging.
- setLevel(Level) - Method in class org.apache.log4j.Category
-
Set the level of this Category.
- setLevel(Level) - Method in class org.apache.logging.log4j.status.StatusLogger
-
- setLocationInfo(boolean) - Method in class org.apache.log4j.xml.XSLTLayout
-
The LocationInfo option takes a boolean value.
- setLogLevel(String) - Static method in class org.ops4j.pax.logging.spi.support.DefaultServiceLog
-
Sets the threshold for this default/fallback logger.
- setMaxDepth(int) - Static method in class org.apache.log4j.NDC
-
Set maximum depth of this diagnostic context.
- setMaxEntries(int) - Method in class org.ops4j.pax.logging.spi.support.LogReaderServiceImpl
-
- setMaxSize(int) - Method in class org.ops4j.pax.logging.spi.support.EventAdminTracker
-
- setNdcMaxDepth(int) - Method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- setParameter(Element, PropertySetter) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- setParameter(Element, PropertySetter, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
Sets a parameter based from configuration file content.
- setPaxLoggingManager(PaxLoggingManager) - Static method in class org.apache.commons.logging.LogFactory
-
- setPaxLoggingManager(PaxLoggingManager) - Static method in class org.apache.juli.logging.LogFactory
-
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.apache.log4j.Category
-
- setPaxLoggingManager(PaxLoggingManager) - Static method in class org.ops4j.pax.logging.avalon.AvalonLogFactory
-
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.ops4j.pax.logging.avalon.AvalonLogger
-
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.ops4j.pax.logging.jbosslogging.JBossLoggingLogger
-
- setPaxLoggingManager(PaxLoggingManager) - Static method in class org.ops4j.pax.logging.jbosslogging.PaxLoggingLoggerProvider
-
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.ops4j.pax.logging.jcl.JclLogger
-
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.ops4j.pax.logging.juli.JuliLogger
-
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2Logger
-
- setPaxLoggingManager(PaxLoggingManager) - Static method in class org.ops4j.pax.logging.log4jv2.Log4jv2LoggerContext
-
- setPaxLoggingManager(PaxLoggingManager) - Method in interface org.ops4j.pax.logging.PaxLoggingManagerAwareLogger
-
- setPaxLoggingManager(PaxLoggingManager) - Method in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- setPaxLoggingManager(PaxLoggingManager) - Static method in class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
-
- setPriority(Priority) - Method in class org.apache.log4j.Category
-
- setProperties(boolean) - Method in class org.apache.log4j.xml.XSLTLayout
-
Sets whether MDC key-value pairs should be output, default false.
- setQuietMode(boolean) - Static method in class org.apache.log4j.helpers.LogLog
-
In quite mode no LogLog generates strictly no output, not even for errors.
- setRepositorySelector(RepositorySelector, Object) - Static method in class org.apache.log4j.LogManager
-
Sets LoggerFactory but only if the correct guard is passed as parameter.
- setResourceBundle(ResourceBundle) - Method in class org.apache.log4j.Category
-
- setStack(Collection<String>) - Static method in class org.apache.logging.log4j.ThreadContext
-
Sets this thread's stack.
- setTransform(Document) - Method in class org.apache.log4j.xml.XSLTLayout
-
Sets XSLT transform.
- shutdown() - Static method in class org.apache.log4j.Category
-
- shutdown() - Static method in class org.apache.log4j.LogManager
-
- shutdown() - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown using the LoggerContext appropriate for the caller of this method.
- shutdown(boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- shutdown(boolean, boolean) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- shutdown(LoggerContext) - Static method in class org.apache.logging.log4j.LogManager
-
Shutdown the logging system if the logging system supports it.
- size() - Method in class org.ops4j.pax.logging.log4jv2.Log4jv2ThreadContextStack
-
- SLF4J_FQCN - Static variable in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- SLF4J_MARKER_MDC_ATTRIBUTE - Static variable in class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- Slf4jLogger - Class in org.ops4j.pax.logging.slf4j
-
pax-logging specific
Logger that delegates to
PaxLogger that is obtained from
framework specific
PaxLoggingService and eventually delegates to logging
implementation.
- Slf4jLogger(String, PaxLogger) - Constructor for class org.ops4j.pax.logging.slf4j.Slf4jLogger
-
- Slf4jLoggerFactory - Class in org.ops4j.pax.logging.slf4j
-
pax-logging specific ILoggerFactory returned from org.slf4j.impl.StaticLoggerBinder
- Slf4jLoggerFactory() - Constructor for class org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
-
- slf4jMarker() - Method in class org.ops4j.pax.logging.PaxMarker
-
- Slf4jMDCAdapter - Class in org.ops4j.pax.logging.slf4j
-
pax-logging specific MDCAdapter returned from SLF4JServiceProvider
- Slf4jMDCAdapter() - Constructor for class org.ops4j.pax.logging.slf4j.Slf4jMDCAdapter
-
- start(BundleContext) - Method in class org.ops4j.pax.logging.internal.Activator
-
- STATUS_DATE_FORMAT - Static variable in class org.apache.logging.log4j.status.StatusLogger
-
System property that can be configured with a date-time format string to use as the format for timestamps
in the status logger output.
- StatusLogger - Class in org.apache.logging.log4j.status
-
Records events that occur in the logging system.
- stop(BundleContext) - Method in class org.ops4j.pax.logging.internal.Activator
-
- stream() - Method in interface org.ops4j.pax.logging.spi.PaxDefaultLogStreamProvider
-
- subst(String) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- subst(String, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
Substitutes property value for any references in expression.
- systemOrContextProperty(BundleContext, String) - Static method in class org.ops4j.pax.logging.spi.support.OsgiUtil
-
Returns a value from system property or context property (if system property is not specified).