Uses of Class
org.slf4j.helpers.LegacyAbstractLogger
Packages that use LegacyAbstractLogger
Package
Description
SLF4J internal representation of a logging event.
slf4j reload4j
Contains slf4j simple package.
-
Uses of LegacyAbstractLogger in org.slf4j.event
Subclasses of LegacyAbstractLogger in org.slf4j.eventModifier 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
Subclasses of LegacyAbstractLogger in org.slf4j.julModifier and TypeClassDescriptionfinal class
A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface. -
Uses of LegacyAbstractLogger in org.slf4j.reload4j
Subclasses of LegacyAbstractLogger in org.slf4j.reload4jModifier and TypeClassDescriptionfinal class
A wrapper overorg.apache.log4j.Logger
conforming to theLogger
interface. -
Uses of LegacyAbstractLogger in org.slf4j.simple
Subclasses of LegacyAbstractLogger in org.slf4j.simpleModifier and TypeClassDescriptionclass
Simple implementation ofLogger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).