de.cau.cs.kieler.krep.evalbench.util
Class EsiLogger
java.lang.Object
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

- (2010-02-05) review by cmot, msp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EsiLogger
public EsiLogger(String fileName)
- Parameters:
fileName
- name of the log file
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