Package org.apache.log4j
package org.apache.log4j
An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.
-
Interface SummaryInterfaceDescriptionImplement this interface for your own strategies for outputting log statements.
-
Class SummaryClassDescriptionA minimal (nop) implementation of BasicConfigurator.This class is a minimal implementation of the original
org.apache.log4j.Categoryclass (as found in log4j 1.2) by delegation of all calls to aLoggerinstance.Skeleton implementation of ConsoleAppenderThis 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,DEBUGandALL.This class is a minimal implementation of the originalorg.apache.log4j.Loggerclass (as found in log4j 1.2) delegating all calls to aLoggerinstance.This class is a minimal implementation of the originalorg.apache.log4j.LogManagerclass (as found in log4j 1.2) delegating all calls to SLF4J.A log4j's NDC implemented in terms of SLF4J MDC primitives.This class is a minimal implementation of the original Log4J class.Refrain from using this class directly, use theLevelclass instead.An nop implementation of PropertyConfigurator.This class is a minimal implementation of the original Log4J class.