Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
stats
Class  SimpleFileOutProducer
java.lang.Object
  |
  +--stats.SimpleFileOutProducer
- All Implemented Interfaces: 
- LogWriter
- public class SimpleFileOutProducer- extends Object- implements LogWriter
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleFileOutProducer
public SimpleFileOutProducer()
initialize
public boolean initialize(DescEntry entry,
                          boolean active)
- initialization, here a filename might be given
 or a dbUrL- 
- Specified by: 
- initializein interface- LogWriter
 
println
public void println(String msg)
- Method to print- 
- Specified by: 
- printlnin interface- LogWriter
 
summary
public boolean summary(DescEntry entry)
- will mostly be used by outproducers to sum up
 the information, maybe write them to a db- 
- Specified by: 
- summaryin interface- LogWriter
 
summary_default
public boolean summary_default(DescEntry entry)
-