org.apache.james.mpt
Class SystemLoggingMonitor

java.lang.Object
  extended by org.apache.james.mpt.SystemLoggingMonitor
All Implemented Interfaces:
Monitor

public final class SystemLoggingMonitor
extends java.lang.Object
implements Monitor

Feeds monitored information to System.out.


Constructor Summary
SystemLoggingMonitor()
           
SystemLoggingMonitor(boolean verbose)
           
 
Method Summary
 void debug(char character)
           
 void debug(java.lang.String message)
           
 boolean isVerbose()
           
 void note(java.lang.String message)
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemLoggingMonitor

public SystemLoggingMonitor()

SystemLoggingMonitor

public SystemLoggingMonitor(boolean verbose)
Method Detail

isVerbose

public boolean isVerbose()

setVerbose

public void setVerbose(boolean verbose)

note

public void note(java.lang.String message)
Specified by:
note in interface Monitor

debug

public void debug(char character)
Specified by:
debug in interface Monitor

debug

public void debug(java.lang.String message)
Specified by:
debug in interface Monitor


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.