org.pietschy.command.log
Class NullLoggerFactory

java.lang.Object
  extended by org.pietschy.command.log.NullLoggerFactory
All Implemented Interfaces:
LoggerFactory

public class NullLoggerFactory
extends java.lang.Object
implements LoggerFactory


Constructor Summary
NullLoggerFactory()
           
 
Method Summary
 Logger getLogger(java.lang.Class aClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLoggerFactory

public NullLoggerFactory()
Method Detail

getLogger

public Logger getLogger(java.lang.Class aClass)
Specified by:
getLogger in interface LoggerFactory