org.prevayler.foundation.monitor
Class NullMonitor

java.lang.Object
  extended by org.prevayler.foundation.monitor.NullMonitor
All Implemented Interfaces:
Monitor

public class NullMonitor
extends Object
implements Monitor

A Null Monitor, that does no logging at all.


Constructor Summary
NullMonitor()
           
 
Method Summary
 void notify(Class clazz, String message)
          Does nothing.
 void notify(Class clazz, String message, Exception ex)
          Does nothing.
 void notify(Class clazz, String message, File file)
          Does nothing.
 void notify(Class clazz, String message, File file, Exception exception)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullMonitor

public NullMonitor()
Method Detail

notify

public void notify(Class clazz,
                   String message,
                   File file,
                   Exception exception)
Does nothing.

Specified by:
notify in interface Monitor

notify

public void notify(Class clazz,
                   String message)
Does nothing.

Specified by:
notify in interface Monitor

notify

public void notify(Class clazz,
                   String message,
                   Exception ex)
Does nothing.

Specified by:
notify in interface Monitor

notify

public void notify(Class clazz,
                   String message,
                   File file)
Does nothing.

Specified by:
notify in interface Monitor


Copyright © 2001-2013. All Rights Reserved.