org.apache.ugli
Class NullLoggerRepository
java.lang.Object
|
+--org.apache.ugli.NullLoggerRepository
- All Implemented Interfaces:
- LoggerRepository
- public class NullLoggerRepository
- extends java.lang.Object
- implements LoggerRepository
The NullLoggerRepository returns instances of NullLogger
.
- Author:
- Ceki Gücü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullLoggerRepository
public NullLoggerRepository()
getLogger
public Logger getLogger(java.lang.String name)
- Specified by:
getLogger
in interface LoggerRepository
getLogger
public Logger getLogger(java.lang.String domainName,
java.lang.String subDomainName)
- Specified by:
getLogger
in interface LoggerRepository
getLogger
public Logger getLogger(java.lang.Class clazz)
- Specified by:
getLogger
in interface LoggerRepository
getLogger
public Logger getLogger(java.lang.Class clazz,
java.lang.String subDomainName)
- Specified by:
getLogger
in interface LoggerRepository
close
public void close()
- Specified by:
close
in interface LoggerRepository
Copyright 2000-2003 Apache Software Foundation.