Inheritance diagram for org.openmobileis.synchro.openmsp.server.OpenMSPServiceTracer:
Definition at line 43 of file OpenMSPServiceTracer.java.
Public Member Functions | |
OpenMSPServiceTracer () | |
void | setLogTracerProperties (Properties props) |
Two property are defined : LOGFILE : file where log are written. | |
void | trace (int service, int priority, String message) |
Trace the message to the stream defined by the specified priority and service. |
|
Two property are defined : LOGFILE : file where log are written. LOGDIRARCHIVE : directory where old log are archived. Reimplemented from org.openmobileis.common.util.log.FileLogTracer. Definition at line 57 of file OpenMSPServiceTracer.java. References org.openmobileis.common.util.log.FileLogTracer.logFile, and org.openmobileis.common.util.log.DefaultLogTracer.outStream. Referenced by org.openmobileis.synchro.openmsp.server.OpenMSPService.OpenMSPService(). |