Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractLogger - Class in org.slf4j.helpers
-
An abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method. - AbstractLogger() - Constructor for class org.slf4j.helpers.AbstractLogger
- activateOptions() - Method in class org.apache.log4j.AppenderSkeleton
- activateOptions() - Method in interface org.apache.log4j.spi.OptionHandler
- add(Marker) - Method in class org.slf4j.helpers.BasicMarker
- add(Marker) - Method in interface org.slf4j.Marker
-
Add a reference to another Marker.
- addAppender(Appender) - Method in class org.apache.log4j.Category
- addAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
- addArgument(Object) - Method in class org.slf4j.event.DefaultLoggingEvent
- addArgument(Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addArgument(Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Add an argument to the event being built.
- addArgument(Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addArgument(Supplier<?>) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addArgument(Supplier<?>) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Add an argument supplier to the event being built.
- addArgument(Supplier<?>) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addArguments(Object...) - Method in class org.slf4j.event.DefaultLoggingEvent
- addEntryExit(boolean) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
-
Should each method log entry (with parameters) and exit (with parameters and return value)?
- addFilter(Filter) - Method in interface org.apache.log4j.Appender
-
Add a filter to the end of the filter list.
- addHierarchyEventListener(HierarchyEventListener) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Add a
HierarchyEventListener
event to the repository. - addKeyValue(String, Object) - Method in class org.slf4j.event.DefaultLoggingEvent
- addKeyValue(String, Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addKeyValue(String, Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Add a
key value pair
to the event being built. - addKeyValue(String, Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addKeyValue(String, Supplier<Object>) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addKeyValue(String, Supplier<Object>) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Add a
key value pair
to the event being built. - addKeyValue(String, Supplier<Object>) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addMarker(Marker) - Method in class org.slf4j.event.DefaultLoggingEvent
- addMarker(Marker) - Method in class org.slf4j.event.SubstituteLoggingEvent
- addMarker(Marker) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
-
Add a marker to the current logging event being built.
- addMarker(Marker) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
A
marker
to the event being built. - addMarker(Marker) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- AgentOptions - Class in org.slf4j.agent
-
All recognized options in the string passed to the java agent.
- AgentOptions() - Constructor for class org.slf4j.agent.AgentOptions
- AgentPremain - Class in org.slf4j.agent
-
Entry point for slf4j-ext when used as a Java agent.
- AgentPremain() - Constructor for class org.slf4j.agent.AgentPremain
- ALL - Static variable in class org.apache.log4j.Level
-
The
ALL
has the lowest possible rank and is intended to turn on all logging. - ALL_INT - Static variable in class org.apache.log4j.Priority
- ANY_MARKER - Static variable in interface org.slf4j.Marker
-
This constant represents any marker, including a null marker.
- ANY_NON_NULL_MARKER - Static variable in interface org.slf4j.Marker
-
This constant represents any non-null marker.
- Appender - Interface in org.apache.log4j
-
Implement this interface for your own strategies for outputting log statements.
- AppenderSkeleton - Class in org.apache.log4j
- AppenderSkeleton() - Constructor for class org.apache.log4j.AppenderSkeleton
- arrayFormat(String, Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
- arrayFormat(String, Object[], Throwable) - Static method in class org.slf4j.helpers.MessageFormatter
- As a Java 9/Jigsaw module - Search tag in class org.slf4j.bridge.SLF4JBridgeHandler
- Section
- assertLog(boolean, String) - Method in class org.apache.log4j.Category
- atDebug() - Method in class org.slf4j.helpers.SubstituteLogger
- atDebug() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.DEBUG
level. - atError() - Method in class org.slf4j.helpers.SubstituteLogger
- atError() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.ERROR
level. - atInfo() - Method in class org.slf4j.helpers.SubstituteLogger
- atInfo() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.INFO
level. - atLevel(Level) - Method in class org.slf4j.helpers.SubstituteLogger
- atLevel(Level) - Method in interface org.slf4j.Logger
-
Make a new
LoggingEventBuilder
instance as appropriate for this logger and the desiredLevel
passed as parameter. - atTrace() - Method in class org.slf4j.helpers.SubstituteLogger
- atTrace() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.TRACE
level. - attributes - Variable in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Configuration attributes.
- atWarn() - Method in class org.slf4j.helpers.SubstituteLogger
- atWarn() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.WARN
level.
B
- basicArrayFormat(String, Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
Assumes that argArray only contains arguments with no throwable as last element.
- basicArrayFormat(NormalizedParameters) - Static method in class org.slf4j.helpers.MessageFormatter
- BasicConfigurator - Class in org.apache.log4j
-
A minimal (nop) implementation of BasicConfigurator.
- BasicConfigurator() - Constructor for class org.apache.log4j.BasicConfigurator
- BasicMarker - Class in org.slf4j.helpers
-
A simple implementation of the
Marker
interface. - BasicMarkerFactory - Class in org.slf4j.helpers
-
An almost trivial implementation of the
IMarkerFactory
interface which createsBasicMarker
instances. - BasicMarkerFactory() - Constructor for class org.slf4j.helpers.BasicMarkerFactory
-
Regular users should not create
BasicMarkerFactory
instances. - BasicMDCAdapter - Class in org.slf4j.helpers
-
Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.
- BasicMDCAdapter() - Constructor for class org.slf4j.helpers.BasicMDCAdapter
- build() - Method in class org.slf4j.instrumentation.LogTransformer.Builder
-
Build and return the LogTransformer corresponding to the options set in this Builder.
- Builder() - Constructor for class org.slf4j.instrumentation.LogTransformer.Builder
C
- CACHE_OUTPUT_STREAM_STRING_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- CallerBoundaryAware - Interface in org.slf4j.spi
-
Additional interface to
LoggingEventBuilder
andLoggingEvent
. - callLocationAwareLogger(LocationAwareLogger, LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
- callPlainSLF4JLogger(Logger, LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
- catching(Throwable) - Method in class org.slf4j.ext.XLogger
-
Log an exception being caught.
- catching(XLogger.Level, Throwable) - Method in class org.slf4j.ext.XLogger
-
Log an exception being caught allowing the log level to be specified.
- Category - Class in org.apache.log4j
-
This class is a minimal implementation of the original
org.apache.log4j.Category
class (as found in log4j 1.2) by delegation of all calls to aLogger
instance. - cause - Variable in exception class org.apache.commons.logging.LogConfigurationException
-
The underlying cause of this exception.
- CheckReturnValue - Annotation Interface in org.slf4j.helpers
-
Used to annotate methods in the
LoggingEventBuilder
interface which return an instance of LoggingEventBuilder (usually asthis
). - Choosing a LogFactory Implementation - Search tag in package org.apache.commons.logging
- Section
- clear() - Static method in class org.apache.log4j.MDC
- clear() - Static method in class org.apache.log4j.NDC
- clear() - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Clear all entries in the MDC.
- clear() - Method in class org.slf4j.helpers.NOPMDCAdapter
- clear() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- clear() - Static method in class org.slf4j.MDC
-
Clear all entries in the MDC of the underlying implementation.
- clear() - Method in class org.slf4j.profiler.ProfilerRegistry
- clear() - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- clear() - Method in interface org.slf4j.spi.MDCAdapter
-
Clear all entries in the MDC.
- clearDequeByKey(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
- clearDequeByKey(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
- clearDequeByKey(String) - Method in class org.slf4j.helpers.ThreadLocalMapOfStacks
-
Clear the deque(stack) referenced by 'key'.
- clearDequeByKey(String) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- clearDequeByKey(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Clear the deque(stack) referenced by 'key'.
- clearFilters() - Method in interface org.apache.log4j.Appender
-
Clear the list of filters by removing all the filters in it.
- cloneStack() - Static method in class org.apache.log4j.NDC
- close() - Method in interface org.apache.log4j.Appender
-
Release any resources allocated within the appender such as file handles, network connections, etc.
- close() - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
No-op implementation.
- close() - Method in class org.slf4j.MDC.MDCCloseable
- CONFIG_DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
-
Deprecated.
- Configurator - Interface in org.apache.log4j.spi
-
Implemented by classes capable of configuring log4j using a URL.
- configure() - Static method in class org.apache.log4j.BasicConfigurator
- configure(String) - Static method in class org.apache.log4j.PropertyConfigurator
- configure(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
- configure(URL) - Static method in class org.apache.log4j.PropertyConfigurator
- configure(URL) - Static method in class org.apache.log4j.xml.DOMConfigurator
- configure(Properties) - Static method in class org.apache.log4j.PropertyConfigurator
- configure(Appender) - Static method in class org.apache.log4j.BasicConfigurator
- configure(Element) - Static method in class org.apache.log4j.xml.DOMConfigurator
- configureAndWatch(String) - Static method in class org.apache.log4j.PropertyConfigurator
- configureAndWatch(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
- configureAndWatch(String, long) - Static method in class org.apache.log4j.PropertyConfigurator
- configureAndWatch(String, long) - Static method in class org.apache.log4j.xml.DOMConfigurator
- Configuring the Commons Logging Package - Search tag in package org.apache.commons.logging
- Section
- Configuring the Underlying Logging System - Search tag in package org.apache.commons.logging
- Section
- ConsoleAppender - Class in org.apache.log4j
-
Skeleton implementation of ConsoleAppender
- ConsoleAppender() - Constructor for class org.apache.log4j.ConsoleAppender
- ConsoleAppender(Layout) - Constructor for class org.apache.log4j.ConsoleAppender
- ConsoleAppender(Layout, String) - Constructor for class org.apache.log4j.ConsoleAppender
- contains(String) - Method in class org.slf4j.helpers.BasicMarker
-
This method is mainly used with Expression Evaluators.
- contains(String) - Method in interface org.slf4j.Marker
-
Does this marker contain the marker named 'name'? If 'name' is null the returned value is always false.
- contains(Marker) - Method in class org.slf4j.helpers.BasicMarker
- contains(Marker) - Method in interface org.slf4j.Marker
-
Does this marker contain a reference to the 'other' marker? Marker A is defined to contain marker B, if A == B or if B is referenced by A, or if B is referenced by any one of A's references (recursively).
- convertToString(Object) - Method in class org.apache.log4j.Category
- createdPostInitialization - Variable in class org.slf4j.helpers.SubstituteLogger
- createFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- createLogger(String) - Method in class org.slf4j.simple.SimpleLoggerFactory
-
Actually creates the logger for the given name.
- currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The current log level
- currentLogLevel - Variable in class org.slf4j.simple.SimpleLogger
-
The current log level
D
- DATE_TIME_FORMAT_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Used to format times
- dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The date and time format to use in the log message
- debug(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the DEBUG level.
- debug(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with debug log level.
- debug(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - debug(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - debug(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with debug log level.
- debug(Object) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.debug(String)
method of SLF4J. - debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with debug log level.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with debug log level.
- debug(Object, Throwable) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.debug(String,Throwable)
method in SLF4J. - debug(String) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal debug statements.
- debug(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(String) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level according to the specified format and argument.
- debug(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level according to the specified format and arguments.
- debug(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level according to the specified format and arguments.
- debug(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal debug statements.
- debug(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the DEBUG level with an accompanying message.
- debug(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String) - Method in class org.slf4j.helpers.AbstractLogger
- debug(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the DEBUG level.
- debug(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(Marker, String, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.debug(String, Object)
method except that the marker data is also taken into consideration. - debug(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.debug(String, Object...)
method except that the marker data is also taken into consideration. - debug(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.debug(String, Object, Object)
method except that the marker data is also taken into consideration. - debug(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.debug(String, Throwable)
method except that the marker data is also taken into consideration. - DEBUG - Enum constant in enum class org.slf4j.event.Level
- DEBUG - Enum constant in enum class org.slf4j.ext.XLogger.Level
- DEBUG - Static variable in class org.apache.log4j.Level
-
The
DEBUG
Level designates fine-grained informational events that are most useful to debug an application. - DEBUG - Static variable in class org.apache.log4j.Priority
-
Deprecated.Use
Level.DEBUG
instead. - DEBUG_INT - Static variable in class org.apache.log4j.Priority
- DEBUG_INT - Static variable in class org.slf4j.event.EventConstants
- DEBUG_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
- 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_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The default format to use when formatting dates
- DEFAULT_LOG_LEVEL_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- DefaultLoggingEvent - Class in org.slf4j.event
-
A default implementation of
LoggingEvent
. - DefaultLoggingEvent(Level, Logger) - Constructor for class org.slf4j.event.DefaultLoggingEvent
- DefaultLoggingEventBuilder - Class in org.slf4j.spi
-
Default implementation of
LoggingEventBuilder
- DefaultLoggingEventBuilder(Logger, Level) - Constructor for class org.slf4j.spi.DefaultLoggingEventBuilder
- delegate() - Method in class org.slf4j.helpers.SubstituteLogger
-
Return the delegate logger instance if set.
- detachMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
- detachMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Detach an existing marker.
- 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. - directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- doAppend(LoggingEvent) - Method in interface org.apache.log4j.Appender
-
Log in
Appender
specific way. - doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
- doConfigure(Reader, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
- doConfigure(URL, LoggerRepository) - Method in interface org.apache.log4j.spi.Configurator
-
Interpret a resource pointed by a URL and set up log4j accordingly.
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
- doConfigure(Properties, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
- doConfigure(Element, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
- DOMConfigurator - Class in org.apache.log4j.xml
- DOMConfigurator() - Constructor for class org.apache.log4j.xml.DOMConfigurator
- DurationUnit - Enum Class in org.slf4j.profiler
-
An enum of supported time units.
E
- elapsedTime() - Method in class org.slf4j.profiler.Profiler
- elapsedTime() - Method in class org.slf4j.profiler.StopWatch
- elapsedTime() - Method in interface org.slf4j.profiler.TimeInstrument
-
Time elapsed between start and stop, in nanoseconds.
- emitNoAppenderWarning(Category) - Method in interface org.apache.log4j.spi.LoggerRepository
- entry(Object...) - Method in class org.slf4j.ext.XLogger
-
Log method entry.
- equals(Object) - Method in class org.apache.log4j.Priority
-
Two priorities are equal if their level fields are equal.
- equals(Object) - Method in class org.slf4j.event.KeyValuePair
- equals(Object) - Method in class org.slf4j.helpers.BasicMarker
- equals(Object) - Method in class org.slf4j.helpers.SubstituteLogger
- equals(Object) - Method in interface org.slf4j.Marker
-
Markers are considered equal if they have the same name.
- error(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the ERROR level.
- error(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- error(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with error log level.
- error(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - error(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - error(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with error log level.
- error(Object) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.error(String)
method in SLF4J. - error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with error log level.
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with error log level.
- error(Object, Throwable) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.error(String,Throwable)
method in SLF4J. - error(String) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal error statements.
- error(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String) - Method in class org.slf4j.helpers.AbstractLogger
- error(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String) - Static method in class org.slf4j.helpers.Reporter
-
Report an internal message of level "ERROR".
- error(String) - Method in class org.slf4j.helpers.SubstituteLogger
- error(String) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level.
- error(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- error(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- error(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level according to the specified format and argument.
- error(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- error(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- error(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level according to the specified format and arguments.
- error(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- error(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- error(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level according to the specified format and arguments.
- error(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal error statements.
- error(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- error(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Throwable) - Static method in class org.slf4j.helpers.Reporter
-
Report an internal message of level "ERROR accompanied by a
Throwable
. - error(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- error(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the ERROR level with an accompanying message.
- error(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String) - Method in class org.slf4j.helpers.AbstractLogger
- error(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- error(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the ERROR level.
- error(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- error(Marker, String, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.error(String, Object)
method except that the marker data is also taken into consideration. - error(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- error(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.error(String, Object...)
method except that the marker data is also taken into consideration. - error(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.error(String, Object, Object)
method except that the marker data is also taken into consideration. - error(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.error(String, Throwable)
method except that the marker data is also taken into consideration. - ERROR - Enum constant in enum class org.slf4j.event.Level
- ERROR - Enum constant in enum class org.slf4j.ext.XLogger.Level
- ERROR - Static variable in class org.apache.log4j.Level
-
The
ERROR
level designates error events that might still allow the application to continue running. - ERROR - Static variable in class org.apache.log4j.Priority
-
Deprecated.Use
Level.ERROR
instead. - ERROR_INT - Static variable in class org.apache.log4j.Priority
- ERROR_INT - Static variable in class org.slf4j.event.EventConstants
- ERROR_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
- ErrorHandler - Class in org.apache.log4j.spi
-
Created by IntelliJ IDEA.
- ErrorHandler() - Constructor for class org.apache.log4j.spi.ErrorHandler
- EventConstants - Class in org.slf4j.event
- EventConstants() - Constructor for class org.slf4j.event.EventConstants
- EventRecordingLogger - Class in org.slf4j.event
-
This class is used to record events during the initialization phase of the underlying logging framework.
- EventRecordingLogger(SubstituteLogger, Queue<SubstituteLoggingEvent>) - Constructor for class org.slf4j.event.EventRecordingLogger
- exists(String) - Method in interface org.apache.log4j.spi.LoggerRepository
- exists(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
Does the name marked already exist?
- exists(String) - Method in interface org.slf4j.IMarkerFactory
-
Checks if the marker with the name already exists.
- exit() - Method in class org.slf4j.ext.XLogger
-
Log method exit
- exit(T) - Method in class org.slf4j.ext.XLogger
-
Log method exit
F
- factories - Static variable in class org.apache.commons.logging.LogFactory
-
The previously constructed
LogFactory
instances, keyed by theClassLoader
with which it was created. - FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
-
The fully qualified class name of the fallback
LogFactory
implementation class to use, if no other can be found. - FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
-
The name of the properties file to search for.
- FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name of the property used to identify the LogFactory implementation class name.
- fatal(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with fatal log level.
- fatal(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the error method of the wrapped
org.slf4j.Logger
instance. - fatal(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the error method of the wrapped
org.slf4j.Logger
instance. - fatal(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with fatal log level.
- fatal(Object) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.error(String)
method in SLF4J. - fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with fatal log level.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the error method of the wrapped
org.slf4j.Logger
instance. - fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the error method of the wrapped
org.slf4j.Logger
instance. - fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with fatal log level.
- fatal(Object, Throwable) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.error(String,Throwable)
method in SLF4J. - FATAL - Static variable in class org.apache.log4j.Level
-
The
FATAL
level designates very severe error events that will presumably lead the application to abort. - FATAL - Static variable in class org.apache.log4j.Priority
-
Deprecated.Use
Level.FATAL
instead. - FATAL_INT - Static variable in class org.apache.log4j.Priority
- FileAppender - Class in org.apache.log4j
- FileAppender() - Constructor for class org.apache.log4j.FileAppender
- FileAppender(Layout, String) - Constructor for class org.apache.log4j.FileAppender
- FileAppender(Layout, String, boolean) - Constructor for class org.apache.log4j.FileAppender
- FileAppender(Layout, String, boolean, boolean, int) - Constructor for class org.apache.log4j.FileAppender
- Filter - Class in org.apache.log4j.spi
- Filter() - Constructor for class org.apache.log4j.spi.Filter
- fireAddAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.LoggerRepository
- flush() - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
No-op implementation.
- forcedLog(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
- format(String, Object) - Static method in class org.slf4j.helpers.MessageFormatter
-
Performs single argument substitution for the 'messagePattern' passed as parameter.
- format(String, Object, Object) - Static method in class org.slf4j.helpers.MessageFormatter
-
Performs a two argument substitution for the 'messagePattern' passed as parameter.
- FormattingTuple - Class in org.slf4j.helpers
-
Holds the results of formatting done by
MessageFormatter
. - FormattingTuple(String) - Constructor for class org.slf4j.helpers.FormattingTuple
- FormattingTuple(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.FormattingTuple
G
- get() - Static method in class org.apache.log4j.NDC
- get(String) - Static method in class org.apache.log4j.MDC
- get(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Get the context identified by the
key
parameter. - get(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
- get(String) - Static method in class org.slf4j.MDC
-
Get the diagnostic context identified by the
key
parameter. - get(String) - Method in class org.slf4j.profiler.ProfilerRegistry
- get(String) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- get(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Get the context identified by the
key
parameter. - getAdditivity() - Method in class org.apache.log4j.Category
- getAllAppenders() - Method in class org.apache.log4j.Category
- getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
-
Deprecated.This method will be removed with no replacement.
- getAppender(String) - Method in class org.apache.log4j.Category
- getArgArray() - Method in class org.slf4j.helpers.FormattingTuple
- getArgumentArray() - Method in class org.slf4j.event.DefaultLoggingEvent
- getArgumentArray() - Method in interface org.slf4j.event.LoggingEvent
- getArgumentArray() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getArguments() - Method in class org.slf4j.event.DefaultLoggingEvent
- getArguments() - Method in interface org.slf4j.event.LoggingEvent
- getArguments() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getArguments() - Method in class org.slf4j.helpers.NormalizedParameters
- getAttribute(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Return the configuration attribute with the specified name (if any), or
null
if there is no such attribute. - getAttribute(String) - Method in class org.apache.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.impl.SLF4JLogFactory
-
Return an array containing the names of all currently defined configuration attributes.
- getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
-
Return an array containing the names of all currently defined configuration attributes.
- getCallerBoundary() - Method in class org.slf4j.event.DefaultLoggingEvent
- getCallerBoundary() - Method in interface org.slf4j.event.LoggingEvent
-
Returns the presumed caller boundary provided by the logging library (not the user of the library).
- getCallingClass() - Static method in class org.slf4j.helpers.Util
-
Returns the name of the class which called the invoking method.
- getCause() - Method in exception class org.apache.commons.logging.LogConfigurationException
-
Return the underlying cause of this exception (if any).
- getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- getContext() - Static method in class org.apache.log4j.MDC
-
Deprecated.
- getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- getCopyOfChildTimeInstruments() - Method in class org.slf4j.profiler.Profiler
-
Return a copy of the child instrument list for this Profiler instance.
- getCopyOfContextMap() - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Return a copy of the current thread's context map.
- getCopyOfContextMap() - Method in class org.slf4j.helpers.NOPMDCAdapter
- getCopyOfContextMap() - Static method in class org.slf4j.MDC
-
Return a copy of the current thread's context map, with keys and values of type String.
- getCopyOfContextMap() - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- getCopyOfContextMap() - Method in interface org.slf4j.spi.MDCAdapter
-
Return a copy of the current thread's context map, with keys and values of type String.
- getCopyOfDequeByKey(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
- getCopyOfDequeByKey(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
- getCopyOfDequeByKey(String) - Method in class org.slf4j.helpers.ThreadLocalMapOfStacks
- getCopyOfDequeByKey(String) - Method in class org.slf4j.MDC
-
Returns a copy of the deque(stack) referenced by 'key'.
- getCopyOfDequeByKey(String) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- getCopyOfDequeByKey(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Returns a copy of the deque(stack) referenced by 'key'.
- getCopyOfGlobalStopWatch() - Method in class org.slf4j.profiler.Profiler
-
Return a copy of the global stopwatch of this Profiler instance.
- getCurrentCategories() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Deprecated.
- getCurrentLoggers() - Static method in class org.apache.log4j.LogManager
-
This bogus implementation returns an empty enumeration.
- getCurrentLoggers() - Method in interface org.apache.log4j.spi.LoggerRepository
- getDepth() - Static method in class org.apache.log4j.NDC
- getDetachedMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
- getDetachedMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Create a marker which is detached (even at birth) from this IMarkerFactory.
- getDetachedMarker(String) - Static method in class org.slf4j.MarkerFactory
-
Create a marker which is detached (even at birth) from the MarkerFactory.
- getEffectiveLevel() - Method in class org.apache.log4j.Category
-
Return the level in effect for this category/logger.
- getErrorHandler() - Method in interface org.apache.log4j.Appender
-
Returns the
ErrorHandler
for this appender. - getEventQueue() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- getFactory() - Static method in class org.apache.commons.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. - getFilter() - Method in interface org.apache.log4j.Appender
-
Returns the head Filter.
- getFullyQualifiedCallerName() - Method in class org.slf4j.event.EventRecordingLogger
- getFullyQualifiedCallerName() - Method in class org.slf4j.helpers.AbstractLogger
- getFullyQualifiedCallerName() - Method in class org.slf4j.jul.JDK14LoggerAdapter
- getFullyQualifiedCallerName() - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
- getFullyQualifiedCallerName() - Method in class org.slf4j.simple.SimpleLogger
- getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
-
Return the
ILoggerFactory
instance in use. - getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
-
Return the
IMarkerFactory
instance in use. - getInstance() - Static method in class org.apache.log4j.helpers.NullEnumeration
- getInstance(Class) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Convenience method to derive a name from the specified class and call
getInstance(String)
with it. - 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(Class) - Static method in class org.apache.log4j.Category
- getInstance(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Construct (if necessary) and return a
Log
instance, using the factory's current set of configuration attributes. - 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) - Static method in class org.apache.log4j.Category
- getKeys() - Method in class org.slf4j.helpers.BasicMDCAdapter
- getKeyValuePairs() - Method in class org.slf4j.event.DefaultLoggingEvent
- getKeyValuePairs() - Method in interface org.slf4j.event.LoggingEvent
- getKeyValuePairs() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getLayout() - Method in interface org.apache.log4j.Appender
-
Returns this appenders layout.
- getLevel() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Get logging level.
- getLevel() - Method in class org.apache.log4j.Category
-
Returns the assigned
Level
, if any, for this Category. - getLevel() - Method in class org.slf4j.event.DefaultLoggingEvent
- getLevel() - Method in interface org.slf4j.event.LoggingEvent
- getLevel() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getLocLogger(Class<?>) - Method in class org.slf4j.cal10n.LocLoggerFactory
-
Get a new LocLogger instance by class.
- getLocLogger(String) - Method in class org.slf4j.cal10n.LocLoggerFactory
-
Get an LocLogger instance by name.
- 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.
- getLogger() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getLogger() - Method in class org.slf4j.profiler.Profiler
- getLogger(Class) - Static method in class org.apache.log4j.Logger
- getLogger(Class) - Static method in class org.apache.log4j.LogManager
- getLogger(Class<?>) - Static method in class org.slf4j.LoggerFactory
-
Return a logger named corresponding to the class passed as parameter, using the statically bound
ILoggerFactory
instance. - getLogger(String) - Static method in class org.apache.log4j.Logger
- getLogger(String) - Static method in class org.apache.log4j.LogManager
- getLogger(String) - Method in interface org.apache.log4j.spi.LoggerRepository
- getLogger(String) - Method in class org.slf4j.helpers.NOPLoggerFactory
- getLogger(String) - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- getLogger(String) - Method in interface org.slf4j.ILoggerFactory
-
Return an appropriate
Logger
instance as specified by thename
parameter. - getLogger(String) - Method in class org.slf4j.jul.JDK14LoggerFactory
- getLogger(String) - Static method in class org.slf4j.LoggerFactory
-
Return a logger named according to the name parameter using the statically bound
ILoggerFactory
instance. - getLogger(String) - Method in class org.slf4j.reload4j.Reload4jLoggerFactory
- getLogger(String) - Method in class org.slf4j.simple.SimpleLoggerFactory
-
Return an appropriate
SimpleLogger
instance by name. - getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.LogManager
-
Returns a logger instance created by loggerFactory.
- getLogger(String, LoggerFactory) - Method in interface org.apache.log4j.spi.LoggerRepository
- getLoggerFactory() - Method in class org.slf4j.helpers.NOP_FallbackServiceProvider
- getLoggerFactory() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getLoggerFactory() - Method in class org.slf4j.jul.JULServiceProvider
- getLoggerFactory() - Method in class org.slf4j.nop.NOPServiceProvider
- getLoggerFactory() - Method in class org.slf4j.reload4j.Reload4jServiceProvider
- getLoggerFactory() - Method in class org.slf4j.simple.SimpleServiceProvider
- getLoggerFactory() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
Deprecated.Return the instance of
ILoggerFactory
thatLoggerFactory
class should bind to. - getLoggerFactory() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Return the instance of
ILoggerFactory
thatLoggerFactory
class should bind to. - getLoggerFactoryClassStr() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
Deprecated.The String form of the
ILoggerFactory
object that thisLoggerFactoryBinder
instance is intended to return. - getLoggerName() - Method in class org.slf4j.event.DefaultLoggingEvent
- getLoggerName() - Method in interface org.slf4j.event.LoggingEvent
- getLoggerName() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getLoggerNames() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- getLoggers() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- getMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
Manufacture a
BasicMarker
instance by name. - getMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Manufacture a
Marker
instance by name. - getMarker(String) - Static method in class org.slf4j.MarkerFactory
-
Return a Marker instance as specified by the name parameter using the previously bound
IMarkerFactory
instance. - getMarkerFactory() - Method in class org.slf4j.helpers.NOP_FallbackServiceProvider
- getMarkerFactory() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getMarkerFactory() - Method in class org.slf4j.jul.JULServiceProvider
- getMarkerFactory() - Method in class org.slf4j.nop.NOPServiceProvider
- getMarkerFactory() - Method in class org.slf4j.reload4j.Reload4jServiceProvider
- getMarkerFactory() - Method in class org.slf4j.simple.SimpleServiceProvider
- getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
Deprecated.Return the instance of
IMarkerFactory
thatMarkerFactory
class should bind to. - getMarkerFactory() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Return the instance of
IMarkerFactory
thatMarkerFactory
class should bind to. - getMarkerFactoryClassStr() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
Deprecated.The String form of the
IMarkerFactory
object that thisMarkerFactoryBinder
instance is intended to return. - getMarkers() - Method in class org.slf4j.event.DefaultLoggingEvent
- getMarkers() - Method in interface org.slf4j.event.LoggingEvent
-
List of markers in the event, might be null.
- getMarkers() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getMDCAdapter() - Method in class org.slf4j.helpers.NOP_FallbackServiceProvider
- getMDCAdapter() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getMDCAdapter() - Method in class org.slf4j.jul.JULServiceProvider
- getMDCAdapter() - Static method in class org.slf4j.MDC
-
Returns the MDCAdapter instance currently in use.
- getMDCAdapter() - Method in class org.slf4j.nop.NOPServiceProvider
- getMDCAdapter() - Method in class org.slf4j.reload4j.Reload4jServiceProvider
- getMDCAdapter() - Method in class org.slf4j.simple.SimpleServiceProvider
- getMDCAdapter() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Return the instance of
MDCAdapter
thatMDC
should bind to. - getMessage() - Method in class org.slf4j.event.DefaultLoggingEvent
- getMessage() - Method in interface org.slf4j.event.LoggingEvent
- getMessage() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getMessage() - Method in class org.slf4j.helpers.FormattingTuple
- getMessage() - Method in class org.slf4j.helpers.NormalizedParameters
- getName() - Method in interface org.apache.log4j.Appender
-
Get the name of this appender.
- getName() - Method in class org.apache.log4j.Category
-
Returns the obvious.
- getName() - Method in class org.slf4j.event.EventRecordingLogger
- getName() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- getName() - Method in class org.slf4j.helpers.AbstractLogger
- getName() - Method in class org.slf4j.helpers.BasicMarker
- getName() - Method in class org.slf4j.helpers.MarkerIgnoringBase
- getName() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns the string value "NOP".
- getName() - Method in class org.slf4j.helpers.SubstituteLogger
- getName() - Method in interface org.slf4j.Logger
-
Return the name of this
Logger
instance. - getName() - Method in interface org.slf4j.Marker
-
Get the name of this Marker.
- getName() - Method in class org.slf4j.profiler.Profiler
- getName() - Method in class org.slf4j.profiler.StopWatch
- getName() - Method in interface org.slf4j.profiler.TimeInstrument
-
All time instruments are named entities.
- getParent() - Method in class org.apache.log4j.Category
- getPriority() - Method in class org.apache.log4j.Category
-
Deprecated.Please use
Category.getLevel()
instead. - getProfilerRegistry() - Method in class org.slf4j.profiler.Profiler
- getRequestedApiVersion() - Method in class org.slf4j.helpers.NOP_FallbackServiceProvider
- getRequestedApiVersion() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getRequestedApiVersion() - Method in class org.slf4j.jul.JULServiceProvider
- getRequestedApiVersion() - Method in class org.slf4j.nop.NOPServiceProvider
- getRequestedApiVersion() - Method in class org.slf4j.reload4j.Reload4jServiceProvider
- getRequestedApiVersion() - Method in class org.slf4j.simple.SimpleServiceProvider
- getRequestedApiVersion() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Return the maximum API version for SLF4J that the logging implementation supports.
- getRootLogger() - Static method in class org.apache.log4j.Logger
-
Does the obvious.
- getRootLogger() - Static method in class org.apache.log4j.LogManager
- getRootLogger() - Method in interface org.apache.log4j.spi.LoggerRepository
- getSignature(CtBehavior) - Static method in class org.slf4j.instrumentation.JavassistHelper
-
Return javassist source snippet which lists all the parameters and their values.
- getSLF4JLogger(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Return the Logger instance that will be used for logging.
- getStatus() - Method in class org.slf4j.profiler.Profiler
- getStatus() - Method in class org.slf4j.profiler.StopWatch
- getStatus() - Method in interface org.slf4j.profiler.TimeInstrument
- getSubstituteLoggerFactory() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getSyslogEquivalent() - Method in class org.apache.log4j.Priority
-
Return the syslog equivalent of this priority as an integer.
- getThreadContextInstance() - Static method in class org.slf4j.profiler.ProfilerRegistry
- getThreadName() - Method in class org.slf4j.event.DefaultLoggingEvent
- getThreadName() - Method in interface org.slf4j.event.LoggingEvent
- getThreadName() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getThreshold() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Get the repository-wide threshold.
- getThrowable() - Method in class org.slf4j.event.DefaultLoggingEvent
- getThrowable() - Method in interface org.slf4j.event.LoggingEvent
- getThrowable() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
- getThrowable() - Method in class org.slf4j.helpers.NormalizedParameters
- getThrowableCandidate(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
- getThrowableCandidate(Object[]) - Static method in class org.slf4j.helpers.NormalizedParameters
- getTimeStamp() - Method in class org.slf4j.event.DefaultLoggingEvent
- getTimeStamp() - Method in interface org.slf4j.event.LoggingEvent
- getTimeStamp() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getXLogger(Class<?>) - Static method in class org.slf4j.ext.XLoggerFactory
-
Get a new XLogger instance by class.
- getXLogger(String) - Static method in class org.slf4j.ext.XLoggerFactory
-
Get an XLogger instance by name.
H
- handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.event.EventRecordingLogger
- handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.helpers.AbstractLogger
-
Given various arguments passed as parameters, perform actual logging.
- handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.jul.JDK14LoggerAdapter
-
Log the message at the specified level with the specified throwable if any.
- handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
- handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.simple.SimpleLogger
-
SimpleLogger's implementation of
AbstractLogger#handleNormalizedLoggingCall
} - hasChildren() - Method in class org.slf4j.helpers.BasicMarker
-
Deprecated.
- hasChildren() - Method in interface org.slf4j.Marker
-
Deprecated.Replaced by
Marker.hasReferences()
. - hashCode() - Method in class org.slf4j.event.KeyValuePair
- hashCode() - Method in class org.slf4j.helpers.BasicMarker
- hashCode() - Method in class org.slf4j.helpers.SubstituteLogger
- hashCode() - Method in interface org.slf4j.Marker
-
Compute the hash code based on the name of this marker.
- HASHTABLE_IMPLEMENTATION_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
Setting this system property value allows the
Hashtable
used to store classloaders to be substituted by an alternative implementation. - hasMoreElements() - Method in class org.apache.log4j.helpers.NullEnumeration
- hasReferences() - Method in class org.slf4j.helpers.BasicMarker
- hasReferences() - Method in interface org.slf4j.Marker
-
Does this marker have any references?
- HierarchyEventListener - Interface in org.apache.log4j.spi
-
Listen to events occurring within a
Hierarchy
.
I
- ignore(String[]) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
- IGNORE - Static variable in class org.slf4j.agent.AgentOptions
-
List of class prefixes to ignore when instrumenting.
- ILoggerFactory - Interface in org.slf4j
-
ILoggerFactory
instances manufactureLogger
instances by name. - IMarkerFactory - Interface in org.slf4j
-
Implementations of this interface are used to manufacture
Marker
instances. - info(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the INFO level.
- info(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with info log level.
- info(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - info(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - info(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with info log level.
- info(Object) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.info(String)
method in SLF4J. - info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with info log level.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with info log level.
- info(Object, Throwable) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.info(String,Throwable)
method in SLF4J. - info(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String) - Method in class org.slf4j.helpers.AbstractLogger
- info(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String) - Static method in class org.slf4j.helpers.Reporter
-
Report an internal message of level INFO.
- info(String) - Method in class org.slf4j.helpers.SubstituteLogger
- info(String) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level.
- info(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- info(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- info(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level according to the specified format and argument.
- info(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- info(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- info(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level according to the specified format and arguments.
- info(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- info(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- info(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level according to the specified format and arguments.
- info(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- info(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- info(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the INFO level with an accompanying message.
- info(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String) - Method in class org.slf4j.helpers.AbstractLogger
- info(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- info(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the INFO level.
- info(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- info(Marker, String, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.info(String, Object)
method except that the marker data is also taken into consideration. - info(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- info(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.info(String, Object...)
method except that the marker data is also taken into consideration. - info(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.info(String, Object, Object)
method except that the marker data is also taken into consideration. - info(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.info(String, Throwable)
method except that the marker data is also taken into consideration. - INFO - Enum constant in enum class org.slf4j.event.Level
- INFO - Enum constant in enum class org.slf4j.ext.XLogger.Level
- INFO - Static variable in class org.apache.log4j.Level
-
The
INFO
level designates informational messages that highlight the progress of the application at coarse-grained level. - INFO - Static variable in class org.apache.log4j.Priority
-
Deprecated.Use
Level.INFO
instead. - INFO_INT - Static variable in class org.apache.log4j.Priority
- INFO_INT - Static variable in class org.slf4j.event.EventConstants
- INFO_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
- inherit(Stack) - Static method in class org.apache.log4j.NDC
- INHERITED - Static variable in interface org.apache.log4j.spi.Configurator
-
Special level value signifying inherited behaviour.
- initialize() - Method in class org.slf4j.helpers.NOP_FallbackServiceProvider
- initialize() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- initialize() - Method in class org.slf4j.jul.JULServiceProvider
- initialize() - Method in class org.slf4j.nop.NOPServiceProvider
- initialize() - Method in class org.slf4j.reload4j.Reload4jServiceProvider
- initialize() - Method in class org.slf4j.simple.SimpleServiceProvider
- initialize() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Initialize the logging back-end.
- install() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Adds a SLF4JBridgeHandler instance to jul's root logger.
- instanceofLAL - Variable in class org.slf4j.ext.LoggerWrapper
- intToLevel(int) - Static method in enum class org.slf4j.event.Level
- intValue() - Method in enum class org.slf4j.ext.XLogger.Level
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Debug is never enabled.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are debug messages currently enabled?
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isDebugEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isDebugEnabled() - Method in interface org.apache.commons.logging.Log
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.apache.log4j.Category
-
Delegates to
Logger.isDebugEnabled()
method in SLF4J - isDebugEnabled() - Method in class org.slf4j.event.EventRecordingLogger
- isDebugEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isDebugEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isDebugEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
- isDebugEnabled() - Method in class org.slf4j.jul.JDK14LoggerAdapter
-
Is this logger instance enabled for the FINE level?
- isDebugEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled() - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
-
Is this logger instance enabled for the DEBUG level?
- isDebugEnabled() - Method in class org.slf4j.simple.SimpleLogger
-
Are
debug
messages currently enabled? - isDebugEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.LegacyAbstractLogger
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- isDebugEnabled(Marker) - Method in interface org.slf4j.Logger
-
Similar to
Logger.isDebugEnabled()
method except that the marker data is also taken into account. - isDelegateEventAware() - Method in class org.slf4j.helpers.SubstituteLogger
- isDelegateNOP() - Method in class org.slf4j.helpers.SubstituteLogger
- isDelegateNull() - Method in class org.slf4j.helpers.SubstituteLogger
- isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- isDisabled(int) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Returns whether this repository is disabled for a given level.
- isEnabledFor(Priority) - Method in class org.apache.log4j.Category
-
Determines whether the priority passed as parameter is enabled in the underlying SLF4J logger.
- isEnabledForLevel(Level) - Method in class org.slf4j.helpers.SubstituteLogger
- isEnabledForLevel(Level) - Method in interface org.slf4j.Logger
-
Returns whether this Logger is enabled for a given
Level
. - isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Error is never enabled.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are error messages currently enabled?
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isErrorEnabled() - Method in interface org.apache.commons.logging.Log
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.apache.log4j.Category
-
Delegates to
Logger.isErrorEnabled()
method in SLF4J - isErrorEnabled() - Method in class org.slf4j.event.EventRecordingLogger
- isErrorEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isErrorEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- isErrorEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
- isErrorEnabled() - Method in class org.slf4j.jul.JDK14LoggerAdapter
-
Is this logger instance enabled for level SEVERE?
- isErrorEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled() - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
-
Is this logger instance enabled for level ERROR?
- isErrorEnabled() - Method in class org.slf4j.simple.SimpleLogger
-
Are
error
messages currently enabled? - isErrorEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.LegacyAbstractLogger
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- isErrorEnabled(Marker) - Method in interface org.slf4j.Logger
-
Similar to
Logger.isErrorEnabled()
method except that the marker data is also taken into consideration. - isFatalEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Fatal is never enabled.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are fatal messages currently enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Delegates to the
isErrorEnabled
method of the wrapped
org.slf4j.Logger
instance. - isFatalEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the
isErrorEnabled
method of the wrapped
org.slf4j.Logger
instance. - isFatalEnabled() - Method in interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- 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. - isInfoEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Info is never enabled.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are info messages currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isInfoEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isInfoEnabled() - Method in interface org.apache.commons.logging.Log
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.apache.log4j.Category
-
Delegates to
Logger.isInfoEnabled()
method in SLF4J - isInfoEnabled() - Method in class org.slf4j.event.EventRecordingLogger
- isInfoEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isInfoEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isInfoEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
- isInfoEnabled() - Method in class org.slf4j.jul.JDK14LoggerAdapter
-
Is this logger instance enabled for the INFO level?
- isInfoEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled() - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
-
Is this logger instance enabled for the INFO level?
- isInfoEnabled() - Method in class org.slf4j.simple.SimpleLogger
-
Are
info
messages currently enabled? - isInfoEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.LegacyAbstractLogger
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- isInfoEnabled(Marker) - Method in interface org.slf4j.Logger
-
Similar to
Logger.isInfoEnabled()
method except that the marker data is also taken into consideration. - isInstalled() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Returns true if SLF4JBridgeHandler has been previously installed, returns false otherwise.
- isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Is the given log level currently enabled?
- isLevelEnabled(int) - Method in class org.slf4j.simple.SimpleLogger
-
Is the given log level currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Trace is never enabled.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are trace messages currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Delegates to the
isTraceEnabled
method of the wrapped
org.slf4j.Logger
instance. - isTraceEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the
isDebugEnabled
method of the wrapped
org.slf4j.Logger
instance. - isTraceEnabled() - Method in interface org.apache.commons.logging.Log
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.apache.log4j.Logger
-
Delegates to
Logger.isTraceEnabled()
method of SLF4J. - isTraceEnabled() - Method in class org.slf4j.event.EventRecordingLogger
- isTraceEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isTraceEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isTraceEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
- isTraceEnabled() - Method in class org.slf4j.jul.JDK14LoggerAdapter
-
Is this logger instance enabled for the FINEST level?
- isTraceEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled() - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
-
Is this logger instance enabled for the TRACE level?
- isTraceEnabled() - Method in class org.slf4j.simple.SimpleLogger
-
Are
trace
messages currently enabled? - isTraceEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.LegacyAbstractLogger
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- isTraceEnabled(Marker) - Method in interface org.slf4j.Logger
-
Similar to
Logger.isTraceEnabled()
method except that the marker data is also taken into account. - isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Warn is never enabled.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are warn messages currently enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isWarnEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Logger
instance. - isWarnEnabled() - Method in interface org.apache.commons.logging.Log
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.apache.log4j.Category
-
Delegates to
Logger.isWarnEnabled()
method in SLF4J - isWarnEnabled() - Method in class org.slf4j.event.EventRecordingLogger
- isWarnEnabled() - Method in class org.slf4j.ext.LoggerWrapper
- isWarnEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isWarnEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
- isWarnEnabled() - Method in class org.slf4j.jul.JDK14LoggerAdapter
-
Is this logger instance enabled for the WARNING level?
- isWarnEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled() - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
-
Is this logger instance enabled for the WARN level?
- isWarnEnabled() - Method in class org.slf4j.simple.SimpleLogger
-
Are
warn
messages currently enabled? - isWarnEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.LegacyAbstractLogger
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- isWarnEnabled(Marker) - Method in interface org.slf4j.Logger
-
Similar to
Logger.isWarnEnabled()
method except that the marker data is also taken into consideration. - iterator() - Method in class org.slf4j.helpers.BasicMarker
- iterator() - Method in interface org.slf4j.Marker
-
Returns an Iterator which can be used to iterate over the references of this marker.
J
- JavassistHelper - Class in org.slf4j.instrumentation
-
Helper methods for Javassist functionality.
- JavassistHelper() - Constructor for class org.slf4j.instrumentation.JavassistHelper
- JDK14LoggerAdapter - Class in org.slf4j.jul
-
A wrapper over
java.util.logging.Logger
in conformity with theLogger
interface. - JDK14LoggerFactory - Class in org.slf4j.jul
-
JDK14LoggerFactory is an implementation of
ILoggerFactory
returning the appropriately namedJDK14LoggerAdapter
instance. - JDK14LoggerFactory() - Constructor for class org.slf4j.jul.JDK14LoggerFactory
- JULServiceProvider - Class in org.slf4j.jul
- JULServiceProvider() - Constructor for class org.slf4j.jul.JULServiceProvider
K
- key - Variable in class org.slf4j.event.KeyValuePair
- KeyValuePair - Class in org.slf4j.event
- KeyValuePair(String, Object) - Constructor for class org.slf4j.event.KeyValuePair
L
- Layout - Class in org.apache.log4j
-
This class is a minimal implementation of the original Log4J class.
- Layout() - Constructor for class org.apache.log4j.Layout
- leftPad(StringBuffer, String, int) - Static method in class org.slf4j.profiler.SpacePadder
-
Deprecated.
- leftPad(StringBuilder, String, int) - Static method in class org.slf4j.profiler.SpacePadder
- LegacyAbstractLogger - Class in org.slf4j.helpers
-
Provides minimal default implementations for
LegacyAbstractLogger.isTraceEnabled(Marker)
,LegacyAbstractLogger.isDebugEnabled(Marker)
and other similar methods. - LegacyAbstractLogger() - Constructor for class org.slf4j.helpers.LegacyAbstractLogger
- level(String) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
- Level - Class in org.apache.log4j
-
Defines the minimum set of levels recognized by the system, that is
OFF
,FATAL
,ERROR
,WARN
,INFO
,DEBUG
andALL
. - Level - Enum Class in org.slf4j.event
-
SLF4J's internal representation of Level.
- Level(int, String, int) - Constructor for class org.apache.log4j.Level
-
Instantiate a Level object.
- LEVEL - Static variable in class org.slf4j.agent.AgentOptions
-
Indicate the SLF4J level that should be used by the logging statements added by the agent.
- LEVEL_IN_BRACKETS_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- LINE_SEP - Static variable in class org.slf4j.profiler.SpacePadder
- LocationAwareLogger - Interface in org.slf4j.spi
-
An optional interface helping integration with logging systems capable of extracting location information.
- LocLogger - Class in org.slf4j.cal10n
-
A logger specialized in localized logging.
- LocLogger(Logger, IMessageConveyor) - Constructor for class org.slf4j.cal10n.LocLogger
- LocLoggerFactory - Class in org.slf4j.cal10n
-
This class is essentially a wrapper around an
LoggerFactory
producingLocLogger
instances. - LocLoggerFactory(IMessageConveyor) - Constructor for class org.slf4j.cal10n.LocLoggerFactory
- log() - Method in class org.slf4j.profiler.Profiler
- log() - Method in class org.slf4j.profiler.StopWatch
- log() - Method in interface org.slf4j.profiler.TimeInstrument
-
If the time instrument has an associated logger, then log information about this time instrument.
- log() - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log() - Method in interface org.slf4j.spi.LoggingEventBuilder
-
After the logging event is built, performs actual logging.
- log() - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Do the actual logging.
- log(String) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Equivalent to calling
LoggingEventBuilder.setMessage(String)
followed byLoggingEventBuilder.log()
; - log(String) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(String, Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String, Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Equivalent to calling
LoggingEventBuilder.setMessage(String)
followed byLoggingEventBuilder.addArgument(Object)
} and thenLoggingEventBuilder.log()
- log(String, Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(String, Object...) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String, Object...) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Equivalent to calling
LoggingEventBuilder.setMessage(String)
followed by zero or more calls toLoggingEventBuilder.addArgument(Object)
(depending on the size of args array) and thenLoggingEventBuilder.log()
- log(String, Object...) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(String, Object, Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String, Object, Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Equivalent to calling
LoggingEventBuilder.setMessage(String)
followed by two calls toLoggingEventBuilder.addArgument(Object)
and thenLoggingEventBuilder.log()
- log(String, Object, Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
- log(Supplier<String>) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(Supplier<String>) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Equivalent to calling
LoggingEventBuilder.setMessage(Supplier)
followed byLoggingEventBuilder.log()
- log(Supplier<String>) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(Priority, Object) - Method in class org.apache.log4j.Category
- log(Priority, Object, Throwable) - Method in class org.apache.log4j.Category
- log(LoggingEvent) - Method in class org.slf4j.helpers.SubstituteLogger
- log(LoggingEvent) - Method in class org.slf4j.jul.JDK14LoggerAdapter
- log(LoggingEvent) - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
-
Called by
SubstituteLogger
or byLoggingEventBuilder
instances - log(LoggingEvent) - Method in class org.slf4j.simple.SimpleLogger
- log(LoggingEvent) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(LoggingEvent) - Method in interface org.slf4j.spi.LoggingEventAware
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.slf4j.jul.JDK14LoggerAdapter
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.slf4j.reload4j.Reload4jLoggerAdapter
- log(Marker, String, int, String, Object[], Throwable) - Method in interface org.slf4j.spi.LocationAwareLogger
-
Printing method with support for location information.
- Log - Interface in org.apache.commons.logging
-
A simple logging interface abstracting logging APIs.
- LOG_FILE_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_KEY_PREFIX - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Enable all logging levels
- LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Debug" level logging.
- LOG_LEVEL_DEBUG - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Error" level logging.
- LOG_LEVEL_ERROR - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Fatal" level logging.
- LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Info" level logging.
- LOG_LEVEL_INFO - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Enable no logging levels
- LOG_LEVEL_OFF - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Trace" level logging.
- LOG_LEVEL_TRACE - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Warn" level logging.
- LOG_LEVEL_WARN - Static variable in class org.slf4j.simple.SimpleLogger
- LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.SLF4JLogFactory
-
The name of the system property identifying our
Log
implementation class. - LogConfigurationException - Exception Class in org.apache.commons.logging
-
An exception that is thrown only if a suitable
LogFactory
orLog
instance cannot be created by the corresponding factory methods. - LogConfigurationException() - Constructor for exception class org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with
null
as its detail message. - LogConfigurationException(String) - Constructor for exception class org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message.
- LogConfigurationException(String, Throwable) - Constructor for exception class org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message and cause.
- LogConfigurationException(Throwable) - Constructor for exception class org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified cause and a derived detail message.
- LogFactory - Class in org.apache.commons.logging
-
Factory for creating
Log
instances, which always delegates to an instance ofSLF4JLogFactory
. - LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
-
Protected constructor that is not available for public use.
- logger - Variable in class org.slf4j.ext.LoggerWrapper
- logger - Variable in class org.slf4j.spi.DefaultLoggingEventBuilder
- Logger - Class in org.apache.log4j
-
This class is a minimal implementation of the original
org.apache.log4j.Logger
class (as found in log4j 1.2) delegating all calls to aLogger
instance. - Logger - Interface in org.slf4j
-
The org.slf4j.Logger interface is the main user entry point of SLF4J API.
- Logger(String) - Constructor for class org.apache.log4j.Logger
- LoggerFactory - Class in org.slf4j
-
The
LoggerFactory
is a utility class producing Loggers for various logging APIs, e.g. - LoggerFactory - Interface in org.apache.log4j.spi
-
Implement this interface to create new instances of Logger or a subclass of Logger.
- LoggerFactoryBinder - Interface in org.slf4j.spi
-
Deprecated.
- LoggerFactoryFriend - Class in org.slf4j
-
All methods in this class are reserved for internal use, for testing purposes.
- LoggerFactoryFriend() - Constructor for class org.slf4j.LoggerFactoryFriend
- LoggerRepository - Interface in org.apache.log4j.spi
-
A
LoggerRepository
is used to create and retrieveLoggers
. - LoggerWrapper - Class in org.slf4j.ext
-
A helper class wrapping an
Logger
instance preserving location information if the wrapped instance supports it. - LoggerWrapper(Logger, String) - Constructor for class org.slf4j.ext.LoggerWrapper
- loggingEvent - Variable in class org.slf4j.spi.DefaultLoggingEventBuilder
- LoggingEvent - Class in org.apache.log4j.spi
- LoggingEvent - Interface in org.slf4j.event
-
The minimal interface sufficient for the restitution of data passed by the user to the SLF4J API.
- LoggingEvent() - Constructor for class org.apache.log4j.spi.LoggingEvent
- LoggingEventAware - Interface in org.slf4j.spi
-
A logger capable of logging from org.slf4j.event.LoggingEvent implements this interface.
- LoggingEventBuilder - Interface in org.slf4j.spi
-
This is the main interface in slf4j's fluent API for creating
logging events
. - 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
-
This class is a minimal implementation of the original
org.apache.log4j.LogManager
class (as found in log4j 1.2) delegating all calls to SLF4J. - LogManager() - Constructor for class org.apache.log4j.LogManager
- logName - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The name of this simple log instance
- logRawDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- LogTransformer - Class in org.slf4j.instrumentation
-
LogTransformer does the work of analyzing each class, and if appropriate add log statements to each method to allow logging entry/exit.
- LogTransformer.Builder - Class in org.slf4j.instrumentation
-
Builder provides a flexible way of configuring some of many options on the parent class instead of providing many constructors.
M
- makeLoggingEventBuilder(Level) - Method in class org.slf4j.helpers.SubstituteLogger
- makeLoggingEventBuilder(Level) - Method in interface org.slf4j.Logger
-
Make a new
LoggingEventBuilder
instance as appropriate for this logger implementation. - makeNewLoggerInstance(String) - Method in interface org.apache.log4j.spi.LoggerFactory
- Marker - Interface in org.slf4j
-
Markers are named objects used to enrich log statements.
- MarkerFactory - Class in org.slf4j
-
MarkerFactory is a utility class producing
Marker
instances as appropriate for the logging system currently in use. - MarkerFactoryBinder - Interface in org.slf4j.spi
-
Deprecated.
- MarkerIgnoringBase - Class in org.slf4j.helpers
-
Deprecated.
- MarkerIgnoringBase() - Constructor for class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- MDC - Class in org.apache.log4j
- MDC - Class in org.slf4j
-
This class hides and serves as a substitute for the underlying logging system's MDC implementation.
- MDC() - Constructor for class org.apache.log4j.MDC
- MDC.MDCCloseable - Class in org.slf4j
-
An adapter to remove the key when done.
- MDCAdapter - Interface in org.slf4j.spi
-
This interface abstracts the service offered by various MDC implementations.
- MessageFormatter - Class in org.slf4j.helpers
-
Formats messages according to very simple substitution rules.
- MessageFormatter() - Constructor for class org.slf4j.helpers.MessageFormatter
- MICROSECOND - Enum constant in enum class org.slf4j.profiler.DurationUnit
- MILLISSECOND - Enum constant in enum class org.slf4j.profiler.DurationUnit
N
- NA_SUBST - Static variable in class org.slf4j.event.EventConstants
- name - Variable in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- name - Variable in class org.apache.commons.logging.impl.SLF4JLog
- name - Variable in class org.slf4j.helpers.AbstractLogger
- name - Variable in class org.slf4j.helpers.MarkerIgnoringBase
- name - Variable in class org.slf4j.helpers.NOPLogger
- NANOSECOND - Enum constant in enum class org.slf4j.profiler.DurationUnit
- NDC - Class in org.apache.log4j
-
A log4j's NDC implemented in terms of SLF4J MDC primitives.
- NDC - Class in org.slf4j
- NDC() - Constructor for class org.apache.log4j.NDC
- NDC() - Constructor for class org.slf4j.NDC
- newFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- newFactory(String, ClassLoader, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- nextElement() - Method in class org.apache.log4j.helpers.NullEnumeration
- NoOpLog - Class in org.apache.commons.logging.impl
-
Trivial implementation of Log that throws away all messages.
- NoOpLog() - Constructor for class org.apache.commons.logging.impl.NoOpLog
-
Convenience constructor
- NoOpLog(String) - Constructor for class org.apache.commons.logging.impl.NoOpLog
-
Base constructor
- NOP_FallbackServiceProvider - Class in org.slf4j.helpers
- NOP_FallbackServiceProvider() - Constructor for class org.slf4j.helpers.NOP_FallbackServiceProvider
- NOP_LOGGER - Static variable in class org.slf4j.helpers.NOPLogger
-
The unique instance of NOPLogger.
- NOPLogger - Class in org.slf4j.helpers
-
A direct NOP (no operation) implementation of
Logger
. - NOPLogger() - Constructor for class org.slf4j.helpers.NOPLogger
-
There is no point in creating multiple instances of NOPLogger.
- NOPLoggerFactory - Class in org.slf4j.helpers
-
NOPLoggerFactory is a trivial implementation of
ILoggerFactory
which always returns the unique instance of NOPLogger. - NOPLoggerFactory() - Constructor for class org.slf4j.helpers.NOPLoggerFactory
- NOPLoggingEventBuilder - Class in org.slf4j.spi
-
A no-operation implementation of
LoggingEventBuilder
. - NOPMDCAdapter - Class in org.slf4j.helpers
-
This adapter is an empty implementation of the
MDCAdapter
interface. - NOPMDCAdapter() - Constructor for class org.slf4j.helpers.NOPMDCAdapter
- NOPServiceProvider - Class in org.slf4j.nop
- NOPServiceProvider() - Constructor for class org.slf4j.nop.NOPServiceProvider
- normalize(String, Object[], Throwable) - Static method in class org.slf4j.helpers.NormalizedParameters
-
This method serves to normalize logging call invocation parameters.
- normalize(LoggingEvent) - Static method in class org.slf4j.helpers.NormalizedParameters
- NormalizedParameters - Class in org.slf4j.helpers
-
Holds normalized call parameters.
- NormalizedParameters(String, Object[]) - Constructor for class org.slf4j.helpers.NormalizedParameters
- NormalizedParameters(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.NormalizedParameters
- NULL - Static variable in interface org.apache.log4j.spi.Configurator
-
Special level signifying inherited behaviour, same as
Configurator.INHERITED
. - NULL - Static variable in class org.slf4j.helpers.FormattingTuple
- nullClassLoaderFactory - Static variable in class org.apache.commons.logging.LogFactory
-
This property is not used but preserved here for compatibility.
- NullEnumeration - Class in org.apache.log4j.helpers
-
An always-empty Enumerator.
O
- objectId(Object) - Static method in class org.apache.commons.logging.LogFactory
-
Returns a string that uniquely identifies the specified object, including its class.
- OFF - Static variable in class org.apache.log4j.Level
-
The
OFF
has the highest possible rank and is intended to turn off logging. - OFF_INT - Static variable in class org.apache.log4j.Priority
- OptionHandler - Interface in org.apache.log4j.spi
- org.apache.commons.logging - package org.apache.commons.logging
-
Jakarta Commons Logging implemented over SLF4J.
- org.apache.commons.logging.impl - package org.apache.commons.logging.impl
-
SLF4J based implementation of commons-logging wrapper APIs.
- org.apache.log4j - package org.apache.log4j
-
An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.
- org.apache.log4j.helpers - package org.apache.log4j.helpers
- org.apache.log4j.spi - package org.apache.log4j.spi
- org.apache.log4j.xml - package org.apache.log4j.xml
- org.slf4j - package org.slf4j
-
Core logging interfaces.
- org.slf4j.agent - package org.slf4j.agent
-
"-javaagent" routines for SLF4J.
- org.slf4j.bridge - package org.slf4j.bridge
-
Bridge/route all JUL log records to the SLF4J API.
- org.slf4j.cal10n - package org.slf4j.cal10n
-
SLF4J API extensions
- org.slf4j.event - package org.slf4j.event
- org.slf4j.ext - package org.slf4j.ext
-
Localized logging using the CAL10N API.
- org.slf4j.helpers - package org.slf4j.helpers
-
Helper classes.
- org.slf4j.instrumentation - package org.slf4j.instrumentation
-
Java instrumentation routines for SLF4J.
- org.slf4j.jul - package org.slf4j.jul
- org.slf4j.nop - package org.slf4j.nop
- org.slf4j.profiler - package org.slf4j.profiler
-
Poor man's profiler API
- org.slf4j.reload4j - package org.slf4j.reload4j
- org.slf4j.simple - package org.slf4j.simple
- org.slf4j.spi - package org.slf4j.spi
-
Classes and interfaces which are internal to SLF4J.
- Overview - Search tag in package org.apache.commons.logging
- Section
P
- PatternLayout - Class in org.apache.log4j
-
This class is a minimal implementation of the original Log4J class.
- PatternLayout() - Constructor for class org.apache.log4j.PatternLayout
- PatternLayout(String) - Constructor for class org.apache.log4j.PatternLayout
- peek() - Static method in class org.apache.log4j.NDC
- pop() - Static method in class org.apache.log4j.NDC
- pop() - Static method in class org.slf4j.NDC
- popByKey(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
- popByKey(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
- popByKey(String) - Method in class org.slf4j.helpers.ThreadLocalMapOfStacks
- popByKey(String) - Static method in class org.slf4j.MDC
-
Pop the stack referenced by 'key' and return the value possibly null.
- popByKey(String) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- popByKey(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Pop the stack referenced by 'key' and return the value possibly null.
- postInitialization() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- PREFIX - Static variable in class org.apache.log4j.NDC
- PREFIX - Static variable in class org.slf4j.NDC
- premain(String, Instrumentation) - Static method in class org.slf4j.agent.AgentPremain
-
JavaAgent premain entry point as specified in the MANIFEST.MF file.
- print() - Method in class org.slf4j.profiler.Profiler
- print() - Method in class org.slf4j.profiler.StopWatch
- print() - Method in interface org.slf4j.profiler.TimeInstrument
-
Print information about this time instrument on the console.
- 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. - Profiler - Class in org.slf4j.profiler
-
A poor man's profiler to measure the time elapsed performing some lengthy task.
- Profiler(String) - Constructor for class org.slf4j.profiler.Profiler
- ProfilerRegistry - Class in org.slf4j.profiler
-
A minimalist registry of profilers.
- ProfilerRegistry() - Constructor for class org.slf4j.profiler.ProfilerRegistry
- PropertyConfigurator - Class in org.apache.log4j
-
A no-op implementation of PropertyConfigurator.
- PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
- PROVIDER_PROPERTY_KEY - Static variable in class org.slf4j.LoggerFactory
-
System property for explicitly setting the provider class.
- publish(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Publish a LogRecord.
- push(String) - Static method in class org.apache.log4j.NDC
- push(String) - Static method in class org.slf4j.NDC
- pushByKey(String, String) - Method in class org.slf4j.helpers.BasicMDCAdapter
- pushByKey(String, String) - Method in class org.slf4j.helpers.NOPMDCAdapter
- pushByKey(String, String) - Method in class org.slf4j.helpers.ThreadLocalMapOfStacks
- pushByKey(String, String) - Static method in class org.slf4j.MDC
-
Push a value into the deque(stack) referenced by 'key'.
- pushByKey(String, String) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- pushByKey(String, String) - Method in interface org.slf4j.spi.MDCAdapter
-
Push a value into the deque(stack) referenced by 'key'.
- put(String, Object) - Static method in class org.apache.log4j.MDC
- put(String, String) - Static method in class org.apache.log4j.MDC
- put(String, String) - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Put a context value (the
val
parameter) as identified with thekey
parameter into the current thread's context map. - put(String, String) - Method in class org.slf4j.helpers.NOPMDCAdapter
- put(String, String) - Static method in class org.slf4j.MDC
-
Put a diagnostic context value (the
val
parameter) as identified with thekey
parameter into the current thread's diagnostic context map. - put(String, String) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
-
Put a context value (the
val
parameter) as identified with thekey
parameter into the current thread's context map. - put(String, String) - Method in interface org.slf4j.spi.MDCAdapter
-
Put a context value (the
val
parameter) as identified with thekey
parameter into the current thread's context map. - put(String, Profiler) - Method in class org.slf4j.profiler.ProfilerRegistry
- put(Profiler) - Method in class org.slf4j.profiler.ProfilerRegistry
- putCloseable(String, String) - Static method in class org.slf4j.MDC
-
Put a diagnostic context value (the
val
parameter) as identified with thekey
parameter into the current thread's diagnostic context map.
Q
- Quick Start Guide - Search tag in package org.apache.commons.logging
- Section
R
- readResolve() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- readResolve() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- readResolve() - Method in class org.slf4j.helpers.AbstractLogger
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- readResolve() - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- readResolve() - Method in class org.slf4j.helpers.NOPLogger
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- registerWith(ProfilerRegistry) - Method in class org.slf4j.profiler.Profiler
- release() - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Release any internal references to previously created
Log
instances returned by this factory. - release() - Method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
Log
instances returned by this factory. - release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
LogFactory
instances that have been associated with the specified class loader (if any), after calling the instance methodrelease()
on each of them. - releaseAll() - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
LogFactory
instances, after calling the instance methodrelease()
on each of them. - Reload4jLoggerAdapter - Class in org.slf4j.reload4j
-
A wrapper over
org.apache.log4j.Logger
conforming to theLogger
interface. - Reload4jLoggerFactory - Class in org.slf4j.reload4j
-
Log4jLoggerFactory is an implementation of
ILoggerFactory
returning the appropriate namedReload4jLoggerAdapter
instance. - Reload4jLoggerFactory() - Constructor for class org.slf4j.reload4j.Reload4jLoggerFactory
- Reload4jMDCAdapter - Class in org.slf4j.reload4j
- Reload4jMDCAdapter() - Constructor for class org.slf4j.reload4j.Reload4jMDCAdapter
- Reload4jServiceProvider - Class in org.slf4j.reload4j
- Reload4jServiceProvider() - Constructor for class org.slf4j.reload4j.Reload4jServiceProvider
- remove() - Static method in class org.apache.log4j.NDC
- remove(String) - Static method in class org.apache.log4j.MDC
- remove(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Remove the context identified by the
key
parameter. - remove(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
- remove(String) - Static method in class org.slf4j.MDC
-
Remove the diagnostic context identified by the
key
parameter using the underlying system's MDC implementation. - remove(String) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- remove(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Remove the context identified by the
key
parameter. - remove(Marker) - Method in class org.slf4j.helpers.BasicMarker
- remove(Marker) - Method in interface org.slf4j.Marker
-
Remove a marker reference.
- removeAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
- removeAttribute(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Remove any configuration attribute associated with the specified name.
- removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Remove any configuration attribute associated with the specified name.
- removeHandlersForRootLogger() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Invoking this method removes/unregisters/detaches all handlers currently attached to the root logger
- render(Object) - Static method in class org.slf4j.instrumentation.ToStringHelper
-
Returns o.toString() unless it throws an exception (which causes it to be stored in unrenderableClasses) or already was present in unrenderableClasses.
- renderLevel(int) - Method in class org.slf4j.simple.SimpleLogger
- report(String) - Static method in class org.slf4j.helpers.Util
-
Deprecated.
- report(String, Throwable) - Static method in class org.slf4j.helpers.Util
-
Deprecated.replaced by the
Reporter.error(String, Throwable)
method. - Reporter - Class in org.slf4j.helpers
-
An internally used class for reporting internal messages generated by SLF4J itself during initialization.
- Reporter() - Constructor for class org.slf4j.helpers.Reporter
- REQUESTED_API_VERSION - Static variable in class org.slf4j.helpers.NOP_FallbackServiceProvider
-
Declare the version of the SLF4J API this implementation is compiled against.
- REQUESTED_API_VERSION - Static variable in class org.slf4j.jul.JULServiceProvider
-
Declare the version of the SLF4J API this implementation is compiled against.
- REQUESTED_API_VERSION - Static variable in class org.slf4j.nop.NOPServiceProvider
-
Declare the version of the SLF4J API this implementation is compiled against.
- REQUESTED_API_VERSION - Static variable in class org.slf4j.reload4j.Reload4jServiceProvider
-
Declare the version of the SLF4J API this implementation is compiled against.
- REQUESTED_API_VERSION - Static variable in class org.slf4j.simple.SimpleServiceProvider
-
Declare the version of the SLF4J API this implementation is compiled against.
- requiresLayout() - Method in interface org.apache.log4j.Appender
-
Configurators call this method to determine if the appender requires a layout.
- reset() - Static method in class org.slf4j.LoggerFactoryFriend
- reset() - Method in class org.slf4j.simple.SimpleLoggerFactory
-
Clear the internal logger cache.
- resetConfiguration() - Static method in class org.apache.log4j.BasicConfigurator
- resetConfiguration() - Static method in class org.apache.log4j.LogManager
-
Implemented as NOP.
- resetConfiguration() - Method in interface org.apache.log4j.spi.LoggerRepository
- returnValue(CtBehavior) - Static method in class org.slf4j.instrumentation.JavassistHelper
-
Create a javassist source snippet which either is empty (for anything which does not return a value) or an explanatory text around the $_ javassist return value variable.
- rightPad(StringBuffer, String, int) - Static method in class org.slf4j.profiler.SpacePadder
-
Deprecated.
- rightPad(StringBuilder, String, int) - Static method in class org.slf4j.profiler.SpacePadder
- RollingFileAppender - Class in org.apache.log4j
-
This class is a minimal implementation of the original Log4J class.
- RollingFileAppender() - Constructor for class org.apache.log4j.RollingFileAppender
- RollingFileAppender(Layout, String) - Constructor for class org.apache.log4j.RollingFileAppender
- RollingFileAppender(Layout, String, boolean) - Constructor for class org.apache.log4j.RollingFileAppender
- ROOT_LOGGER_NAME - Static variable in interface org.slf4j.Logger
-
Case-insensitive String constant used to retrieve the name of the root logger.
S
- safeGetBooleanSystemProperty(String) - Static method in class org.slf4j.helpers.Util
- safeGetSystemProperty(String) - Static method in class org.slf4j.helpers.Util
- SECOND - Enum constant in enum class org.slf4j.profiler.DurationUnit
- SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
-
JDK1.3+ 'Service Provider' specification.
- setAdditivity(boolean) - Method in class org.apache.log4j.Category
- setArgumentArray(Object[]) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Set the configuration attribute with the specified name.
- setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
-
Set the configuration attribute with the specified name.
- setCallerBoundary(String) - Method in class org.slf4j.event.DefaultLoggingEvent
- setCallerBoundary(String) - Method in interface org.slf4j.spi.CallerBoundaryAware
-
Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.
- setCallerBoundary(String) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- setCause(Throwable) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- setCause(Throwable) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Set the cause for the logging event being built.
- setCause(Throwable) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- setContextMap(Map<String, String>) - Method in class org.slf4j.helpers.BasicMDCAdapter
- setContextMap(Map<String, String>) - Method in class org.slf4j.helpers.NOPMDCAdapter
- setContextMap(Map<String, String>) - Static method in class org.slf4j.MDC
-
Set the current thread's context map by first clearing any existing map and then copying the map passed as parameter.
- setContextMap(Map<String, String>) - Method in class org.slf4j.reload4j.Reload4jMDCAdapter
- setContextMap(Map<String, String>) - Method in interface org.slf4j.spi.MDCAdapter
-
Set the current thread's context map by first clearing any existing map and then copying the map passed as parameter.
- setDelegate(Logger) - Method in class org.slf4j.helpers.SubstituteLogger
-
Typically called after the
LoggerFactory
initialization phase is completed. - setDetectLoggerNameMismatch(boolean) - Static method in class org.slf4j.LoggerFactoryFriend
-
Set LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.
- setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.Appender
-
Set the
ErrorHandler
for this appender. - setInternalDebugging(boolean) - Static method in class org.apache.log4j.helpers.LogLog
-
Allows to enable/disable log4j internal logging.
- setLayout(Layout) - Method in interface org.apache.log4j.Appender
-
Set the
Layout
for this appender. - setLayout(Layout) - Method in class org.apache.log4j.AppenderSkeleton
- setLevel(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Set logging level.
- setLevel(Level) - Method in class org.apache.log4j.Category
- setLevel(Level) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setLogger(SubstituteLogger) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setLogger(Logger) - Method in class org.slf4j.profiler.Profiler
- setLoggerName(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setMaxBackupIndex(int) - Method in class org.apache.log4j.RollingFileAppender
- setMaxDepth(int) - Static method in class org.apache.log4j.NDC
- setMaximumFileSize(long) - Method in class org.apache.log4j.RollingFileAppender
- setMessage(String) - Method in class org.slf4j.event.DefaultLoggingEvent
- setMessage(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setMessage(String) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- setMessage(String) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Sets the message of the logging event.
- setMessage(String) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- setMessage(Supplier<String>) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- setMessage(Supplier<String>) - Method in interface org.slf4j.spi.LoggingEventBuilder
-
Sets the message of the event via a message supplier.
- setMessage(Supplier<String>) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- setName(String) - Method in interface org.apache.log4j.Appender
-
Set the name of this appender.
- setName(String) - Method in class org.apache.log4j.AppenderSkeleton
- setQuietMode(boolean) - Static method in class org.apache.log4j.helpers.LogLog
-
In quite mode no LogLog generates strictly no output, not even for errors.
- setThreadName(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setThreshold(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Another form of
LoggerRepository.setThreshold(Level)
accepting a string parameter instead of aLevel
. - setThreshold(Level) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Set the repository-wide threshold.
- setThreshold(Priority) - Method in class org.apache.log4j.AppenderSkeleton
- setThrowable(Throwable) - Method in class org.slf4j.event.DefaultLoggingEvent
- setThrowable(Throwable) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setTimeStamp(long) - Method in class org.slf4j.event.DefaultLoggingEvent
- setTimeStamp(long) - Method in class org.slf4j.event.SubstituteLoggingEvent
- SHOW_DATE_TIME_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- SHOW_LOG_NAME_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- SHOW_SHORT_LOG_NAME_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- SHOW_THREAD_ID_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- SHOW_THREAD_NAME_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the current time in the log message
- showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the instance name in the log message?
- showShortName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the short name ( last component ) of the logger in the log message.
- shutdown() - Static method in class org.apache.log4j.LogManager
-
Implemented as NOP.
- shutdown() - Method in interface org.apache.log4j.spi.LoggerRepository
- SimpleLayout - Class in org.apache.log4j
- SimpleLayout() - Constructor for class org.apache.log4j.SimpleLayout
- SimpleLog - Class in org.apache.commons.logging.impl
-
Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.
- SimpleLog(String) - Constructor for class org.apache.commons.logging.impl.SimpleLog
-
Construct a simple log with given name.
- SimpleLogger - Class in org.slf4j.simple
-
Simple implementation of
Logger
that sends all enabled log messages, for all defined loggers, to the console (System.err
). - SimpleLogger(String) - Constructor for class org.slf4j.simple.SimpleLogger
-
Protected access allows only
SimpleLoggerFactory
and also derived classes to instantiate SimpleLogger instances. - SimpleLoggerConfiguration - Class in org.slf4j.simple
-
This class holds configuration values for
SimpleLogger
. - SimpleLoggerConfiguration() - Constructor for class org.slf4j.simple.SimpleLoggerConfiguration
- SimpleLoggerFactory - Class in org.slf4j.simple
-
An implementation of
ILoggerFactory
which always returnsSimpleLogger
instances. - SimpleLoggerFactory() - Constructor for class org.slf4j.simple.SimpleLoggerFactory
- simpleLogProps - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Properties loaded from simplelog.properties
- SimpleServiceProvider - Class in org.slf4j.simple
- SimpleServiceProvider() - Constructor for class org.slf4j.simple.SimpleServiceProvider
- singleton() - Static method in class org.slf4j.spi.NOPLoggingEventBuilder
-
Returns the singleton instance of this class.
- SLF4J_INTERNAL_REPORT_STREAM_KEY - Static variable in class org.slf4j.helpers.Reporter
-
This system property controls the target for internal reports output by SLF4J.
- SLF4J_INTERNAL_VERBOSITY_KEY - Static variable in class org.slf4j.helpers.Reporter
-
This system property controls the internal level of chattiness of SLF4J.
- SLF4JBridgeHandler - Class in org.slf4j.bridge
-
Bridge/route all JUL log records to the SLF4J API.
- SLF4JBridgeHandler() - Constructor for class org.slf4j.bridge.SLF4JBridgeHandler
-
Initialize this handler.
- SLF4JLocationAwareLog - Class in org.apache.commons.logging.impl
-
Implementation of
org.apache.commons.logging.Log
interface which delegates all processing to a wrappedorg.slf4j.Logger
instance. - SLF4JLocationAwareLog(LocationAwareLogger) - Constructor for class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- SLF4JLog - Class in org.apache.commons.logging.impl
-
Implementation of
org.apache.commons.logging.Log
interface which delegates all processing to a wrappedorg.slf4j.Logger
instance. - SLF4JLog(Logger) - Constructor for class org.apache.commons.logging.impl.SLF4JLog
- SLF4JLogFactory - Class in org.apache.commons.logging.impl
-
Concrete subclass of
LogFactory
which always delegates to theorg.slf4j.LoggerFactory
class. - SLF4JLogFactory() - Constructor for class org.apache.commons.logging.impl.SLF4JLogFactory
-
Public no-arguments constructor required by the lookup mechanism.
- slf4jLogger - Variable in class org.apache.log4j.Category
- SLF4JServiceProvider - Interface in org.slf4j.spi
-
This interface based on
ServiceLoader
paradigm. - spacePad(StringBuffer, int) - Static method in class org.slf4j.profiler.SpacePadder
-
Deprecated.
- spacePad(StringBuilder, int) - Static method in class org.slf4j.profiler.SpacePadder
-
Fast space padding method.
- SpacePadder - Class in org.slf4j.profiler
- SpacePadder() - Constructor for class org.slf4j.profiler.SpacePadder
- start(String) - Method in class org.slf4j.profiler.Profiler
-
Starts a child stop watch and stops any previously started time instruments.
- start(String) - Method in class org.slf4j.profiler.StopWatch
- start(String) - Method in interface org.slf4j.profiler.TimeInstrument
-
Start this time instrument.
- startNested(String) - Method in class org.slf4j.profiler.Profiler
- stop() - Method in class org.slf4j.profiler.Profiler
- stop() - Method in class org.slf4j.profiler.StopWatch
- stop() - Method in interface org.slf4j.profiler.TimeInstrument
-
Stop this time instrument.
- stop(long) - Method in class org.slf4j.profiler.StopWatch
- StopWatch - Class in org.slf4j.profiler
-
A very basic
TimeInstrument
which can be started and stopped once and only once. - StopWatch(String) - Constructor for class org.slf4j.profiler.StopWatch
- subst(String, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
- SubstituteLogger - Class in org.slf4j.helpers
-
A logger implementation which logs via a delegate logger.
- SubstituteLogger(String, Queue<SubstituteLoggingEvent>, boolean) - Constructor for class org.slf4j.helpers.SubstituteLogger
- SubstituteLoggerFactory - Class in org.slf4j.helpers
-
SubstituteLoggerFactory manages instances of
SubstituteLogger
. - SubstituteLoggerFactory() - Constructor for class org.slf4j.helpers.SubstituteLoggerFactory
- SubstituteLoggingEvent - Class in org.slf4j.event
- SubstituteLoggingEvent() - Constructor for class org.slf4j.event.SubstituteLoggingEvent
- SubstituteServiceProvider - Class in org.slf4j.helpers
- SubstituteServiceProvider() - Constructor for class org.slf4j.helpers.SubstituteServiceProvider
- SYSTEM_PREFIX - Static variable in class org.slf4j.simple.SimpleLogger
-
All system properties used by
SimpleLogger
start with this prefix - systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
All system properties used by
SimpleLog
start with this
T
- TCCL_KEY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (
use_tccl
) of the key in the config file used to specify whether logging classes should be loaded via the thread context class loader (TCCL), or not. - ThreadLocalMapOfStacks - Class in org.slf4j.helpers
-
A simple implementation of ThreadLocal backed Map containing values of type Deque
. - ThreadLocalMapOfStacks() - Constructor for class org.slf4j.helpers.ThreadLocalMapOfStacks
- throwing(XLogger.Level, T) - Method in class org.slf4j.ext.XLogger
-
Log an exception being thrown allowing the log level to be specified.
- throwing(T) - Method in class org.slf4j.ext.XLogger
-
Log an exception being thrown.
- TIME - Static variable in class org.slf4j.agent.AgentOptions
-
Indicate that the agent should print out "new java.util.Date()" at the time the option was processed and at shutdown time (using the shutdown hook).
- TimeInstrument - Interface in org.slf4j.profiler
- toInt() - Method in class org.apache.log4j.Priority
-
Returns the integer representation of this level.
- toInt() - Method in enum class org.slf4j.event.Level
- toLevel(int) - Static method in class org.apache.log4j.Level
-
Convert an integer passed as argument to a level.
- toLevel(int, Level) - Static method in class org.apache.log4j.Level
-
Convert an integer passed as argument to a level.
- toLevel(String) - Static method in class org.apache.log4j.Level
-
Convert the string passed as argument to a level.
- toLevel(String, Level) - Static method in class org.apache.log4j.Level
-
Convert the string passed as argument to a level.
- toPriority(int) - Static method in class org.apache.log4j.Priority
-
Deprecated.Please use the
Level.toLevel(int)
method instead. - toPriority(int, Priority) - Static method in class org.apache.log4j.Priority
-
Deprecated.Please use the
Level.toLevel(int, Level)
method instead. - toPriority(String) - Static method in class org.apache.log4j.Priority
-
Deprecated.Please use the
Level.toLevel(String)
method instead. - toPriority(String, Priority) - Static method in class org.apache.log4j.Priority
-
Deprecated.Please use the
Level.toLevel(String, Level)
method instead. - toString() - Method in class org.apache.log4j.Priority
-
Returns the string representation of this priority.
- toString() - Method in class org.slf4j.event.KeyValuePair
- toString() - Method in enum class org.slf4j.event.Level
-
Returns the string representation of this Level.
- toString() - Method in enum class org.slf4j.ext.XLogger.Level
- toString() - Method in class org.slf4j.helpers.BasicMarker
- toString() - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- toString() - Method in class org.slf4j.profiler.Profiler
- toString() - Method in class org.slf4j.profiler.StopWatch
- ToStringHelper - Class in org.slf4j.instrumentation
- ToStringHelper() - Constructor for class org.slf4j.instrumentation.ToStringHelper
- trace(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the TRACE level.
- trace(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with trace log level.
- trace(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the debug method of the wrapped
org.slf4j.Logger
instance. - trace(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the debug method of the wrapped
org.slf4j.Logger
instance. - trace(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with trace log level.
- trace(Object) - Method in class org.apache.log4j.Logger
-
Delegates to
Logger.trace(String)
method in SLF4J. - trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with trace log level.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the debug method of the wrapped
org.slf4j.Logger
instance. - trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the debug method of the wrapped
org.slf4j.Logger
instance. - trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with trace log level.
- trace(Object, Throwable) - Method in class org.apache.log4j.Logger
-
Delegates to
Logger.trace(String,Throwable)
method in SLF4J. - trace(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(String) - Method in interface org.slf4j.Logger
-
Log a message at the TRACE level.
- trace(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the TRACE level according to the specified format and argument.
- trace(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the TRACE level according to the specified format and arguments.
- trace(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the TRACE level according to the specified format and arguments.
- trace(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the TRACE level with an accompanying message.
- trace(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String) - Method in class org.slf4j.helpers.AbstractLogger
- trace(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the TRACE level.
- trace(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(Marker, String, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.trace(String, Object)
method except that the marker data is also taken into consideration. - trace(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.trace(String, Object...)
method except that the marker data is also taken into consideration. - trace(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.trace(String, Object, Object)
method except that the marker data is also taken into consideration. - trace(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- trace(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.trace(String, Throwable)
method except that the marker data is also taken into consideration. - TRACE - Enum constant in enum class org.slf4j.event.Level
- TRACE - Enum constant in enum class org.slf4j.ext.XLogger.Level
- TRACE - Static variable in class org.apache.log4j.Level
-
The
TRACE
Level designates finer-grained informational events than theDEBUG
level. - TRACE_INT - Static variable in class org.apache.log4j.Level
-
TRACE level integer value.
- TRACE_INT - Static variable in class org.slf4j.event.EventConstants
- TRACE_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.slf4j.instrumentation.LogTransformer
- trimmedCopy(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
Helper method to get all but the last element of an array
- trimmedCopy(Object[]) - Static method in class org.slf4j.helpers.NormalizedParameters
-
Helper method to get all but the last element of an array
- Typical usage pattern: - Search tag in interface org.slf4j.Logger
- Section
U
- uninstall() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Removes previously installed SLF4JBridgeHandler instances.
- Using the Logging Package APIs - Search tag in package org.apache.commons.logging
- Section
- Util - Class in org.slf4j.helpers
-
An internal utility class.
V
- value - Variable in class org.slf4j.event.KeyValuePair
- valueOf(String) - Static method in enum class org.slf4j.event.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.slf4j.ext.XLogger.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.slf4j.profiler.DurationUnit
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.slf4j.event.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.slf4j.ext.XLogger.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.slf4j.profiler.DurationUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose(boolean) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
-
Should LogTransformer be verbose in what it does? This currently list the names of the classes being processed.
- VERBOSE - Static variable in class org.slf4j.agent.AgentOptions
-
Indicate that the agent should log actions to System.err, like adding logging to methods, etc.
W
- warn(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the WARN level.
- warn(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- warn(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with warn log level.
- warn(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - warn(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - warn(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with warn log level.
- warn(Object) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.warn(String)
method in SLF4J. - warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with warn log level.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance. - warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with warn log level.
- warn(Object, Throwable) - Method in class org.apache.log4j.Category
-
Delegates to
Logger.warn(String,Throwable)
method in SLF4J. - warn(String) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal warning statements.
- warn(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(String) - Method in class org.slf4j.helpers.AbstractLogger
- warn(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String) - Static method in class org.slf4j.helpers.Reporter
-
Report an internal message of level "WARN".
- warn(String) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(String) - Method in interface org.slf4j.Logger
-
Log a message at the WARN level.
- warn(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- warn(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(String, Object) - Method in interface org.slf4j.Logger
-
Log a message at the WARN level according to the specified format and argument.
- warn(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- warn(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(String, Object...) - Method in interface org.slf4j.Logger
-
Log a message at the WARN level according to the specified format and arguments.
- warn(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- warn(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(String, Object, Object) - Method in interface org.slf4j.Logger
-
Log a message at the WARN level according to the specified format and arguments.
- warn(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal warnings.
- warn(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- warn(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(String, Throwable) - Method in interface org.slf4j.Logger
-
Log an exception (throwable) at the WARN level with an accompanying message.
- warn(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(Marker, String) - Method in class org.slf4j.helpers.AbstractLogger
- warn(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(Marker, String) - Method in interface org.slf4j.Logger
-
Log a message with the specific Marker at the WARN level.
- warn(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(Marker, String, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.warn(String, Object)
method except that the marker data is also taken into consideration. - warn(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.warn(String, Object...)
method except that the marker data is also taken into consideration. - warn(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.warn(String, Object, Object)
method except that the marker data is also taken into consideration. - warn(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
This method is similar to
Logger.warn(String, Throwable)
method except that the marker data is also taken into consideration. - WARN - Enum constant in enum class org.slf4j.event.Level
- WARN - Enum constant in enum class org.slf4j.ext.XLogger.Level
- WARN - Static variable in class org.apache.log4j.Level
-
The
WARN
level designates potentially harmful situations. - WARN - Static variable in class org.apache.log4j.Priority
-
Deprecated.Use
Level.WARN
instead. - WARN_INT - Static variable in class org.apache.log4j.Priority
- WARN_INT - Static variable in class org.slf4j.event.EventConstants
- WARN_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
- WARN_LEVEL_STRING_KEY - Static variable in class org.slf4j.simple.SimpleLogger
- write(StringBuffer) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Write the content of the message accumulated in the specified
StringBuffer
to the appropriate output destination. - WriterAppender - Class in org.apache.log4j
- WriterAppender() - Constructor for class org.apache.log4j.WriterAppender
- writeThrowable(Throwable, PrintStream) - Method in class org.slf4j.simple.SimpleLogger
X
- X_TRACE_INT - Static variable in class org.apache.log4j.Level
- XLogger - Class in org.slf4j.ext
-
A utility that provides standard mechanisms for logging certain kinds of activities.
- XLogger(Logger) - Constructor for class org.slf4j.ext.XLogger
-
Given an underlying logger, construct an XLogger
- XLogger.Level - Enum Class in org.slf4j.ext
- XLoggerFactory - Class in org.slf4j.ext
-
This class is essentially a wrapper around an
LoggerFactory
producingXLogger
instances. - XLoggerFactory() - Constructor for class org.slf4j.ext.XLoggerFactory
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LogLog.DEBUG_KEY
instead.