|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.monitor.AbstractWritingMonitor
org.codehaus.waffle.monitor.ConsoleMonitor
public class ConsoleMonitor
Writing monitor that write events to console.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.codehaus.waffle.monitor.Monitor |
---|
Monitor.Level |
Constructor Summary | |
---|---|
ConsoleMonitor()
|
Method Summary | |
---|---|
protected void |
trace(java.lang.Throwable exception)
Traces an exception. |
protected void |
write(Monitor.Level level,
java.lang.String message)
Writes message for a given level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsoleMonitor()
Method Detail |
---|
protected void write(Monitor.Level level, java.lang.String message)
AbstractWritingMonitor
write
in class AbstractWritingMonitor
level
- the Levelmessage
- the message to writeprotected void trace(java.lang.Throwable exception)
AbstractWritingMonitor
trace
in class AbstractWritingMonitor
exception
- the Throwable to trace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |