|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.prevayler.foundation.monitor.NullMonitor
public class NullMonitor
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 |
---|
public NullMonitor()
Method Detail |
---|
public void notify(Class clazz, String message, File file, Exception exception)
notify
in interface Monitor
public void notify(Class clazz, String message)
notify
in interface Monitor
public void notify(Class clazz, String message, Exception ex)
notify
in interface Monitor
public void notify(Class clazz, String message, File file)
notify
in interface Monitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |