All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BasicMarker A simple implementation of theMarkerinterface.BasicMarkerFactory An almost trivial implementation of theIMarkerFactoryinterface which createsBasicMarkerinstances.BasicMDCAdapter Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.EventConstants EventRecodingLogger This class is used to record events during the initialization phase of the underlying logging framework.FormattingTuple Holds the results of formatting done byMessageFormatter.ILoggerFactory ILoggerFactoryinstances manufactureLoggerinstances by name.IMarkerFactory Implementations of this interface are used to manufactureMarkerinstances.JCLLoggerAdapter A wrapper overorg.apache.commons.logging.Login conformance with theLoggerinterface.JCLLoggerFactory JCLLoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJCLLoggerAdapterinstance.JDK14LoggerAdapter A wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.JDK14LoggerFactory JDK14LoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJDK14LoggerAdapterinstance.Level LocationAwareLogger An optional interface helping integration with logging systems capable of extracting location information.Log A simple logging interface abstracting logging APIs.LogConfigurationException An exception that is thrown only if a suitableLogFactoryorLoginstance cannot be created by the corresponding factory methods.LogFactory Factory for creatingLoginstances, which always delegates to an instance ofSLF4JLogFactory.Logger The org.slf4j.Logger interface is the main user entry point of SLF4J API.LoggerFactory TheLoggerFactoryis a utility class producing Loggers for various logging APIs, most notably for log4j, logback and JDK 1.4 logging.LoggerFactoryBinder An internal interface which helps the staticLoggerFactoryclass bind with the appropriateILoggerFactoryinstance.LoggingEvent Marker Markers are named objects used to enrich log statements.MarkerFactory MarkerFactory is a utility class producingMarkerinstances as appropriate for the logging system currently in use.MarkerFactoryBinder An internal interface which helps the staticMarkerFactoryclass bind with the appropriateIMarkerFactoryinstance.MarkerIgnoringBase This class serves as base for adapters or native implementations of logging systems lacking Marker support.MDC This class hides and serves as a substitute for the underlying logging system's MDC implementation.MDC.MDCCloseable An adapter to remove the key when done.MDCAdapter This interface abstracts the service offered by various MDC implementations.MessageFormatter Formats messages according to very simple substitution rules.NamedLoggerBase Serves as base class for named logger implementation.NoOpLog Trivial implementation of Log that throws away all messages.NOPLogger A direct NOP (no operation) implementation ofLogger.NOPLoggerFactory NOPLoggerFactory is an trivial implementation ofILoggerFactorywhich always returns the unique instance of NOPLogger.NOPMDCAdapter This adapter is an empty implementation of theMDCAdapterinterface.OutputChoice This class encapsulates the user's choice of output target.OutputChoice.OutputChoiceType SimpleLog Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.SimpleLogger Simple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).SimpleLoggerConfiguration This class holds configuration values forSimpleLogger.SimpleLoggerFactory An implementation ofILoggerFactorywhich always returnsSimpleLoggerinstances.SLF4JBridgeHandler Bridge/route all JUL log records to the SLF4J API.SLF4JLocationAwareLog Implementation oforg.apache.commons.logging.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance.SLF4JLog Implementation oforg.apache.commons.logging.Loginterface which delegates all processing to a wrappedorg.slf4j.Loggerinstance.SLF4JLogFactory Concrete subclass ofLogFactorywhich always delegates to theorg.slf4j.LoggerFactoryclass.StaticLoggerBinder The binding ofLoggerFactoryclass with an actual instance ofILoggerFactoryis performed using information returned by this class.StaticMarkerBinder The binding ofMarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class.StaticMDCBinder This implementation is bound toNOPMDCAdapter.SubstituteLogger A logger implementation which logs via a delegate logger.SubstituteLoggerFactory SubstituteLoggerFactory manages instances ofSubstituteLogger.SubstituteLoggingEvent Util An internal utility class.Util.ClassContextSecurityManager In order to callSecurityManager.getClassContext(), which is a protected method, we add this wrapper which allows the method to be visible inside this package.