Uses of Package
org.apache.log4j
Packages that use org.apache.log4j
Package
Description
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
-
Classes in org.apache.log4j used by org.apache.log4jClassDescriptionImplement this interface for your own strategies for outputting log statements.This class is a minimal implementation of the original
org.apache.log4j.Category
class (as found in log4j 1.2) by delegation of all calls to aLogger
instance.This class is a minimal implementation of the original Log4J class.Defines the minimum set of levels recognized by the system, that isOFF
,FATAL
,ERROR
,WARN
,INFO
,DEBUG
andALL
.This class is a minimal implementation of the originalorg.apache.log4j.Logger
class (as found in log4j 1.2) delegating all calls to aLogger
instance.Refrain from using this class directly, use theLevel
class instead. -
Classes in org.apache.log4j used by org.apache.log4j.spiClassDescriptionImplement this interface for your own strategies for outputting log statements.This class is a minimal implementation of the original
org.apache.log4j.Category
class (as found in log4j 1.2) by delegation of all calls to aLogger
instance.Defines the minimum set of levels recognized by the system, that isOFF
,FATAL
,ERROR
,WARN
,INFO
,DEBUG
andALL
.This class is a minimal implementation of the originalorg.apache.log4j.Logger
class (as found in log4j 1.2) delegating all calls to aLogger
instance.