com.ibm.team.fvt.tests.performance
Class LogWriter

java.lang.Object
  extended by com.ibm.team.fvt.tests.performance.LogWriter
Direct Known Subclasses:
CsvWriter

public class LogWriter
extends java.lang.Object

Log Writer class, for writing performance debug messages to disk

The Log writer class is designed to be used by a PerfManager to write debug messages out to disk


Constructor Summary
LogWriter(java.lang.String filePathName)
           
 
Method Summary
 void close()
          Close the file
 void flush()
          Flush the file
 void open()
          Open the file.
 void writeNext(java.lang.String content)
          Write next string array to file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogWriter

public LogWriter(java.lang.String filePathName)
Method Detail

close

public void close()
Close the file


flush

public void flush()
Flush the file


open

public void open()
Open the file.


writeNext

public void writeNext(java.lang.String content)
Write next string array to file.

Parameters:
content - The string to write on the line