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 TypeClassDescriptionclassThis 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 classA wrapper overjava.util.logging.Loggerin conformity with theLoggerinterface. -
Uses of LegacyAbstractLogger in org.slf4j.reload4j
Subclasses of LegacyAbstractLogger in org.slf4j.reload4jModifier and TypeClassDescriptionfinal classA wrapper overorg.apache.log4j.Loggerconforming to theLoggerinterface. -
Uses of LegacyAbstractLogger in org.slf4j.simple
Subclasses of LegacyAbstractLogger in org.slf4j.simpleModifier and TypeClassDescriptionclassSimple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).