org.apache.log4j.spi

Interface LoggerFactory

public interface LoggerFactory

Implement this interface to create new instances of Logger or a sub-class of Logger.

See examples/subclass/MyLogger.java for an example.

Author:
Ceki Gülcü
Since:
version 0.8.5

Method Summary

Logger
makeNewLoggerInstance(String name)

Method Details

makeNewLoggerInstance

public Logger makeNewLoggerInstance(String name)

Copyright 2000-2005 Apache Software Foundation.