Uses of Interface
org.slf4j.Logger
-
Packages that use Logger Package Description org.slf4j Core logging interfaces.org.slf4j.event org.slf4j.helpers Helper classes.org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of Logger in org.slf4j
Methods in org.slf4j that return Logger Modifier and Type Method Description LoggerILoggerFactory. getLogger(String name)Return an appropriateLoggerinstance as specified by thenameparameter.static LoggerLoggerFactory. getLogger(Class<?> clazz)Return a logger named corresponding to the class passed as parameter, using the statically boundILoggerFactoryinstance.static LoggerLoggerFactory. getLogger(String name)Return 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 Logger Modifier and Type Class Description classEventRecodingLoggerConstructors in org.slf4j.event with parameters of type Logger Constructor Description DefaultLoggingEvent(Level level, Logger logger) -
Uses of Logger in org.slf4j.helpers
Classes in org.slf4j.helpers that implement Logger Modifier and Type Class Description classMarkerIgnoringBaseThis class serves as base for adapters or native implementations of logging systems lacking Marker support.classNOPLoggerA direct NOP (no operation) implementation ofLogger.classSubstituteLoggerA logger implementation which logs via a delegate logger.Methods in org.slf4j.helpers that return Logger Modifier and Type Method Description LoggerSubstituteLogger. delegate()Return the delegate logger instance if set.LoggerNOPLoggerFactory. getLogger(String name)LoggerSubstituteLoggerFactory. getLogger(String name)Methods in org.slf4j.helpers with parameters of type Logger Modifier and Type Method Description voidSubstituteLogger. setDelegate(Logger delegate)Typically called after theLoggerFactoryinitialization phase is completed. -
Uses of Logger in org.slf4j.spi
Subinterfaces of Logger in org.slf4j.spi Modifier and Type Interface Description interfaceLocationAwareLoggerAn optional interface helping integration with logging systems capable of extracting location information.Constructors in org.slf4j.spi with parameters of type Logger Constructor Description DefaultLoggingEventBuilder(Logger logger, Level level)
-