Uses of Class
org.apache.logging.log4j.spi.AbstractLogger
Packages that use AbstractLogger
Package
Description
Simple logging implementation.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Status API for Log4j 2.
-
Uses of AbstractLogger in org.apache.logging.log4j.simple
Subclasses of AbstractLogger in org.apache.logging.log4j.simpleModifier and TypeClassDescriptionclassThis is the default logger that is used when no suitable logging implementation is available. -
Uses of AbstractLogger in org.apache.logging.log4j.spi
Subclasses of AbstractLogger in org.apache.logging.log4j.spiModifier and TypeClassDescriptionclassWrapper class that exposes the protected AbstractLogger methods to support wrapped loggers. -
Uses of AbstractLogger in org.apache.logging.log4j.status
Subclasses of AbstractLogger in org.apache.logging.log4j.statusModifier and TypeClassDescriptionclassRecords events that occur in the logging system.