Inheritance diagram for org.openmobileis.common.util.log.FileOpenCloseLogTracer:
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 41 of file FileOpenCloseLogTracer.java.
Public Member Functions | |
FileOpenCloseLogTracer () | |
void | setLogTracerProperties (Properties props) |
Two property are defined : LOGFILE : file where log are written. | |
synchronized void | trace (int service, int priority, String message) |
Trace the message to the stream defined showing the specified priority and service. | |
File | getLogFile () |
Protected Attributes | |
FileOutputStream | fileStream |
String | logFile |
void org.openmobileis.common.util.log.FileOpenCloseLogTracer.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.
Definition at line 54 of file FileOpenCloseLogTracer.java.
References org.openmobileis.common.util.log.FileOpenCloseLogTracer.logFile, and org.openmobileis.common.util.log.DefaultLogTracer.outStream.