Uses of Interface
org.slf4j.Logger
Packages that use Logger
Package
Description
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
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.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.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 TypeMethodDescriptionMethods 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.spi
Subinterfaces of Logger in org.slf4j.spiModifier and TypeInterfaceDescriptioninterfaceAn optional interface helping integration with logging systems capable of extracting location information.