com.github.dreamhead.moco.monitor
Class StdLogWriter

java.lang.Object
  extended by com.github.dreamhead.moco.monitor.StdLogWriter
All Implemented Interfaces:
LogWriter

public class StdLogWriter
extends java.lang.Object
implements LogWriter


Constructor Summary
StdLogWriter()
           
 
Method Summary
 void write(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdLogWriter

public StdLogWriter()
Method Detail

write

public void write(java.lang.String content)
Specified by:
write in interface LogWriter