Uses of Interface
org.slf4j.Logger
Packages that use Logger
Package
Description
SLF4J based implementation of commons-logging wrapper APIs.
An rather minimal but sufficient implementation redirecting all
 calls to a log4j logger to a logback logger.
Core logging interfaces.
Bridge/route all JUL log records to the SLF4J API.
SLF4J API extensions
SLF4J internal representation of a logging event.
Localized logging using the CAL10N API.
Various SLF4J internal utility and helper classes.
Poor man's profiler API
slf4j reload4j
Contains slf4j simple package.
Contains classes and interfaces which are intended for logging backends.
- 
Uses of Logger in org.apache.commons.logging.implConstructors in org.apache.commons.logging.impl with parameters of type Logger
- 
Uses of Logger in org.apache.log4jFields in org.apache.log4j declared as Logger
- 
Uses of Logger in org.slf4jModifier and TypeMethodDescriptionReturn an appropriateLoggerinstance as specified by thenameparameter.static LoggerReturn a logger named corresponding to the class passed as parameter, using the statically boundILoggerFactoryinstance.static LoggerReturn a logger named according to the name parameter using the statically boundILoggerFactoryinstance.
- 
Uses of Logger in org.slf4j.bridgeMethods in org.slf4j.bridge that return LoggerModifier and TypeMethodDescriptionprotected LoggerSLF4JBridgeHandler.getSLF4JLogger(LogRecord record) Return the Logger instance that will be used for logging.Methods in org.slf4j.bridge with parameters of type LoggerModifier and TypeMethodDescriptionprotected voidSLF4JBridgeHandler.callPlainSLF4JLogger(Logger slf4jLogger, LogRecord record) 
- 
Uses of Logger in org.slf4j.cal10nClasses in org.slf4j.cal10n that implement LoggerConstructors in org.slf4j.cal10n with parameters of type Logger
- 
Uses of Logger in org.slf4j.eventClasses in org.slf4j.event that implement LoggerModifier and TypeClassDescriptionclassThis class is used to record events during the initialization phase of the underlying logging framework.Constructors in org.slf4j.event with parameters of type Logger
- 
Uses of Logger in org.slf4j.extClasses in org.slf4j.ext that implement LoggerModifier and TypeClassDescriptionclassA helper class wrapping anLoggerinstance preserving location information if the wrapped instance supports it.classA utility that provides standard mechanisms for logging certain kinds of activities.Fields in org.slf4j.ext declared as LoggerConstructors in org.slf4j.ext with parameters of type LoggerModifierConstructorDescriptionLoggerWrapper(Logger logger, String fqcn) Given an underlying logger, construct an XLogger
- 
Uses of Logger in org.slf4j.helpersClasses in org.slf4j.helpers that implement LoggerModifier and TypeClassDescriptionclassAn abstract implementation which delegates actual logging work to theAbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)method.classProvides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker),LegacyAbstractLogger.isDebugEnabled(Marker)and other similar methods.classDeprecated.classA direct NOP (no operation) implementation ofLogger.classA logger implementation which logs via a delegate logger.Methods in org.slf4j.helpers that return LoggerModifier and TypeMethodDescriptionSubstituteLogger.delegate()Return the delegate logger instance if set.Methods in org.slf4j.helpers with parameters of type LoggerModifier and TypeMethodDescriptionvoidSubstituteLogger.setDelegate(Logger delegate) Typically called after theLoggerFactoryinitialization phase is completed.
- 
Uses of Logger in org.slf4j.julClasses in org.slf4j.jul that implement LoggerModifier and TypeClassDescriptionfinal classA wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.Methods in org.slf4j.jul that return Logger
- 
Uses of Logger in org.slf4j.profilerMethods in org.slf4j.profiler that return LoggerMethods in org.slf4j.profiler with parameters of type Logger
- 
Uses of Logger in org.slf4j.reload4jClasses in org.slf4j.reload4j that implement LoggerModifier and TypeClassDescriptionfinal classA wrapper overorg.apache.log4j.Loggerconforming to theLoggerinterface.Methods in org.slf4j.reload4j that return Logger
- 
Uses of Logger in org.slf4j.simpleClasses in org.slf4j.simple that implement LoggerModifier and TypeClassDescriptionclassSimple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).Methods in org.slf4j.simple that return Logger
- 
Uses of Logger in org.slf4j.spiSubinterfaces of Logger in org.slf4j.spiModifier and TypeInterfaceDescriptioninterfaceAn optional interface helping integration with logging systems capable of extracting location information.Fields in org.slf4j.spi declared as LoggerConstructors in org.slf4j.spi with parameters of type Logger