Uses of Class
org.slf4j.helpers.NamedLoggerBase
Packages that use NamedLoggerBase
Package
Description
Helper classes.
Implementations of core logging interfaces defined in the
org.slf4j package.-
Uses of NamedLoggerBase in org.slf4j.helpers
Subclasses of NamedLoggerBase in org.slf4j.helpersModifier and TypeClassDescriptionclassThis class serves as base for adapters or native implementations of logging systems lacking Marker support.classA direct NOP (no operation) implementation ofLogger. -
Uses of NamedLoggerBase in org.slf4j.impl
Subclasses of NamedLoggerBase in org.slf4j.implModifier and TypeClassDescriptionfinal classA wrapper overorg.apache.commons.logging.Login conformance with theLoggerinterface.final classA wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface.classSimple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).