Language
The Free and Open Productivity Suite
share
Interface LogWriter
- All Known Implementing Classes:
- SimpleFileOutProducer, InternalLogWriter, SimpleLogWriter, SimpleOutProducer, DataBaseOutProducer, FileLogWriter
- public interface LogWriter
Method Summary |
boolean |
initialize(DescEntry entry,
boolean active)
initialization |
void |
println(String msg)
Method to print |
boolean |
summary(DescEntry entry)
will mostly be used by outproducers to sum up
the information, maybe write them to a db |
println
public void println(String msg)
- Method to print
initialize
public boolean initialize(DescEntry entry,
boolean active)
- initialization
summary
public boolean summary(DescEntry entry)
- will mostly be used by outproducers to sum up
the information, maybe write them to a db