Uses of Class
org.apache.log4j.Logger
Packages that use Logger
Package
Description
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
-
Uses of Logger in org.apache.log4j
Methods in org.apache.log4j that return LoggerModifier and TypeMethodDescriptionstatic Logger
static Logger
static Logger
Logger.getLogger
(String name, LoggerFactory loggerFactory) static Logger
static Logger
static Logger
LogManager.getLogger
(String name, LoggerFactory loggerFactory) Returns a logger instance created by loggerFactory.static Logger
Logger.getRootLogger()
Does the obvious.static Logger
LogManager.getRootLogger()
-
Uses of Logger in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return LoggerModifier and TypeMethodDescriptionLoggerRepository.getLogger
(String name, LoggerFactory factory) LoggerRepository.getRootLogger()
LoggerFactory.makeNewLoggerInstance
(String name)