Inheritance diagram for org.openmobileis.common.util.log.FileLogTracer:
The File is define by specifing the property LOGFILE. Implements an archiving system. Define the property LOGDIRARCHIVE to define the directory where log are archived.
Definition at line 42 of file FileLogTracer.java.
Public Member Functions | |
FileLogTracer () | |
void | setLogTracerProperties (Properties props) |
Two property are defined : LOGFILE : file where log are written. | |
Protected Attributes | |
FileOutputStream | fileStream |
String | logFile |
|
Two property are defined : LOGFILE : file where log are written. LOGDIRARCHIVE : directory where old log are archived. Reimplemented from org.openmobileis.common.util.log.DefaultLogTracer. Reimplemented in org.openmobileis.synchro.openmsp.server.OpenMSPServiceTracer. Definition at line 55 of file FileLogTracer.java. References org.openmobileis.common.util.log.FileLogTracer.fileStream, org.openmobileis.common.util.log.FileLogTracer.logFile, and org.openmobileis.common.util.log.DefaultLogTracer.outStream. |