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.
Helper classes.
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 appropriateLogger
instance as specified by thename
parameter.static Logger
Return a logger named corresponding to the class passed as parameter, using the statically boundILoggerFactory
instance.static Logger
Return a logger named according to the name parameter using the statically boundILoggerFactory
instance. -
Uses of Logger in org.slf4j.event
Classes in org.slf4j.event that implement LoggerModifier and TypeClassDescriptionclass
This class is used to record events during the initialization phase of the underlying logging framework.Fields in org.slf4j.event declared as LoggerConstructors in org.slf4j.event with parameters of type Logger -
Uses of Logger in org.slf4j.helpers
Classes in org.slf4j.helpers that implement LoggerModifier and TypeClassDescriptionclass
An abstract implementation which delegates actual logging work to theAbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method.class
Provides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker)
,LegacyAbstractLogger.isDebugEnabled(Marker)
and other similar methods.class
Deprecated.(package private) class
Serves as base class for named logger implementation.class
A direct NOP (no operation) implementation ofLogger
.class
A logger implementation which logs via a delegate logger.Fields in org.slf4j.helpers declared as LoggerMethods in org.slf4j.helpers that return LoggerModifier and TypeMethodDescriptionSubstituteLogger.delegate()
Return the delegate logger instance if set.private Logger
SubstituteLogger.getEventRecordingLogger()
Methods in org.slf4j.helpers with parameters of type LoggerModifier and TypeMethodDescriptionvoid
SubstituteLogger.setDelegate
(Logger delegate) Typically called after theLoggerFactory
initialization phase is completed. -
Uses of Logger in org.slf4j.jdk.platform.logging
Fields in org.slf4j.jdk.platform.logging declared as LoggerConstructors in org.slf4j.jdk.platform.logging with parameters of type Logger -
Uses of Logger in org.slf4j.jul
Classes in org.slf4j.jul that implement LoggerModifier and TypeClassDescriptionfinal class
A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface.Fields in org.slf4j.jul with type parameters of type LoggerModifier and TypeFieldDescription(package private) ConcurrentMap<String,
Logger> JDK14LoggerFactory.loggerMap
Methods in org.slf4j.jul that return Logger -
Uses of Logger in org.slf4j.simple
Classes in org.slf4j.simple that implement LoggerModifier and TypeClassDescriptionclass
Simple implementation ofLogger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).Fields in org.slf4j.simple with type parameters of type LoggerModifier and TypeFieldDescription(package private) ConcurrentMap<String,
Logger> SimpleLoggerFactory.loggerMap
Methods in org.slf4j.simple that return Logger -
Uses of Logger in org.slf4j.spi
Subinterfaces of Logger in org.slf4j.spiModifier and TypeInterfaceDescriptioninterface
An 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