Classes in org.apache.log4j used by org.apache.log4j |
Category
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 a org.slf4j.Logger.Logger instance. |
Level
Defines the minimum set of levels recognized by the system, that is
OFF , FATAL , ERROR ,
WARN , INFO , DEBUG and
ALL . |
Logger
This class is a minimal implementation of the original
org.apache.log4j.Logger class (as found in log4j 1.2)
by delegation of all calls to a org.slf4j.Logger.Logger instance. |
Priority
Refrain from using this class directly, use
the Level class instead. |