Uses of Package
org.apache.log4j
-
Packages that use org.apache.log4j Package Description org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.org.apache.log4j.spi -
Classes in org.apache.log4j used by org.apache.log4j Class Description Appender Implement this interface for your own strategies for outputting log statements.AppenderSkeleton Category This class is a minimal implementation of the originalorg.apache.log4j.Categoryclass (as found in log4j 1.2) by delegation of all calls to aLoggerinstance.Layout This class is a minimal implementation of the original Log4J class.Level Defines the minimum set of levels recognized by the system, that isOFF,FATAL,ERROR,WARN,INFO,DEBUGandALL.Logger This class is a minimal implementation of the originalorg.apache.log4j.Loggerclass (as found in log4j 1.2) delegating all calls to aLoggerinstance.Priority Refrain from using this class directly, use theLevelclass instead.WriterAppender -
Classes in org.apache.log4j used by org.apache.log4j.spi Class Description Appender Implement this interface for your own strategies for outputting log statements.Category This class is a minimal implementation of the originalorg.apache.log4j.Categoryclass (as found in log4j 1.2) by delegation of all calls to aLoggerinstance.Level Defines the minimum set of levels recognized by the system, that isOFF,FATAL,ERROR,WARN,INFO,DEBUGandALL.Logger This class is a minimal implementation of the originalorg.apache.log4j.Loggerclass (as found in log4j 1.2) delegating all calls to aLoggerinstance.