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.
Helper classes.
Implementations of core logging interfaces defined in the
org.slf4j package.Classes and interfaces which are internal to SLF4J.
-
Uses of Logger in org.apache.commons.logging.impl
Fields in org.apache.commons.logging.impl declared as LoggerConstructors in org.apache.commons.logging.impl with parameters of type Logger -
Uses of Logger in org.apache.log4j
Fields in org.apache.log4j declared as Logger -
Uses of Logger in org.slf4j
Modifier 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.bridge
Methods 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.event
Classes in org.slf4j.event that implement LoggerModifier and TypeClassDescriptionclassThis class is used to record events during the initialization phase of the underlying logging framework. -
Uses of Logger in org.slf4j.helpers
Classes in org.slf4j.helpers that implement LoggerModifier and TypeClassDescriptionclassThis class serves as base for adapters or native implementations of logging systems lacking Marker support.(package private) classServes as base class for named logger implementation.classA direct NOP (no operation) implementation ofLogger.classA logger implementation which logs via a delegate logger.Fields in org.slf4j.helpers declared as LoggerMethods in org.slf4j.helpers that return LoggerModifier and TypeMethodDescription(package private) LoggerSubstituteLogger.delegate()Return the delegate logger instance if set.private LoggerSubstituteLogger.getEventRecordingLogger()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.impl
Classes in org.slf4j.impl that implement LoggerModifier and TypeClassDescriptionfinal classA wrapper overorg.apache.commons.logging.Login conformance with theLoggerinterface.final classA wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.classSimple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).Fields in org.slf4j.impl with type parameters of type LoggerModifier and TypeFieldDescription(package private) final ConcurrentMap<String,Logger> JCLLoggerFactory.loggerMap(package private) ConcurrentMap<String,Logger> JDK14LoggerFactory.loggerMap(package private) ConcurrentMap<String,Logger> SimpleLoggerFactory.loggerMapMethods in org.slf4j.impl that return Logger -
Uses of Logger in org.slf4j.spi
Subinterfaces of Logger in org.slf4j.spiModifier and TypeInterfaceDescriptioninterfaceAn optional interface helping integration with logging systems capable of extracting location information.