QJCC homepage

biz.chitec.quarterback.util
Class EmptyLoggingReceiver

java.lang.Object
  extended bybiz.chitec.quarterback.util.EmptyLoggingReceiver
All Implemented Interfaces:
LoggingReceiver

public class EmptyLoggingReceiver
extends java.lang.Object
implements LoggingReceiver

Smallest possible class to implement LoggingReceiver

Version:
$Id: f56eadd2aa96403143653f48751bceac4fcc3974 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.

Constructor Summary
EmptyLoggingReceiver()
           
 
Method Summary
 void handleLogObject(Logger src, java.lang.Object o)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyLoggingReceiver

public EmptyLoggingReceiver()
Method Detail

handleLogObject

public void handleLogObject(Logger src,
                            java.lang.Object o)
Does nothing.

Specified by:
handleLogObject in interface LoggingReceiver

QJCC homepage