Uses of Class
org.slf4j.helpers.LegacyAbstractLogger
-
Uses of LegacyAbstractLogger 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 LegacyAbstractLogger in org.slf4j.jul
Modifier and TypeClassDescriptionfinal class
A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface. -
Uses of LegacyAbstractLogger in org.slf4j.reload4j
Modifier and TypeClassDescriptionfinal class
A wrapper overorg.apache.log4j.Logger
conforming to theLogger
interface. -
Uses of LegacyAbstractLogger 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
).