com.github.dreamhead.moco.monitor
Class FileLogWriter

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

public class FileLogWriter
extends java.lang.Object
implements LogWriter


Constructor Summary
FileLogWriter(java.lang.String filename)
           
 
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

FileLogWriter

public FileLogWriter(java.lang.String filename)
Method Detail

write

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