All Classes
-
All Classes Interface Summary Class Summary Class Description Appender Implement this interface for your own strategies for outputting log statements.AppenderSkeleton BasicConfigurator A minimal (nop) implementation of BasicConfigurator.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.Configurator Implemented by classes capable of configuring log4j using a URL.ConsoleAppender Skeleton implementation of ConsoleAppenderDOMConfigurator ErrorHandler Created by IntelliJ IDEA.FileAppender Filter HierarchyEventListener Listen to events occurring within aHierarchy.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.LoggerFactory Implement this interface to create new instances of Logger or a subclass of Logger.LoggerRepository ALoggerRepositoryis used to create and retrieveLoggers.LoggingEvent LogLog This class used to output log statements from within the log4j package.LogManager This class is a minimal implementation of the originalorg.apache.log4j.LogManagerclass (as found in log4j 1.2) delegating all calls to SLF4J.MDC NDC A log4j's NDC implemented in terms of SLF4J MDC primitives.NullEnumeration An always-empty Enumerator.OptionHandler PatternLayout This class is a minimal implementation of the original Log4J class.Priority Refrain from using this class directly, use theLevelclass instead.PropertyConfigurator A no-op implementation of PropertyConfigurator.RollingFileAppender This class is a minimal implementation of the original Log4J class.SimpleLayout WriterAppender