de.cau.cs.kieler.krep.evalbench.util
Class EsiLogger

java.lang.Object
  extended by de.cau.cs.kieler.krep.evalbench.util.EsiLogger

public class EsiLogger
extends Object

Log communication with the processor to an esi trace file. This can be used for debugging of the processor in E-Studio.

Rating yellow
(2010-02-05) review by cmot, msp

Constructor Summary
EsiLogger(String fileName)
           
 
Method Summary
 void comment(String comment)
           
 void reset()
          start a new trace.
 void write(String io)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EsiLogger

public EsiLogger(String fileName)
Parameters:
fileName - name of the log file
Method Detail

reset

public void reset()
start a new trace.


write

public void write(String io)
Parameters:
io - string to add to the log file

comment

public void comment(String comment)
Parameters:
comment - the comment to add