public interface TraceFileWriter
TraceFileWriter
is store a sequence of TraceEvent
s and store them in a file.Modifier and Type | Method and Description |
---|---|
void |
addTraceEvent(TraceEvent e)
Add a
TraceEvent to the set of events. |
void |
write(String filename)
Write the current trace content to the corresponding file
|
void addTraceEvent(TraceEvent e)
TraceEvent
to the set of events.e
- the event to add