Uses of Interface
org.slf4j.Logger
-
Packages that use Logger Package Description org.slf4j org.slf4j.event org.slf4j.helpers org.slf4j.impl org.slf4j.spi -
-
Uses of Logger in org.slf4j
Methods in org.slf4j that return Logger Modifier and Type Method Description LoggerILoggerFactory. getLogger(java.lang.String name)Return an appropriateLoggerinstance as specified by thenameparameter.static LoggerLoggerFactory. getLogger(java.lang.Class<?> clazz)Return a logger named corresponding to the class passed as parameter, using the statically boundILoggerFactoryinstance.static LoggerLoggerFactory. getLogger(java.lang.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 classEventRecodingLogger -
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 LoggerNOPLoggerFactory. getLogger(java.lang.String name)LoggerSubstituteLoggerFactory. getLogger(java.lang.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.impl
Classes in org.slf4j.impl that implement Logger Modifier and Type Class Description classJDK14LoggerAdapterA wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.Methods in org.slf4j.impl that return Logger Modifier and Type Method Description LoggerJDK14LoggerFactory. getLogger(java.lang.String name) -
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.
-