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


Field Summary
 
Fields inherited from class logging.AbstractLog4jLog
m_Log
 
Constructor Summary
FileLog(java.lang.String fileName, int maxFileSize, int maxBackups)
           
 
Method Summary
 
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)