org.openmobileis.synchro.openmsp.server
Class OpenMSPServiceTracer
java.lang.Object
org.openmobileis.common.util.log.DefaultLogTracer
org.openmobileis.common.util.log.FileLogTracer
org.openmobileis.synchro.openmsp.server.OpenMSPServiceTracer
- All Implemented Interfaces:
- LogTracer
- public class OpenMSPServiceTracer
- extends FileLogTracer
Title: OpenMobileIS project source
Description: Tracer to log user synchro.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Method Summary |
void |
setLogTracerProperties(java.util.Properties props)
Two property are defined :
LOGFILE : file where log are written.
|
void |
trace(int service,
int priority,
java.lang.String message)
Trace the message to the stream defined by the specified priority and service. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenMSPServiceTracer
public OpenMSPServiceTracer()
setLogTracerProperties
public void setLogTracerProperties(java.util.Properties props)
- Two property are defined :
LOGFILE : file where log are written.
LOGDIRARCHIVE : directory where old log are archived.
- Specified by:
setLogTracerProperties
in interface LogTracer
- Overrides:
setLogTracerProperties
in class FileLogTracer
trace
public void trace(int service,
int priority,
java.lang.String message)
- Trace the message to the stream defined by the specified priority and service.
- Specified by:
trace
in interface LogTracer
- Overrides:
trace
in class DefaultLogTracer
Copyright 2006 OpenMobileIS. All Rights Reserved.