|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.performance.LogWriter
public class LogWriter
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
close()
: Close the file.open()
: Open the file.writeNext(String)
: Write next string to file.
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 |
---|
public LogWriter(java.lang.String filePathName)
Method Detail |
---|
public void close()
public void flush()
public void open()
public void writeNext(java.lang.String content)
content
- The string to write on the line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |