logging
Class FileLog

java.lang.Object
  extended by logging.AbstractLog4jLog
      extended by logging.FileLog
All Implemented Interfaces:
Log

public final class FileLog
extends AbstractLog4jLog

Write log output to a file


Constructor Summary
FileLog(java.lang.String fileName, int maxFileSize, int maxBackups)
           
 
Method Summary
protected  org.apache.log4j.Logger getLogger()
           
 
Methods inherited from class logging.AbstractLog4jLog
getLogLevel, getLogType, log, setLogLevel, setLogType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLog

public FileLog(java.lang.String fileName,
               int maxFileSize,
               int maxBackups)
Method Detail

getLogger

protected org.apache.log4j.Logger getLogger()
Specified by:
getLogger in class AbstractLog4jLog