|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.common.util.log.LogManager
org.openmobileis.common.util.log.FileOpenCloseLogManager
Title: OpenMobileIS project source
define the LogManager to 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.
Directory must end with file separator.
Field Summary |
Fields inherited from class org.openmobileis.common.util.log.LogManager |
instance, logTable, tracer |
Constructor Summary | |
protected |
FileOpenCloseLogManager(java.util.Properties props)
|
Method Summary | |
static LogManager |
getInstance(java.util.Properties props)
|
java.io.File |
getLogFile()
|
Methods inherited from class org.openmobileis.common.util.log.LogManager |
attachLogTracerToPriority, getInstance, getLogTracer, registerLogManager, setLogTracer, trace, trace, traceAlert, traceCritique, traceDebug, traceEmergency, traceError, traceInfo, traceNotice, traceUserSynchro, traceWarning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FileOpenCloseLogManager(java.util.Properties props)
Method Detail |
public static LogManager getInstance(java.util.Properties props)
public java.io.File getLogFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |