stats
Class FileLogWriter
java.lang.Object
|
+--java.io.Writer
|
+--java.io.PrintWriter
|
+--stats.FileLogWriter
- All Implemented Interfaces:
- LogWriter
- public class FileLogWriter
- extends PrintWriter
- implements LogWriter
Methods inherited from class java.io.PrintWriter |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileLogWriter
public FileLogWriter()
initialize
public boolean initialize(DescEntry entry,
boolean logging)
- Description copied from interface:
LogWriter
- initialization
- Specified by:
initialize
in interface LogWriter
addFileLog
public void addFileLog(String filePath)
removeFileLog
public void removeFileLog(String filePath)
println
public void println(String msg)
- Description copied from interface:
LogWriter
- Method to print
- Specified by:
println
in interface LogWriter
- Overrides:
println
in class PrintWriter
summary
public boolean summary(DescEntry entry)
- Description copied from interface:
LogWriter
- will mostly be used by outproducers to sum up
the information, maybe write them to a db
- Specified by:
summary
in interface LogWriter