Uses of Interface
org.slf4j.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
Localized logging using the CAL10N API.
Helper classes.
Poor man's profiler API
Classes and interfaces which are internal to SLF4J.
-
Uses of Logger in org.apache.commons.logging.impl
-
Uses of Logger in org.apache.log4j
-
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.bridge
Modifier and TypeMethodDescriptionprotected Logger
SLF4JBridgeHandler.getSLF4JLogger
(LogRecord record) Return the Logger instance that will be used for logging.Modifier and TypeMethodDescriptionprotected void
SLF4JBridgeHandler.callPlainSLF4JLogger
(Logger slf4jLogger, LogRecord record) -
Uses of Logger in org.slf4j.cal10n
-
Uses of Logger in org.slf4j.event
Modifier and TypeClassDescriptionclass
This class is used to record events during the initialization phase of the underlying logging framework. -
Uses of Logger in org.slf4j.ext
Modifier and TypeClassDescriptionclass
A helper class wrapping anLogger
instance preserving location information if the wrapped instance supports it.class
A utility that provides standard mechanisms for logging certain kinds of activities.ModifierConstructorDescriptionLoggerWrapper
(Logger logger, String fqcn) Given an underlying logger, construct an XLogger -
Uses of Logger in org.slf4j.helpers
Modifier 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.class
A direct NOP (no operation) implementation ofLogger
.class
A logger implementation which logs via a delegate logger.Modifier and TypeMethodDescriptionSubstituteLogger.delegate()
Return the delegate logger instance if set.Modifier and TypeMethodDescriptionvoid
SubstituteLogger.setDelegate
(Logger delegate) Typically called after theLoggerFactory
initialization phase is completed. -
Uses of Logger in org.slf4j.jul
Modifier and TypeClassDescriptionfinal class
A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface. -
Uses of Logger in org.slf4j.profiler
-
Uses of Logger in org.slf4j.reload4j
Modifier and TypeClassDescriptionfinal class
A wrapper overorg.apache.log4j.Logger
conforming to theLogger
interface. -
Uses of Logger in org.slf4j.simple
Modifier and TypeClassDescriptionclass
Simple implementation ofLogger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).Modifier and TypeMethodDescriptionprotected Logger
SimpleLoggerFactory.createLogger
(String name) Actually creates the logger for the given name.Return an appropriateSimpleLogger
instance by name. -
Uses of Logger in org.slf4j.spi
Modifier and TypeInterfaceDescriptioninterface
An optional interface helping integration with logging systems capable of extracting location information.