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.log4j
Methods in org.apache.log4j with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic Logger
Log4jLoggerFactory.getLogger
(String name, LoggerFactory loggerFactory) static Logger
Logger.getLogger
(String name, LoggerFactory loggerFactory) static Logger
LogManager.getLogger
(String name, LoggerFactory loggerFactory) Returns a logger instance created by loggerFactory. -
Uses of LoggerFactory in org.apache.log4j.spi
Methods in org.apache.log4j.spi with parameters of type LoggerFactory