org.stringtree.util.logging
Class FileLogger

java.lang.Object
  extended by org.stringtree.util.logging.FileLogger
All Implemented Interfaces:
Logger

public class FileLogger
extends java.lang.Object
implements Logger


Field Summary
protected  java.io.File dest
           
 
Fields inherited from interface org.stringtree.util.logging.Logger
catlogger, logger
 
Constructor Summary
FileLogger(java.lang.String filename)
           
 
Method Summary
 void log(java.lang.String text)
           
 void logPart(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dest

protected java.io.File dest
Constructor Detail

FileLogger

public FileLogger(java.lang.String filename)
Method Detail

logPart

public void logPart(java.lang.String text)
Specified by:
logPart in interface Logger

log

public void log(java.lang.String text)
Specified by:
log in interface Logger