com.pietschy.command.log
Class NullLoggerFactory

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

public class NullLoggerFactory
extends java.lang.Object
implements LoggerFactory

Factory for NullLoggers.


Field Summary
(package private) static java.lang.String _ID_
           
 
Constructor Summary
NullLoggerFactory()
           
 
Method Summary
 Logger getLogger(java.lang.Class aClass)
          Creates a new logger instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ID_

static final java.lang.String _ID_
See Also:
Constant Field Values
Constructor Detail

NullLoggerFactory

public NullLoggerFactory()
Method Detail

getLogger

public Logger getLogger(java.lang.Class aClass)
Description copied from interface: LoggerFactory
Creates a new logger instance.

Specified by:
getLogger in interface LoggerFactory
Parameters:
aClass - the class being logged.
Returns:
the new logger instance.


Copyright © 2006 - 2007 Andrew Pietsch