Uses of Interface org.apache.log4j.spi.LoggerFactory

Uses in package org.apache.log4j.spi

Methods with parameter type org.apache.log4j.spi.LoggerFactory

Logger
LoggerRepository.getLogger(String name, LoggerFactory factory)

Uses in package org.apache.log4j

Fields of type org.apache.log4j.spi.LoggerFactory

LoggerFactory

Methods with parameter type org.apache.log4j.spi.LoggerFactory

Logger
Hierarchy.getLogger(String name, LoggerFactory factory)
Return a new logger instance named as the first parameter using factory.
Logger
Logger.getLogger(String name, LoggerFactory factory)
Like getLogger(String) except that the type of logger instantiated depends on the type returned by the LoggerFactory.makeNewLoggerInstance(String) method of the factory parameter.
Logger
LogManager.getLogger(String name, LoggerFactory factory)
Retrieve the appropriate Logger instance.

Copyright 2000-2005 Apache Software Foundation.