Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abbr - Variable in class org.slf4j.migrator.internal.ProgressListenerImpl
- abbreviate(String) - Method in class org.slf4j.migrator.helper.Abbreviator
- Abbreviator - Class in org.slf4j.migrator.helper
- Abbreviator(int, int, char) - Constructor for class org.slf4j.migrator.helper.Abbreviator
- actionPerformed(ActionEvent) - Method in class org.slf4j.migrator.internal.MigratorFrame
- 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.
- addAllComponentsToContextPane() - Method in class org.slf4j.migrator.internal.MigratorFrame
- addAppender(Appender) - Method in class org.apache.log4j.Category
- addAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
- addException(ConversionException) - Method in class org.slf4j.migrator.ProjectConverter
- addFileCount - Variable in class org.slf4j.migrator.internal.ProgressListenerImpl
- 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
HierarchyEventListenerevent to the repository. - additionalLine - Variable in class org.slf4j.migrator.line.SingleConversionRule
- addReplacement(int, String) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
- ALL - Static variable in class org.apache.log4j.Level
-
The
ALLhas 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.
- API_COMPATIBILITY_LIST - Static variable in class org.slf4j.LoggerFactory
-
It is LoggerFactory's responsibility to track version changes and manage the compatibility list.
- 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
- argArray - Variable in class org.slf4j.event.SubstituteLoggingEvent
- argArray - Variable in class org.slf4j.helpers.FormattingTuple
- arrayFormat(String, Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
- arrayFormat(String, Object[], Throwable) - Static method in class org.slf4j.helpers.MessageFormatter
- assertLog(boolean, String) - Method in class org.apache.log4j.Category
- atLeastOneMatchOccured - Variable in class org.slf4j.migrator.line.LineConverter
- atLeastOneMatchOccured() - Method in class org.slf4j.migrator.line.LineConverter
- attributes - Variable in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Configuration attributes.
- awareCheckBox - Variable in class org.slf4j.migrator.internal.MigratorFrame
- awareLabel - Variable in class org.slf4j.migrator.internal.MigratorFrame
B
- BASIC_PADDING - Static variable in class org.slf4j.migrator.internal.MigratorFrame
- 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
Markerinterface. - BasicMarker(String) - Constructor for class org.slf4j.helpers.BasicMarker
- BasicMarkerFactory - Class in org.slf4j.helpers
-
An almost trivial implementation of the
IMarkerFactoryinterface which createsBasicMarkerinstances. - BasicMarkerFactory() - Constructor for class org.slf4j.helpers.BasicMarkerFactory
-
Regular users should not create
BasicMarkerFactoryinstances. - 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
- basicPadding - Variable in class org.slf4j.migrator.helper.SpringLayoutHelper
- bind() - Static method in class org.slf4j.LoggerFactory
- booleanArrayAppend(StringBuilder, boolean[]) - Static method in class org.slf4j.helpers.MessageFormatter
- BROWSE_COMMAND - Static variable in class org.slf4j.migrator.internal.MigratorFrame
- browseButton - Variable in class org.slf4j.migrator.internal.MigratorFrame
- BUFFER_LEN - Static variable in class org.slf4j.migrator.InplaceFileConverter
- buttonGroup - Variable in class org.slf4j.migrator.internal.MigratorFrame
- bwCompatibleGetMarkerFactoryFromBinder() - Static method in class org.slf4j.MarkerFactory
-
As of SLF4J version 1.7.14, StaticMarkerBinder classes shipping in various bindings come with a getSingleton() method.
- bwCompatibleGetMDCAdapterFromBinder() - Static method in class org.slf4j.MDC
-
As of SLF4J version 1.7.14, StaticMDCBinder classes shipping in various bindings come with a getSingleton() method.
- byteArrayAppend(StringBuilder, byte[]) - Static method in class org.slf4j.helpers.MessageFormatter
C
- CACHE_OUTPUT_STREAM_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- CACHE_OUTPUT_STREAM_STRING_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- CACHED_SYS_ERR - Enum constant in enum org.slf4j.impl.OutputChoice.OutputChoiceType
- CACHED_SYS_OUT - Enum constant in enum org.slf4j.impl.OutputChoice.OutputChoiceType
- cacheOutputStream - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- callLocationAwareLogger(LocationAwareLogger, LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
- callPlainSLF4JLogger(Logger, LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
- Category - Class in org.apache.log4j
-
This class is a minimal implementation of the original
org.apache.log4j.Categoryclass (as found in log4j 1.2) by delegation of all calls to aLoggerinstance. - Category(String) - Constructor for class org.apache.log4j.Category
- CATEGORY_FQCN - Static variable in class org.apache.log4j.Category
- cause - Variable in exception class org.apache.commons.logging.LogConfigurationException
-
The underlying cause of this exception.
- charArrayAppend(StringBuilder, char[]) - Static method in class org.slf4j.helpers.MessageFormatter
- Choosing a LogFactory Implementation - Search tag in package org.apache.commons.logging
- Section
- ClassContextSecurityManager() - Constructor for class org.slf4j.helpers.Util.ClassContextSecurityManager
- 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 interface org.slf4j.spi.MDCAdapter
-
Clear all entries in the MDC.
- 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
- CLOSE - Static variable in class org.slf4j.helpers.BasicMarker
- CODES_PREFIX - Static variable in class org.slf4j.LoggerFactory
- computeNextIndex(String, int) - Method in class org.slf4j.migrator.helper.Abbreviator
- computeOutputChoice(String, boolean) - Static method in class org.slf4j.impl.SimpleLoggerConfiguration
- computeShortName() - Method in class org.slf4j.impl.SimpleLogger
- CONFIG_DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
-
Deprecated.
- CONFIG_PARAMS - Static variable in class org.slf4j.impl.SimpleLogger
- CONFIGURATION_FILE - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- 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
- Constant - Class in org.slf4j.migrator
- Constant() - Constructor for class org.slf4j.migrator.Constant
- constrainAll() - Method in class org.slf4j.migrator.internal.MigratorFrame
- 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).
- ConversionException - Exception Class in org.slf4j.migrator
- ConversionException(String) - Constructor for exception class org.slf4j.migrator.ConversionException
- ConversionException(String, String) - Constructor for exception class org.slf4j.migrator.ConversionException
- ConversionRule - Interface in org.slf4j.migrator.line
- conversionRuleList - Variable in class org.slf4j.migrator.line.JCLRuleSet
- conversionRuleList - Variable in class org.slf4j.migrator.line.JULRuleSet
- conversionRuleList - Variable in class org.slf4j.migrator.line.Log4jRuleSet
- ConversionTask - Class in org.slf4j.migrator.internal
- ConversionTask(File, MigratorFrame, int) - Constructor for class org.slf4j.migrator.internal.ConversionTask
- conversionType - Variable in class org.slf4j.migrator.internal.ConversionTask
- convert(File) - Method in class org.slf4j.migrator.InplaceFileConverter
- convertIntoTempByteArray(byte[]) - Method in class org.slf4j.migrator.InplaceFileConverter
- convertProject(File) - Method in class org.slf4j.migrator.ProjectConverter
- convertToString(Object) - Method in class org.apache.log4j.Category
- createAwareCheckbox() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createAwareLabel() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createBrowseButton() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createButtonGroup() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createComponents() - Method in class org.slf4j.migrator.internal.MigratorFrame
- 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.
- createFileChooser() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createFolderLabel() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createFolderTextField() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createMigrateButton() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createMigrationLabel() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createProgressBar() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createRadioJCL() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createRadioJUL() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createRadioLog4j() - Method in class org.slf4j.migrator.internal.MigratorFrame
- createWarningLabel() - Method in class org.slf4j.migrator.internal.MigratorFrame
- currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The current log level
- currentLogLevel - Variable in class org.slf4j.impl.SimpleLogger
-
The current log level
D
- DATE_TIME_FORMAT_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- DATE_TIME_FORMAT_STR_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Used to format times
- dateFormatter - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The date and time format to use in the log message
- dateTimeFormatStr - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.debug(java.lang.Object)method of the underlyingLoginstance. - debug(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at level FINE.
- debug(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level DEBUG according to the format outlined above.
- debug(String) - Method in interface org.slf4j.Logger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.debug(java.lang.Object)method of the underlyingLoginstance. - debug(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINE according to the specified format and argument.
- debug(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level DEBUG according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.debug(java.lang.Object)method of the underlyingLoginstance. - debug(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINE according to the specified format and arguments.
- debug(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.debug(java.lang.Object)method of the underlyingLoginstance. - debug(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINE according to the specified format and arguments.
- debug(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.debug(java.lang.Object, java.lang.Throwable)method of the underlyingLoginstance. - debug(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at level FINE with an accompanying message.
- debug(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level DEBUG, including an exception.
- 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.event.EventRecodingLogger
- debug(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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 org.slf4j.event.Level
- DEBUG - Static variable in class org.apache.log4j.Level
-
The
DEBUGLevel 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.DEBUGinstead. - 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. - DEBUG_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
- debugEnabled - Static variable in class org.apache.log4j.helpers.LogLog
- deeplyAppendParameter(StringBuilder, Object, Map<Object[], Object>) - Static method in class org.slf4j.helpers.MessageFormatter
- 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_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- DEFAULT_LOG_LEVEL_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- defaultLogLevel - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- delegate() - Method in class org.slf4j.helpers.SubstituteLogger
-
Return the delegate logger instance if set.
- delegateEventAware - Variable in class org.slf4j.helpers.SubstituteLogger
- DELIM_START - Static variable in class org.slf4j.helpers.MessageFormatter
- DELIM_STOP - Static variable in class org.slf4j.helpers.MessageFormatter
- DELIM_STR - Static variable in class org.slf4j.helpers.MessageFormatter
- desiredLength - Variable in class org.slf4j.migrator.helper.Abbreviator
- detachMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
- detachMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Detach an existing marker.
- detail - Variable in exception class org.slf4j.migrator.ConversionException
- DETECT_LOGGER_NAME_MISMATCH - Static variable in class org.slf4j.LoggerFactory
- DETECT_LOGGER_NAME_MISMATCH_PROPERTY - Static variable in class org.slf4j.LoggerFactory
- 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. - differentiatedLog(Marker, String, int, Object, Throwable) - Method in class org.apache.log4j.Category
- directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- disableInput() - Method in class org.slf4j.migrator.internal.MigratorFrame
- doAppend(LoggingEvent) - Method in interface org.apache.log4j.Appender
-
Log in
Appenderspecific 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
- doSanityAnalysis() - Method in class org.slf4j.migrator.internal.MigratorFrame
- doubleArrayAppend(StringBuilder, double[]) - Static method in class org.slf4j.helpers.MessageFormatter
E
- emitNoAppenderWarning(Category) - Method in interface org.apache.log4j.spi.LoggerRepository
- emitReplayOrSubstituionWarning(SubstituteLoggingEvent, int) - Static method in class org.slf4j.LoggerFactory
- emitReplayWarning(int) - Static method in class org.slf4j.LoggerFactory
- emitSubstitutionWarning() - Static method in class org.slf4j.LoggerFactory
- EmptyRuleSet - Class in org.slf4j.migrator.line
- EmptyRuleSet() - Constructor for class org.slf4j.migrator.line.EmptyRuleSet
- equals(Object) - Method in class org.apache.log4j.Priority
-
Two priorities are equal if their level fields are equal.
- equals(Object) - Method in class org.slf4j.helpers.BasicMarker
- equals(Object) - Method in class org.slf4j.helpers.SubstituteLogger
- equals(Object) - Method in interface org.slf4j.Marker
-
Markers are considered equal if they have the same name.
- ERR_PREFIX - Static variable in class org.apache.log4j.helpers.LogLog
- 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.event.EventRecodingLogger
- error(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String) - Method in class org.slf4j.helpers.SubstituteLogger
- error(String) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.error(java.lang.Object)method of the underlyingLoginstance. - error(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at the SEVERE level.
- error(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which always logs messages of level ERROR according to the format outlined above.
- error(String) - Method in interface org.slf4j.Logger
-
Log a message at the ERROR level.
- error(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.error(java.lang.Object)method of the underlyingLoginstance. - error(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the SEVERE level according to the specified format and argument.
- error(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.error(java.lang.Object)method of the underlyingLoginstance. - error(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level SEVERE according to the specified format and arguments.
- error(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.error(java.lang.Object)method of the underlyingLoginstance. - error(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the SEVERE level according to the specified format and arguments.
- error(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
- 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.event.EventRecodingLogger
- error(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- error(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.error(java.lang.Object, java.lang.Throwable)method of the underlyingLoginstance. - error(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at the SEVERE level with an accompanying message.
- error(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level ERROR, including an exception.
- 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.event.EventRecodingLogger
- error(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- error(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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 org.slf4j.event.Level
- ERROR - Static variable in class org.apache.log4j.Level
-
The
ERRORlevel designates error events that might still allow the application to continue running. - ERROR - Static variable in class org.apache.log4j.Priority
-
Deprecated.Use
Level.ERRORinstead. - 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
- ESCAPE_CHAR - Static variable in class org.slf4j.helpers.MessageFormatter
- EventConstants - Class in org.slf4j.event
- EventConstants() - Constructor for class org.slf4j.event.EventConstants
- eventQueue - Variable in class org.slf4j.event.EventRecodingLogger
- eventQueue - Variable in class org.slf4j.helpers.SubstituteLogger
- eventQueue - Variable in class org.slf4j.helpers.SubstituteLoggerFactory
- eventRecodingLogger - Variable in class org.slf4j.helpers.SubstituteLogger
- EventRecodingLogger - Class in org.slf4j.event
-
This class is used to record events during the initialization phase of the underlying logging framework.
- EventRecodingLogger(SubstituteLogger, Queue<SubstituteLoggingEvent>) - Constructor for class org.slf4j.event.EventRecodingLogger
- eventToRecord(LoggingEvent, Level) - Method in class org.slf4j.impl.JDK14LoggerAdapter
- exception - Variable in class org.slf4j.migrator.ProjectConverter
- 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_COMMAND - Static variable in class org.slf4j.migrator.internal.MigratorFrame
F
- factories - Static variable in class org.apache.commons.logging.LogFactory
-
The previously constructed
LogFactoryinstances, keyed by theClassLoaderwith which it was created. - FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
-
The fully qualified class name of the fallback
LogFactoryimplementation 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.
- FAILED_INITIALIZATION - Static variable in class org.slf4j.LoggerFactory
- failedBinding(Throwable) - Static method in class org.slf4j.LoggerFactory
- 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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
FATALlevel 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.FATALinstead. - FATAL_INT - Static variable in class org.apache.log4j.Priority
- FATAL_MARKER - Static variable in class org.apache.log4j.Category
- FILE - Enum constant in enum org.slf4j.impl.OutputChoice.OutputChoiceType
- FILE_COPY - Static variable in exception class org.slf4j.migrator.ConversionException
- 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
- fileChooser - Variable in class org.slf4j.migrator.internal.MigratorFrame
- FileSelector - Class in org.slf4j.migrator
- FileSelector(ProgressListener) - Constructor for class org.slf4j.migrator.FileSelector
- fillCallerData(String, LogRecord) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Fill in caller data if possible.
- FILLER - Static variable in class org.slf4j.migrator.helper.Abbreviator
- Filter - Class in org.apache.log4j.spi
- Filter() - Constructor for class org.apache.log4j.spi.Filter
- findPossibleStaticLoggerBinderPathSet() - Static method in class org.slf4j.LoggerFactory
- fireAddAppenderEvent(Category, Appender) - Method in interface org.apache.log4j.spi.LoggerRepository
- fixSubstituteLoggers() - Static method in class org.slf4j.LoggerFactory
- floatArrayAppend(StringBuilder, float[]) - Static method in class org.slf4j.helpers.MessageFormatter
- flush() - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
No-op implementation.
- folder - Variable in class org.slf4j.migrator.internal.ConversionTask
- FOLDER_COLUMNS - Static variable in class org.slf4j.migrator.internal.MigratorFrame
- folderLabel - Variable in class org.slf4j.migrator.internal.MigratorFrame
- folderSeparator - Variable in class org.slf4j.migrator.helper.Abbreviator
- folderTextField - Variable in class org.slf4j.migrator.internal.MigratorFrame
- 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.
- formatAndLog(int, String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
For formatted messages, first substitute arguments and then log.
- formatAndLog(int, String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
For formatted messages, first substitute arguments and then log.
- 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
- FQCN - Static variable in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- FQCN - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
- frame - Variable in class org.slf4j.migrator.internal.ConversionTask
- frame - Variable in class org.slf4j.migrator.internal.ProgressListenerImpl
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
keyparameter. - 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
keyparameter. - get(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Get the context identified by the
keyparameter. - getAdditionalLine() - Method in interface org.slf4j.migrator.line.ConversionRule
-
Returns a non-null value if there should be an additional line following a match of this rule.
- getAdditionalLine() - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
- getAdditionalLine() - Method in class org.slf4j.migrator.line.SingleConversionRule
- 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 interface org.slf4j.event.LoggingEvent
- getArgumentArray() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getAttribute(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Return the configuration attribute with the specified name (if any), or
nullif 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
nullif 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.
- getBooleanProperty(String, boolean) - Static method in class org.apache.commons.logging.impl.SimpleLog
- getBooleanProperty(String, boolean) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
- 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).
- getClassContext() - Method in class org.slf4j.helpers.Util.ClassContextSecurityManager
- 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.impl.SimpleLog
-
Return the thread context class loader if available.
- getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- 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 interface org.slf4j.spi.MDCAdapter
-
Return a copy of the current thread's context map, with keys and values of type String.
- 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.
- getDetail() - Method in exception class org.slf4j.migrator.ConversionException
- 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
ErrorHandlerfor this appender. - getEventQueue() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- getEventRecordingLogger() - Method in class org.slf4j.helpers.SubstituteLogger
- getFactory() - Static method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a
LogFactoryinstance, 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.
- getFormattedDate() - Method in class org.slf4j.impl.SimpleLogger
- getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
-
Return the
ILoggerFactoryinstance in use. - getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
-
Return the
IMarkerFactoryinstance 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
Loginstance, 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
Loginstance, 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
- 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 interface org.slf4j.event.LoggingEvent
- getLevel() - Method in class org.slf4j.event.SubstituteLoggingEvent
- 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(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
ILoggerFactoryinstance. - getLogger(String) - Static method in class org.apache.log4j.Log4jLoggerFactory
- 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
Loggerinstance as specified by thenameparameter. - getLogger(String) - Method in class org.slf4j.impl.JCLLoggerFactory
- getLogger(String) - Method in class org.slf4j.impl.JDK14LoggerFactory
- getLogger(String) - Method in class org.slf4j.impl.SimpleLoggerFactory
-
Return an appropriate
SimpleLoggerinstance by name. - getLogger(String) - Static method in class org.slf4j.LoggerFactory
-
Return a logger named according to the name parameter using the statically bound
ILoggerFactoryinstance. - getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Log4jLoggerFactory
- 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.impl.StaticLoggerBinder
- getLoggerFactory() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
Return the instance of
ILoggerFactorythatLoggerFactoryclass should bind to. - getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
- getLoggerFactoryClassStr() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
The String form of the
ILoggerFactoryobject that thisLoggerFactoryBinderinstance is intended to return. - 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() - Method in interface org.slf4j.event.LoggingEvent
- getMarker() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
Manufacture a
BasicMarkerinstance by name. - getMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Manufacture a
Markerinstance by name. - getMarker(String) - Static method in class org.slf4j.MarkerFactory
-
Return a Marker instance as specified by the name parameter using the previously bound
IMarkerFactoryinstance. - getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
-
Currently this method always returns an instance of
BasicMarkerFactory. - getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
Return the instance of
IMarkerFactorythatMarkerFactoryclass should bind to. - getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
-
Currently, this method returns the class name of
BasicMarkerFactory. - getMarkerFactoryClassStr() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
The String form of the
IMarkerFactoryobject that thisMarkerFactoryBinderinstance is intended to return. - getMatcherImpl(int) - Static method in class org.slf4j.migrator.RuleSetFactory
-
Return matcher implementation depending on the conversion mode
- getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
-
Currently this method always returns an instance of
StaticMDCBinder. - getMDCAdapter() - Static method in class org.slf4j.MDC
-
Returns the MDCAdapter instance currently in use.
- getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
- getMessage() - Method in interface org.slf4j.event.LoggingEvent
- getMessage() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getMessage() - Method in class org.slf4j.helpers.FormattingTuple
- getMessageI18N(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Get the record's message, possibly via a resource bundle.
- 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.EventRecodingLogger
- getName() - Method in class org.slf4j.helpers.BasicMarker
- getName() - Method in class org.slf4j.helpers.NamedLoggerBase
- 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
Loggerinstance. - getName() - Method in interface org.slf4j.Marker
-
Get the name of this Marker.
- getOneLineReplacement(String) - Method in class org.slf4j.migrator.line.LineConverter
- getParent() - Method in class org.apache.log4j.Category
- getPattern() - Method in interface org.slf4j.migrator.line.ConversionRule
- getPattern() - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
- getPattern() - Method in class org.slf4j.migrator.line.SingleConversionRule
- getPriority() - Method in class org.apache.log4j.Category
-
Deprecated.Please use
Category.getLevel()instead. - getReplacement(int) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
- getReplacement(String) - Method in class org.slf4j.migrator.line.LineConverter
-
Check if the specified text is matching some conversions rules.
- getResourceAsStream(String) - Static method in class org.apache.commons.logging.impl.SimpleLog
- 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
- getRootLogger() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
- getSecurityManager() - Static method in class org.slf4j.helpers.Util
- getShortName(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
Return the singleton of this class.
- getSingleton() - Static method in class org.slf4j.impl.StaticMarkerBinder
-
Return the singleton of this class.
- getSingleton() - Static method in class org.slf4j.impl.StaticMDCBinder
-
Return the singleton of this class.
- getSLF4JLogger(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Return the Logger instance that will be used for logging.
- getStringProperty(String) - Static method in class org.apache.commons.logging.impl.SimpleLog
- getStringProperty(String) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
- getStringProperty(String, String) - Static method in class org.apache.commons.logging.impl.SimpleLog
- getStringProperty(String, String) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
- getSyslogEquivalent() - Method in class org.apache.log4j.Priority
-
Return the syslog equivalent of this priority as an integer.
- getTargetPrintStream() - Method in class org.slf4j.impl.OutputChoice
- 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 interface org.slf4j.event.LoggingEvent
- getThrowable() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
- getThrowableCandidate(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
- getTimeStamp() - Method in interface org.slf4j.event.LoggingEvent
- getTimeStamp() - Method in class org.slf4j.event.SubstituteLoggingEvent
H
- hasChildren() - Method in class org.slf4j.helpers.BasicMarker
- hasChildren() - Method in interface org.slf4j.Marker
-
Deprecated.Replaced by
Marker.hasReferences(). - 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
Hashtableused 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.
invalid reference
Hierarchy
I
- ILoggerFactory - Interface in org.slf4j
-
ILoggerFactoryinstances manufactureLoggerinstances by name. - IMarkerFactory - Interface in org.slf4j
-
Implementations of this interface are used to manufacture
Markerinstances. - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.event.EventRecodingLogger
- info(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String) - Method in class org.slf4j.helpers.SubstituteLogger
- info(String) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.debug(java.lang.Object)method of the underlyingLoginstance. - info(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at the INFO level.
- info(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level INFO according to the format outlined above.
- info(String) - Method in interface org.slf4j.Logger
-
Log a message at the INFO level.
- info(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.info(java.lang.Object)method of the underlyingLoginstance. - info(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level INFO according to the specified format and argument.
- info(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level INFO according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.info(java.lang.Object)method of the underlyingLoginstance. - info(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level INFO according to the specified format and arguments.
- info(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level INFO according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.info(java.lang.Object)method of the underlyingLoginstance. - info(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the INFO level according to the specified format and arguments.
- info(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level INFO according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.info(java.lang.Object, java.lang.Throwable)method of the underlyingLoginstance. - info(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at the INFO level with an accompanying message.
- info(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level INFO, including an exception.
- 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.event.EventRecodingLogger
- info(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- info(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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 org.slf4j.event.Level
- INFO - Static variable in class org.apache.log4j.Level
-
The
INFOlevel 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.INFOinstead. - 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
- INFO_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
- inherit(Stack) - Static method in class org.apache.log4j.NDC
- inheritableThreadLocal - Variable in class org.slf4j.helpers.BasicMDCAdapter
- INHERITED - Static variable in interface org.apache.log4j.spi.Configurator
-
Special level value signifying inherited behaviour.
- init() - Static method in class org.slf4j.impl.SimpleLogger
- init() - Method in class org.slf4j.impl.SimpleLoggerConfiguration
- initGUI() - Method in class org.slf4j.migrator.internal.MigratorFrame
- INITIALIZATION_STATE - Static variable in class org.slf4j.LoggerFactory
- INITIALIZED - Static variable in class org.slf4j.impl.SimpleLogger
- inplaceConversionCount - Variable in class org.slf4j.migrator.internal.ProgressListenerImpl
- InplaceFileConverter - Class in org.slf4j.migrator
- InplaceFileConverter(RuleSet, ProgressListener) - Constructor for class org.slf4j.migrator.InplaceFileConverter
- install() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Adds a SLF4JBridgeHandler instance to jul's root logger.
- instance - Static variable in class org.apache.log4j.helpers.NullEnumeration
- intArrayAppend(StringBuilder, int[]) - Static method in class org.slf4j.helpers.MessageFormatter
- INVALID_DIRECTORY - Static variable in exception class org.slf4j.migrator.ConversionException
- invariantPrefixLength - Variable in class org.slf4j.migrator.helper.Abbreviator
- isAmbiguousStaticLoggerBinderPathSet(Set<URL>) - Static method in class org.slf4j.LoggerFactory
- isAndroid() - Static method in class org.slf4j.LoggerFactory
- 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.Loggerinstance. - isDebugEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Loggerinstance. - 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.EventRecodingLogger
- 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.impl.JCLLoggerAdapter
-
Delegates to the
Log.isDebugEnabled()method of the underlyingLoginstance. - isDebugEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the FINE level?
- isDebugEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
debugmessages currently enabled? - isDebugEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.
- isDirectory(String) - Method in class org.slf4j.migrator.internal.MigratorFrame
- isDisabled(int) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Returns whether this repository is disabled for a given level.
- isDoubleEscaped(String, int) - Static method in class org.slf4j.helpers.MessageFormatter
- isEnabledFor(Priority) - Method in class org.apache.log4j.Category
-
Determines whether the priority passed as parameter is enabled in the underlying SLF4J logger.
- 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.Loggerinstance. - isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Loggerinstance. - 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.EventRecodingLogger
- 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.impl.JCLLoggerAdapter
-
Delegates to the
Log.isErrorEnabled()method of the underlyingLoginstance. - isErrorEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for level SEVERE?
- isErrorEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
errormessages currently enabled? - isErrorEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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. - isEscapedDelimeter(String, int) - Static method in class org.slf4j.helpers.MessageFormatter
- 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
isErrorEnabledmethod of the wrappedorg.slf4j.Loggerinstance. - isFatalEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the
isErrorEnabledmethod of the wrappedorg.slf4j.Loggerinstance. - isFatalEnabled() - Method in interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isGreaterOrEqual(Priority) - Method in class org.apache.log4j.Priority
-
Returns
trueif this level has a higher or equal level than the level passed as argument,falseotherwise. - 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.Loggerinstance. - isInfoEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Loggerinstance. - 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.EventRecodingLogger
- 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.impl.JCLLoggerAdapter
-
Delegates to the
Log.isInfoEnabled()method of the underlyingLoginstance. - isInfoEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the INFO level?
- isInfoEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
infomessages currently enabled? - isInfoEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.impl.SimpleLogger
-
Is the given log level currently enabled?
- isTooSoon() - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- 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
isTraceEnabledmethod of the wrappedorg.slf4j.Loggerinstance. - isTraceEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the
isDebugEnabledmethod of the wrappedorg.slf4j.Loggerinstance. - 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.EventRecodingLogger
- 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.impl.JCLLoggerAdapter
-
Delegates to the
Log.isTraceEnabled()method of the underlyingLoginstance. - isTraceEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the FINEST level?
- isTraceEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
tracemessages currently enabled? - isTraceEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.Loggerinstance. - isWarnEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped
org.slf4j.Loggerinstance. - 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.EventRecodingLogger
- 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.impl.JCLLoggerAdapter
-
Delegates to the
Log.isWarnEnabled()method of the underlyingLoginstance. - isWarnEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the WARNING level?
- isWarnEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
warnmessages currently enabled? - isWarnEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.
- iterator() - Method in class org.slf4j.migrator.line.EmptyRuleSet
- iterator() - Method in class org.slf4j.migrator.line.JCLRuleSet
- iterator() - Method in class org.slf4j.migrator.line.JULRuleSet
- iterator() - Method in class org.slf4j.migrator.line.Log4jRuleSet
- iterator() - Method in interface org.slf4j.migrator.line.RuleSet
J
- JAVA_VENDOR_PROPERTY - Static variable in class org.slf4j.LoggerFactory
- javaFileList - Variable in class org.slf4j.migrator.FileSelector
- JCL_DELEGATION_LOOP_URL - Static variable in class org.slf4j.impl.JCLLoggerFactory
- JCL_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
- JCLLoggerAdapter - Class in org.slf4j.impl
-
A wrapper over
org.apache.commons.logging.Login conformance with theLoggerinterface. - JCLLoggerAdapter(Log, String) - Constructor for class org.slf4j.impl.JCLLoggerAdapter
- JCLLoggerFactory - Class in org.slf4j.impl
-
JCLLoggerFactory is an implementation of
ILoggerFactoryreturning the appropriately namedJCLLoggerAdapterinstance. - JCLLoggerFactory() - Constructor for class org.slf4j.impl.JCLLoggerFactory
- JCLRuleSet - Class in org.slf4j.migrator.line
-
This class represents JCL to SLF4J conversion rules
- JCLRuleSet() - Constructor for class org.slf4j.migrator.line.JCLRuleSet
- JDK14LoggerAdapter - Class in org.slf4j.impl
-
A wrapper over
java.util.logging.Loggerin conformity with theLoggerinterface. - JDK14LoggerAdapter(Logger) - Constructor for class org.slf4j.impl.JDK14LoggerAdapter
- JDK14LoggerFactory - Class in org.slf4j.impl
-
JDK14LoggerFactory is an implementation of
ILoggerFactoryreturning the appropriately namedJDK14LoggerAdapterinstance. - JDK14LoggerFactory() - Constructor for class org.slf4j.impl.JDK14LoggerFactory
- JUL_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
- JULRuleSet - Class in org.slf4j.migrator.line
-
This class represents java.util.logging (JUL) to SLF4J conversion rules
- JULRuleSet() - Constructor for class org.slf4j.migrator.line.JULRuleSet
K
- key - Variable in class org.slf4j.MDC.MDCCloseable
L
- lastUpdate - Variable in class org.slf4j.migrator.internal.ProgressListenerImpl
- launch() - Method in class org.slf4j.migrator.internal.ConversionTask
- 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
- layoutManager - Variable in class org.slf4j.migrator.internal.MigratorFrame
- lazyInit() - Static method in class org.slf4j.impl.SimpleLogger
- level - Variable in class org.apache.log4j.Priority
- level - Variable in class org.slf4j.event.SubstituteLoggingEvent
- Level - Class in org.apache.log4j
-
Defines the minimum set of levels recognized by the system, that is
OFF,FATAL,ERROR,WARN,INFO,DEBUGandALL. - Level - Enum in org.slf4j.event
- Level(int, String) - Constructor for enum org.slf4j.event.Level
- Level(int, String, int) - Constructor for class org.apache.log4j.Level
-
Instantiate a Level object.
- LEVEL_IN_BRACKETS_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- LEVEL_IN_BRACKETS_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- levelInBrackets - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- levelInt - Variable in enum org.slf4j.event.Level
- levelStr - Variable in class org.apache.log4j.Priority
- levelStr - Variable in enum org.slf4j.event.Level
- lineConverter - Variable in class org.slf4j.migrator.InplaceFileConverter
- LineConverter - Class in org.slf4j.migrator.line
- LineConverter(RuleSet) - Constructor for class org.slf4j.migrator.line.LineConverter
- lineTerminator - Variable in class org.slf4j.migrator.InplaceFileConverter
- list - Variable in class org.slf4j.migrator.line.EmptyRuleSet
- loadProperties() - Method in class org.slf4j.impl.SimpleLoggerConfiguration
- locationAwareLogger - Variable in class org.apache.log4j.Category
- LocationAwareLogger - Interface in org.slf4j.spi
-
An optional interface helping integration with logging systems capable of extracting location information.
- log - Variable in class org.slf4j.impl.JCLLoggerAdapter
- log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Do the actual logging.
- log(int, String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
This is our internal implementation for logging regular (non-parameterized) log messages.
- log(String, Level, String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log the message at the specified level with the specified throwable if any.
- log(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
- 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.impl.JDK14LoggerAdapter
- log(LoggingEvent) - Method in class org.slf4j.impl.SimpleLogger
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
- 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_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- LOG_FILE_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_KEY_PREFIX - Static variable in class org.slf4j.impl.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.impl.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.impl.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.impl.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.impl.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.impl.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.impl.SimpleLogger
- LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.SLF4JLogFactory
-
The name of the system property identifying our
Logimplementation class. - LOG4J_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
- Log4jLoggerFactory - Class in org.apache.log4j
-
This class is a factory that creates and maintains org.apache.log4j.Loggers wrapping org.slf4j.Loggers.
- Log4jLoggerFactory() - Constructor for class org.apache.log4j.Log4jLoggerFactory
- log4jLoggers - Static variable in class org.apache.log4j.Log4jLoggerFactory
- Log4jRuleSet - Class in org.slf4j.migrator.line
- Log4jRuleSet() - Constructor for class org.slf4j.migrator.line.Log4jRuleSet
- LogConfigurationException - Exception Class in org.apache.commons.logging
-
An exception that is thrown only if a suitable
LogFactoryorLoginstance cannot be created by the corresponding factory methods. - LogConfigurationException() - Constructor for exception class org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with
nullas 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 - Static variable in class org.apache.commons.logging.LogFactory
- LogFactory - Class in org.apache.commons.logging
-
Factory for creating
Loginstances, 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.
- logFile - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- logger - Variable in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- logger - Variable in class org.apache.commons.logging.impl.SLF4JLog
- logger - Variable in class org.slf4j.event.EventRecodingLogger
- logger - Variable in class org.slf4j.event.SubstituteLoggingEvent
- logger - Variable in class org.slf4j.impl.JDK14LoggerAdapter
- Logger - Class in org.apache.log4j
-
This class is a minimal implementation of the original
org.apache.log4j.Loggerclass (as found in log4j 1.2) delegating all calls to aLoggerinstance. - 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
- LOGGER_FQCN - Static variable in class org.apache.log4j.Logger
- LOGGER_NAME_MISMATCH_URL - Static variable in class org.slf4j.LoggerFactory
- LoggerFactory - Class in org.slf4j
-
The
LoggerFactoryis a utility class producing Loggers for various logging APIs, most notably for log4j, logback and JDK 1.4 logging. - LoggerFactory - Interface in org.apache.log4j.spi
-
Implement this interface to create new instances of Logger or a sub-class of Logger.
- LoggerFactory() - Constructor for class org.slf4j.LoggerFactory
- LoggerFactoryBinder - Interface in org.slf4j.spi
-
An internal interface which helps the static
LoggerFactoryclass bind with the appropriateILoggerFactoryinstance. - loggerMap - Variable in class org.apache.commons.logging.impl.SLF4JLogFactory
-
The
Loginstances that have already been created, keyed by logger name. - loggerMap - Variable in class org.slf4j.impl.JCLLoggerFactory
- loggerMap - Variable in class org.slf4j.impl.JDK14LoggerFactory
- loggerMap - Variable in class org.slf4j.impl.SimpleLoggerFactory
- loggerName - Variable in class org.slf4j.event.SubstituteLoggingEvent
- LoggerRepository - Interface in org.apache.log4j.spi
-
A
LoggerRepositoryis used to create and retrieveLoggers. - loggers - Variable in class org.slf4j.helpers.SubstituteLoggerFactory
- LoggingEvent - Class in org.apache.log4j.spi
- LoggingEvent - Interface in org.slf4j.event
- LoggingEvent() - Constructor for class org.apache.log4j.spi.LoggingEvent
- 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.LogManagerclass (as found in log4j 1.2) delegating all calls to SLF4J. - LogManager() - Constructor for class org.apache.log4j.LogManager
- logMethodCache - Variable in class org.slf4j.helpers.SubstituteLogger
- 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.
- longArrayAppend(StringBuilder, long[]) - Static method in class org.slf4j.helpers.MessageFormatter
M
- main(String[]) - Static method in class org.slf4j.migrator.Main
- main(String[]) - Static method in class org.slf4j.migrator.ProjectConverter
- Main - Class in org.slf4j.migrator
-
Main entry point to the migrator.
- Main() - Constructor for class org.slf4j.migrator.Main
- makeNewLoggerInstance(String) - Method in interface org.apache.log4j.spi.LoggerFactory
- marker - Variable in class org.slf4j.event.SubstituteLoggingEvent
- Marker - Interface in org.slf4j
-
Markers are named objects used to enrich log statements.
- MARKER_FACTORY - Static variable in class org.slf4j.MarkerFactory
- MarkerFactory - Class in org.slf4j
-
MarkerFactory is a utility class producing
Markerinstances as appropriate for the logging system currently in use. - MarkerFactory() - Constructor for class org.slf4j.MarkerFactory
- MarkerFactoryBinder - Interface in org.slf4j.spi
-
An internal interface which helps the static
MarkerFactoryclass bind with the appropriateIMarkerFactoryinstance. - MarkerIgnoringBase - Class in org.slf4j.helpers
-
This class serves as base for adapters or native implementations of logging systems lacking Marker support.
- MarkerIgnoringBase() - Constructor for class org.slf4j.helpers.MarkerIgnoringBase
- markerMap - Variable in class org.slf4j.helpers.BasicMarkerFactory
- MAX_GROUPS - Static variable in class org.slf4j.migrator.line.MultiGroupConversionRule
- 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() - Constructor for class org.slf4j.MDC
- MDC.MDCCloseable - Class in org.slf4j
-
An adapter to remove the key when done.
- mdcAdapter - Static variable in class org.slf4j.MDC
- MDCAdapter - Interface in org.slf4j.spi
-
This interface abstracts the service offered by various MDC implementations.
- MDCCloseable(String) - Constructor for class org.slf4j.MDC.MDCCloseable
- message - Variable in class org.slf4j.event.SubstituteLoggingEvent
- message - Variable in class org.slf4j.helpers.FormattingTuple
- messageContainsOrgSlf4jImplStaticLoggerBinder(String) - Static method in class org.slf4j.LoggerFactory
- MessageFormatter - Class in org.slf4j.helpers
-
Formats messages according to very simple substitution rules.
- MessageFormatter() - Constructor for class org.slf4j.helpers.MessageFormatter
- MIGRATE_COMMAND - Static variable in class org.slf4j.migrator.internal.MigratorFrame
- migrateButton - Variable in class org.slf4j.migrator.internal.MigratorFrame
- migrationLabel - Variable in class org.slf4j.migrator.internal.MigratorFrame
- MigratorFrame - Class in org.slf4j.migrator.internal
- MigratorFrame() - Constructor for class org.slf4j.migrator.internal.MigratorFrame
- MultiGroupConversionRule - Class in org.slf4j.migrator.line
-
This class represents a conversion rule It uses a Pattern and defines for each capturing group of this Pattern a replacement text
- MultiGroupConversionRule(Pattern) - Constructor for class org.slf4j.migrator.line.MultiGroupConversionRule
- MULTIPLE_BINDINGS_URL - Static variable in class org.slf4j.LoggerFactory
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.apache.log4j.Category
- name - Variable in class org.slf4j.event.EventRecodingLogger
- name - Variable in class org.slf4j.helpers.BasicMarker
- name - Variable in class org.slf4j.helpers.NamedLoggerBase
- name - Variable in class org.slf4j.helpers.SubstituteLogger
- NamedLoggerBase - Class in org.slf4j.helpers
-
Serves as base class for named logger implementation.
- NamedLoggerBase() - Constructor for class org.slf4j.helpers.NamedLoggerBase
- NB_FILES_MAX - Static variable in class org.slf4j.migrator.Constant
- NDC - Class in org.apache.log4j
-
A log4j's NDC implemented in terms of SLF4J MDC primitives.
- NDC() - Constructor for class org.apache.log4j.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
- NO_STATIC_MDC_BINDER_URL - Static variable in class org.slf4j.MDC
- NO_STATICLOGGERBINDER_URL - Static variable in class org.slf4j.LoggerFactory
- nonMatchingClasses(Class<?>, Class<?>) - Static method in class org.slf4j.LoggerFactory
- 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_FALLBACK_FACTORY - Static variable in class org.slf4j.LoggerFactory
- NOP_FALLBACK_INITIALIZATION - Static variable in class org.slf4j.LoggerFactory
- NOP_LOGGER - Static variable in class org.slf4j.helpers.NOPLogger
-
The unique instance of NOPLogger.
- NOP_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
- NOPLogger - Class in org.slf4j.helpers
-
A direct NOP (no operation) implementation of
Logger. - NOPLogger() - Constructor for class org.slf4j.helpers.NOPLogger
-
There is no point in creating multiple instances of NOPLogger, except by derived classes, hence the protected access for the constructor.
- NOPLoggerFactory - Class in org.slf4j.helpers
-
NOPLoggerFactory is an trivial implementation of
ILoggerFactorywhich always returns the unique instance of NOPLogger. - NOPLoggerFactory() - Constructor for class org.slf4j.helpers.NOPLoggerFactory
- NOPMDCAdapter - Class in org.slf4j.helpers
-
This adapter is an empty implementation of the
MDCAdapterinterface. - NOPMDCAdapter() - Constructor for class org.slf4j.helpers.NOPMDCAdapter
- NOT_IMPLEMENTED - Static variable in exception class org.slf4j.migrator.ConversionException
- 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
- NULL_LF_URL - Static variable in class org.slf4j.LoggerFactory
- NULL_MDCA_URL - Static variable in class org.slf4j.MDC
- 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.
- NullEnumeration() - Constructor for class org.apache.log4j.helpers.NullEnumeration
O
- objectArrayAppend(StringBuilder, Object[], Map<Object[], Object>) - Static method in class org.slf4j.helpers.MessageFormatter
- 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
OFFhas the highest possible rank and is intended to turn off logging. - OFF_INT - Static variable in class org.apache.log4j.Priority
- onDirectory(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
- onDirectory(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- onDone() - Method in interface org.slf4j.migrator.internal.ProgressListener
- onDone() - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- onFileAddition(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
- onFileAddition(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- onFileScan(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
- onFileScan(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- onFileScanBegin() - Method in interface org.slf4j.migrator.internal.ProgressListener
- onFileScanBegin() - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- ONGOING_INITIALIZATION - Static variable in class org.slf4j.LoggerFactory
- onInplaceConversion(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
- onInplaceConversion(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- onMigrationBegin() - Method in interface org.slf4j.migrator.internal.ProgressListener
- onMigrationBegin() - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
- OPEN - Static variable in class org.slf4j.helpers.BasicMarker
- 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.bridge - package org.slf4j.bridge
-
Bridge/route all JUL log records to the SLF4J API.
- org.slf4j.event - package org.slf4j.event
- org.slf4j.helpers - package org.slf4j.helpers
-
Helper classes.
- org.slf4j.impl - package org.slf4j.impl
-
Implementations of core logging interfaces defined in the
org.slf4jpackage. - org.slf4j.migrator - package org.slf4j.migrator
- org.slf4j.migrator.helper - package org.slf4j.migrator.helper
- org.slf4j.migrator.internal - package org.slf4j.migrator.internal
- org.slf4j.migrator.line - package org.slf4j.migrator.line
- org.slf4j.spi - package org.slf4j.spi
-
Classes and interfaces which are internal to SLF4J.
- otherLabel - Variable in class org.slf4j.migrator.internal.MigratorFrame
- outputChoice - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- OutputChoice - Class in org.slf4j.impl
-
This class encapsulates the user's choice of output target.
- OutputChoice(PrintStream) - Constructor for class org.slf4j.impl.OutputChoice
- OutputChoice(OutputChoice.OutputChoiceType) - Constructor for class org.slf4j.impl.OutputChoice
- OutputChoice.OutputChoiceType - Enum in org.slf4j.impl
- outputChoiceType - Variable in class org.slf4j.impl.OutputChoice
- OutputChoiceType() - Constructor for enum org.slf4j.impl.OutputChoice.OutputChoiceType
- Overview - Search tag in package org.apache.commons.logging
- Section
P
- pattern - Variable in class org.slf4j.migrator.line.MultiGroupConversionRule
- pattern - Variable in class org.slf4j.migrator.line.SingleConversionRule
- 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
- performInitialization() - Static method in class org.slf4j.LoggerFactory
- pl - Variable in class org.slf4j.migrator.FileSelector
- pl - Variable in class org.slf4j.migrator.InplaceFileConverter
- placeBelow(Component, Component) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
- placeBelow(Component, Component, int, int) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
- placeToTheRight(Component, Component) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
- placeToTheRight(Component, Component, int, int) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
- pop() - Static method in class org.apache.log4j.NDC
- postBindCleanUp() - Static method in class org.slf4j.LoggerFactory
- postInitialization - Variable in class org.slf4j.helpers.SubstituteLoggerFactory
- postInitialization() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
- PREFIX - Static variable in class org.apache.log4j.helpers.LogLog
- PREFIX - Static variable in class org.apache.log4j.NDC
- print() - Method in exception class org.slf4j.migrator.ConversionException
- printException() - Method in class org.slf4j.migrator.ProjectConverter
- Priority - Class in org.apache.log4j
-
Refrain from using this class directly, use the
Levelclass 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. - priorityToLevelInt(Priority) - Method in class org.apache.log4j.Category
- progressBar - Variable in class org.slf4j.migrator.internal.MigratorFrame
- progressListener - Variable in class org.slf4j.migrator.ProjectConverter
- ProgressListener - Interface in org.slf4j.migrator.internal
- ProgressListenerImpl - Class in org.slf4j.migrator.internal
- ProgressListenerImpl(File, MigratorFrame) - Constructor for class org.slf4j.migrator.internal.ProgressListenerImpl
- ProjectConverter - Class in org.slf4j.migrator
- ProjectConverter(int, ProgressListener) - Constructor for class org.slf4j.migrator.ProjectConverter
-
Ask for concrete matcher implementation depending on the conversion mode Ask for user confirmation to convert the selected source directory if valid Ask for user confirmation in case of number of files to convert > 1000
- properties - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- PropertyConfigurator - Class in org.apache.log4j
-
An nop implementation of PropertyConfigurator.
- PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
- publish(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Publish a LogRecord.
- push(String) - Static method in class org.apache.log4j.NDC
- 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
valparameter) as identified with thekeyparameter 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
valparameter) as identified with thekeyparameter into the current thread's diagnostic context map. - put(String, String) - Method in interface org.slf4j.spi.MDCAdapter
-
Put a context value (the
valparameter) as identified with thekeyparameter into the current thread's context map. - putCloseable(String, String) - Static method in class org.slf4j.MDC
-
Put a diagnostic context value (the
valparameter) as identified with thekeyparameter into the current thread's diagnostic context map.
Q
- Quick Start Guide - Search tag in package org.apache.commons.logging
- Section
- quietMode - Static variable in class org.apache.log4j.helpers.LogLog
-
In quietMode not even errors generate any output.
R
- radioJCL - Variable in class org.slf4j.migrator.internal.MigratorFrame
- radioJUL - Variable in class org.slf4j.migrator.internal.MigratorFrame
- radioLog4j - Variable in class org.slf4j.migrator.internal.MigratorFrame
- readIntoByteArray(File) - Method in class org.slf4j.migrator.InplaceFileConverter
- readObject(ObjectInputStream) - Method in class org.apache.log4j.Level
-
Custom deserialization of Level.
- 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.apache.log4j.Level
-
Resolved deserialized level to one of the stock instances.
- readResolve() - Method in class org.slf4j.helpers.NamedLoggerBase
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- RECORD_ALL_EVENTS - Static variable in class org.slf4j.event.EventRecodingLogger
- recordEvent(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.event.EventRecodingLogger
- recordEvent_0Args(Level, Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
- recordEvent_1Args(Level, Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
- recordEvent2Args(Level, Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
- recordEventArgArray(Level, Marker, String, Object[]) - Method in class org.slf4j.event.EventRecodingLogger
- recursivelyComputeLevelString() - Method in class org.slf4j.impl.SimpleLogger
- referenceList - Variable in class org.slf4j.helpers.BasicMarker
- release() - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Release any internal references to previously created
Loginstances returned by this factory. - release() - Method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
Loginstances returned by this factory. - release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
LogFactoryinstances 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
LogFactoryinstances, after calling the instance methodrelease()on each of them. - 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 the context identified by the
keyparameter. - 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
keyparameter using the underlying system's MDC implementation. - remove(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Remove the the context identified by the
keyparameter. - 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
- renderLevel(int) - Method in class org.slf4j.impl.SimpleLogger
- replace(Matcher) - Method in interface org.slf4j.migrator.line.ConversionRule
-
Given replacement rules, replace each capturing group in matcher's pattern
- replace(Matcher) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
- replace(Matcher) - Method in class org.slf4j.migrator.line.SingleConversionRule
- replacementTable - Variable in class org.slf4j.migrator.line.MultiGroupConversionRule
- replacementText - Variable in class org.slf4j.migrator.line.SingleConversionRule
- REPLAY_URL - Static variable in class org.slf4j.LoggerFactory
- replayEvents() - Static method in class org.slf4j.LoggerFactory
- replaySingleEvent(SubstituteLoggingEvent) - Static method in class org.slf4j.LoggerFactory
- report(String) - Static method in class org.slf4j.helpers.Util
- report(String, Throwable) - Static method in class org.slf4j.helpers.Util
- reportActualBinding(Set<URL>) - Static method in class org.slf4j.LoggerFactory
- reportMultipleBindingAmbiguity(Set<URL>) - Static method in class org.slf4j.LoggerFactory
-
Prints a warning message on the console if multiple bindings were found on the class path.
- REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
Declare the version of the SLF4J API this implementation is compiled against.
- requiresLayout() - Method in interface org.apache.log4j.Appender
-
Configurators call this method to determine if the appender requires a layout.
- reset() - Method in class org.slf4j.impl.SimpleLoggerFactory
-
Clear the internal logger cache.
- reset() - Static method in class org.slf4j.LoggerFactory
-
Force LoggerFactory to consider itself uninitialized.
- 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
- 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.
- ruleSet - Variable in class org.slf4j.migrator.line.LineConverter
- ruleSet - Variable in class org.slf4j.migrator.ProjectConverter
- RuleSet - Interface in org.slf4j.migrator.line
- RuleSetFactory - Class in org.slf4j.migrator
-
This class runs Pattern matching with java.util.regex using Patterns defined in concrete implementations
- RuleSetFactory() - Constructor for class org.slf4j.migrator.RuleSetFactory
- run() - Method in class org.slf4j.migrator.internal.ConversionTask
S
- safeCreateSecurityManager() - Static method in class org.slf4j.helpers.Util
- safeGetBooleanSystemProperty(String) - Static method in class org.slf4j.helpers.Util
- safeGetSystemProperty(String) - Static method in class org.slf4j.helpers.Util
- safeObjectAppend(StringBuilder, Object) - Static method in class org.slf4j.helpers.MessageFormatter
- scanFile(File) - Method in class org.slf4j.migrator.ProjectConverter
-
Convert the specified file Read each line and ask matcher implementation for conversion Rewrite the line returned by matcher
- scanFileCount - Variable in class org.slf4j.migrator.internal.ProgressListenerImpl
- scanFileList(List<File>) - Method in class org.slf4j.migrator.ProjectConverter
-
Convert a list of files
- SECURITY_MANAGER - Static variable in class org.slf4j.helpers.Util
- SECURITY_MANAGER_CREATION_ALREADY_ATTEMPTED - Static variable in class org.slf4j.helpers.Util
- selectFiles(File) - Method in class org.slf4j.migrator.FileSelector
- selectJavaFilesInFolder(File) - Method in class org.slf4j.migrator.FileSelector
- SELF - Static variable in class org.slf4j.impl.JDK14LoggerAdapter
- SEP - Static variable in class org.slf4j.helpers.BasicMarker
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.NoOpLog
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.SimpleLog
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.SLF4JLog
- serialVersionUID - Static variable in exception class org.apache.commons.logging.LogConfigurationException
- serialVersionUID - Static variable in class org.apache.log4j.Level
-
Serialization version id.
- serialVersionUID - Static variable in class org.slf4j.helpers.BasicMarker
- serialVersionUID - Static variable in class org.slf4j.helpers.MarkerIgnoringBase
- serialVersionUID - Static variable in class org.slf4j.helpers.NamedLoggerBase
- serialVersionUID - Static variable in class org.slf4j.helpers.NOPLogger
- serialVersionUID - Static variable in class org.slf4j.impl.JCLLoggerAdapter
- serialVersionUID - Static variable in class org.slf4j.impl.JDK14LoggerAdapter
- serialVersionUID - Static variable in class org.slf4j.impl.SimpleLogger
- serialVersionUID - Static variable in exception class org.slf4j.migrator.ConversionException
- serialVersionUID - Static variable in class org.slf4j.migrator.internal.MigratorFrame
- 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.
- 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 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
LoggerFactoryinitialization phase is completed. - setDetail(String) - Method in exception class org.slf4j.migrator.ConversionException
- setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.Appender
-
Set the
ErrorHandlerfor 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
Layoutfor 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
- setLoggerName(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setMarker(Marker) - 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.SubstituteLoggingEvent
- 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.SubstituteLoggingEvent
- setTimeStamp(long) - Method in class org.slf4j.event.SubstituteLoggingEvent
- shortArrayAppend(StringBuilder, short[]) - Static method in class org.slf4j.helpers.MessageFormatter
- shortLogName - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The short name of this simple log instance
- shortLogName - Variable in class org.slf4j.impl.SimpleLogger
-
The short name of this simple log instance
- SHOW_DATE_TIME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- SHOW_DATE_TIME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_LOG_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- SHOW_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_SHORT_LOG_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- SHOW_SHORT_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_THREAD_ID_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
See https://jira.qos.ch/browse/SLF4J-499
- SHOW_THREAD_ID_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_THREAD_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- SHOW_THREAD_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the current time in the log message
- showDateTime - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- showDialogBox(List<String>) - Method in class org.slf4j.migrator.internal.MigratorFrame
- showFileChooser() - Method in class org.slf4j.migrator.internal.MigratorFrame
- showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the instance name in the log message?
- showLogName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- showShortLogName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- showShortName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the short name ( last component ) of the logger in the log message.
- showThreadId - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- showThreadName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- 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.impl
-
Simple implementation of
Loggerthat sends all enabled log messages, for all defined loggers, to the console (System.err). - SimpleLogger(String) - Constructor for class org.slf4j.impl.SimpleLogger
-
Package access allows only
SimpleLoggerFactoryto instantiate SimpleLogger instances. - SimpleLoggerConfiguration - Class in org.slf4j.impl
-
This class holds configuration values for
SimpleLogger. - SimpleLoggerConfiguration() - Constructor for class org.slf4j.impl.SimpleLoggerConfiguration
- SimpleLoggerFactory - Class in org.slf4j.impl
-
An implementation of
ILoggerFactorywhich always returnsSimpleLoggerinstances. - SimpleLoggerFactory() - Constructor for class org.slf4j.impl.SimpleLoggerFactory
- simpleLogProps - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Properties loaded from simplelog.properties
- SingleConversionRule - Class in org.slf4j.migrator.line
-
This class represents a conversion rule It uses a Pattern and defines for each capturing group of this Pattern a replacement text
- SingleConversionRule(Pattern, String) - Constructor for class org.slf4j.migrator.line.SingleConversionRule
- SingleConversionRule(Pattern, String, String) - Constructor for class org.slf4j.migrator.line.SingleConversionRule
- SINGLETON - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
The unique instance of this class.
- SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
-
The unique instance of this class.
- SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
-
The unique instance of this class.
- sl - Variable in class org.slf4j.migrator.helper.SpringLayoutHelper
- 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.
- slf4jLevelIntToJULLevel(int) - Method in class org.slf4j.impl.JDK14LoggerAdapter
- SLF4JLocationAwareLog - Class in org.apache.commons.logging.impl
-
Implementation of
org.apache.commons.logging.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance. - 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.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance. - SLF4JLog(Logger) - Constructor for class org.apache.commons.logging.impl.SLF4JLog
- SLF4JLogFactory - Class in org.apache.commons.logging.impl
-
Concrete subclass of
LogFactorywhich always delegates to theorg.slf4j.LoggerFactoryclass. - 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
- slh - Variable in class org.slf4j.migrator.internal.MigratorFrame
- SpringLayoutHelper - Class in org.slf4j.migrator.helper
- SpringLayoutHelper(SpringLayout, int) - Constructor for class org.slf4j.migrator.helper.SpringLayoutHelper
- START_TIME - Static variable in class org.slf4j.impl.SimpleLogger
- STATIC_LOGGER_BINDER_PATH - Static variable in class org.slf4j.LoggerFactory
- StaticLoggerBinder - Class in org.slf4j.impl
-
The binding of
LoggerFactoryclass with an actual instance ofILoggerFactoryis performed using information returned by this class. - StaticLoggerBinder() - Constructor for class org.slf4j.impl.StaticLoggerBinder
- StaticMarkerBinder - Class in org.slf4j.impl
-
The binding of
MarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class. - StaticMarkerBinder() - Constructor for class org.slf4j.impl.StaticMarkerBinder
- StaticMDCBinder - Class in org.slf4j.impl
-
This class is only a stub.
- StaticMDCBinder() - Constructor for class org.slf4j.impl.StaticMDCBinder
- stringToLevel(String) - Static method in class org.slf4j.impl.SimpleLoggerConfiguration
- subst(String, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
- SUBST_FACTORY - Static variable in class org.slf4j.LoggerFactory
- SUBSTITUTE_LOGGER_URL - Static variable in class org.slf4j.LoggerFactory
- 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
- SUCCESSFUL_INITIALIZATION - Static variable in class org.slf4j.LoggerFactory
- SUPER - Static variable in class org.slf4j.impl.JDK14LoggerAdapter
- SYS_ERR - Enum constant in enum org.slf4j.impl.OutputChoice.OutputChoiceType
- SYS_OUT - Enum constant in enum org.slf4j.impl.OutputChoice.OutputChoiceType
- syslogEquivalent - Variable in class org.apache.log4j.Priority
- SYSTEM_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
-
All system properties used by
SimpleLoggerstart with this prefix - systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
All system properties used by
SimpleLogstart with this
T
- TARGET_FILE_LENGTH - Static variable in class org.slf4j.migrator.internal.ProgressListenerImpl
- targetPrintStream - Variable in class org.slf4j.impl.OutputChoice
- 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. - threadName - Variable in class org.slf4j.event.SubstituteLoggingEvent
- throwable - Variable in class org.slf4j.event.SubstituteLoggingEvent
- throwable - Variable in class org.slf4j.helpers.FormattingTuple
- TID_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
- timeStamp - Variable in class org.slf4j.event.SubstituteLoggingEvent
- toInt() - Method in class org.apache.log4j.Priority
-
Returns the integer representation of this level.
- toInt() - Method in enum 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 enum org.slf4j.event.Level
-
Returns the string representation of this Level.
- toString() - Method in class org.slf4j.helpers.BasicMarker
- toString() - Method in class org.slf4j.helpers.MarkerIgnoringBase
- trace(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object) - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.trace(java.lang.Object)method of the underlyingLoginstance. - trace(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at level FINEST.
- trace(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level TRACE according to the format outlined above.
- trace(String) - Method in interface org.slf4j.Logger
-
Log a message at the TRACE level.
- trace(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.trace(java.lang.Object)method of the underlyingLoginstance. - trace(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINEST according to the specified format and argument.
- trace(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level TRACE according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.trace(java.lang.Object)method of the underlyingLoginstance. - trace(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINEST according to the specified format and arguments.
- trace(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.trace(java.lang.Object)method of the underlyingLoginstance. - trace(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINEST according to the specified format and arguments.
- trace(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.trace(java.lang.Object, java.lang.Throwable)method of the underlyingLoginstance. - trace(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at level FINEST with an accompanying message.
- trace(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level TRACE, including an exception.
- 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.event.EventRecodingLogger
- trace(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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 org.slf4j.event.Level
- TRACE - Static variable in class org.apache.log4j.Level
-
The
TRACELevel designates finer-grained informational events than theDEBUGinvalid input: '<'/code 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
- TRACE_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
- trimmedCopy(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
Helper method to get all but the last element of an array
- Typical usage pattern: - Search tag in interface org.slf4j.Logger
- Section
U
- UNINITIALIZED - Static variable in class org.slf4j.LoggerFactory
- uninstall() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Removes previously installed SLF4JBridgeHandler instances.
- UNKNOWN_LOGGER_NAME - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
- UNSUCCESSFUL_INIT_MSG - Static variable in class org.slf4j.LoggerFactory
- UNSUCCESSFUL_INIT_URL - Static variable in class org.slf4j.LoggerFactory
- UNSUPPORTED_OPERATION_IN_JCL_OVER_SLF4J - Static variable in class org.apache.commons.logging.LogFactory
- UPDATE_THRESHOLD - Static variable in class org.slf4j.migrator.internal.ProgressListenerImpl
- Using the Logging Package APIs - Search tag in package org.apache.commons.logging
- Section
- Util - Class in org.slf4j.helpers
-
An internal utility class.
- Util() - Constructor for class org.slf4j.helpers.Util
- Util.ClassContextSecurityManager - Class in org.slf4j.helpers
-
In order to call
SecurityManager.getClassContext(), which is a protected method, we add this wrapper which allows the method to be visible inside this package.
V
- valueOf(String) - Static method in enum org.slf4j.event.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.slf4j.impl.OutputChoice.OutputChoiceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.slf4j.event.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.slf4j.impl.OutputChoice.OutputChoiceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION_MISMATCH - Static variable in class org.slf4j.LoggerFactory
- versionSanityCheck() - Static method in class org.slf4j.LoggerFactory
W
- 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.Loggerinstance. - 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.event.EventRecodingLogger
- warn(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String) - Method in class org.slf4j.helpers.SubstituteLogger
- warn(String) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.warn(java.lang.Object)method of the underlyingLoginstance. - warn(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at the WARNING level.
- warn(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which always logs messages of level WARN according to the format outlined above.
- warn(String) - Method in interface org.slf4j.Logger
-
Log a message at the WARN level.
- warn(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.warn(java.lang.Object)method of the underlyingLoginstance. - warn(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the WARNING level according to the specified format and argument.
- warn(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level WARN according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.warn(java.lang.Object)method of the underlyingLoginstance. - warn(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level WARNING according to the specified format and arguments.
- warn(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.warn(java.lang.Object)method of the underlyingLoginstance. - warn(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the WARNING level according to the specified format and arguments.
- warn(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
- 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.event.EventRecodingLogger
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
Delegates to the
Log.warn(java.lang.Object, java.lang.Throwable)method of the underlyingLoginstance. - warn(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at the WARNING level with an accompanying message.
- warn(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level WARN, including an exception.
- 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.event.EventRecodingLogger
- warn(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.event.EventRecodingLogger
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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 org.slf4j.event.Level
- WARN - Static variable in class org.apache.log4j.Level
-
The
WARNlevel designates potentially harmful situations. - WARN - Static variable in class org.apache.log4j.Priority
-
Deprecated.Use
Level.WARNinstead. - 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.impl.SimpleLogger
- WARN_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
- WARN_LEVELS_STRING_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
- WARN_PREFIX - Static variable in class org.apache.log4j.helpers.LogLog
- warningLabel - Variable in class org.slf4j.migrator.internal.MigratorFrame
- warnLevelString - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
- write(StringBuffer) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Write the content of the message accumulated in the specified
StringBufferto the appropriate output destination. - write(StringBuilder, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
To avoid intermingling of log messages and associated stack traces, the two operations are done in a synchronized block.
- writeConvertedBytesIntoFile(File, byte[]) - Method in class org.slf4j.migrator.InplaceFileConverter
- writeObject(ObjectOutputStream) - Method in class org.apache.log4j.Level
-
Serialize level.
- WriterAppender - Class in org.apache.log4j
- WriterAppender() - Constructor for class org.apache.log4j.WriterAppender
- writeReplacement(OutputStream, String[]) - Method in class org.slf4j.migrator.InplaceFileConverter
- writeThrowable(Throwable, PrintStream) - Method in class org.slf4j.impl.SimpleLogger
X
- X_SIZE - Static variable in class org.slf4j.migrator.internal.MigratorFrame
- X_TRACE_INT - Static variable in class org.apache.log4j.Level
Y
- Y_SIZE - Static variable in class org.slf4j.migrator.internal.MigratorFrame
_
- _delegate - Variable in class org.slf4j.helpers.SubstituteLogger
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LogLog.DEBUG_KEYinstead.