Uses of Interface
org.apache.log4j.spi.LoggerFactory
Packages that use LoggerFactory
Package
Description
An rather minimal but sufficient implementation redirecting all
 calls to a log4j logger to a logback logger.
- 
Uses of LoggerFactory in org.apache.log4jMethods in org.apache.log4j with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic LoggerLogger.getLogger(String name, LoggerFactory loggerFactory) static LoggerLogManager.getLogger(String name, LoggerFactory loggerFactory) Returns a logger instance created by loggerFactory.
- 
Uses of LoggerFactory in org.apache.log4j.spiMethods in org.apache.log4j.spi with parameters of type LoggerFactory