org.openmobileis.common.util.log.FileLogTracer Class Reference

Inheritance diagram for org.openmobileis.common.util.log.FileLogTracer:

org.openmobileis.common.util.log.DefaultLogTracer org.openmobileis.common.util.log.LogTracer org.openmobileis.synchro.openmsp.server.OpenMSPServiceTracer List of all members.

Detailed Description

Implement a LogTracer that Log in a File.

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.

Author:
P.Delrieu
Version:
1.0
Since:
JDK1.1

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


Member Function Documentation

void org.openmobileis.common.util.log.FileLogTracer.setLogTracerProperties ( Properties  props  ) 

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.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:34 2006 for OpenMobileIS by  doxygen 1.5.1-p1