|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.common.util.log.DefaultLogTracer
org.openmobileis.common.util.log.FileLogTracer
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.
Field Summary | |
protected java.io.FileOutputStream |
fileStream
|
protected java.lang.String |
logFile
|
Fields inherited from class org.openmobileis.common.util.log.DefaultLogTracer |
outStream |
Constructor Summary | |
FileLogTracer()
|
Method Summary | |
void |
setLogTracerProperties(java.util.Properties props)
Two property are defined : LOGFILE : file where log are written. |
Methods inherited from class org.openmobileis.common.util.log.DefaultLogTracer |
finalize, getLogPrintStream, setLogStream, trace |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.io.FileOutputStream fileStream
protected java.lang.String logFile
Constructor Detail |
public FileLogTracer()
Method Detail |
public void setLogTracerProperties(java.util.Properties props)
setLogTracerProperties
in interface LogTracer
setLogTracerProperties
in class DefaultLogTracer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |