Log4j 1.3alpha-6

org.apache.ugli.impl
Class NOPLoggerFA

java.lang.Object
  |
  +--org.apache.ugli.impl.NOPLoggerFA
All Implemented Interfaces:
LoggerFactoryAdapter

public class NOPLoggerFA
extends java.lang.Object
implements LoggerFactoryAdapter

NOPLoggerFA is am implementation of LoggerFactoryAdapter which always returns the unique instance of NOPLogger.

Author:
Ceki Gulcu

Constructor Summary
NOPLoggerFA()
           
 
Method Summary
 ULogger getLogger(java.lang.String name)
          Return the appropriate named ULogger instance.
 ULogger getLogger(java.lang.String domainName, java.lang.String subDomainName)
          Return a ULogger instance in domain, subDomain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOPLoggerFA

public NOPLoggerFA()
Method Detail

getLogger

public ULogger getLogger(java.lang.String name)
Description copied from interface: LoggerFactoryAdapter
Return the appropriate named ULogger instance.

Specified by:
getLogger in interface LoggerFactoryAdapter

getLogger

public ULogger getLogger(java.lang.String domainName,
                         java.lang.String subDomainName)
Description copied from interface: LoggerFactoryAdapter
Return a ULogger instance in domain, subDomain.

Specified by:
getLogger in interface LoggerFactoryAdapter
Parameters:
domainName -
subDomainName -
Returns:
ULogger instance

Log4j 1.3alpha-6

Copyright 2000-2005 Apache Software Foundation.