org.openmobileis.common.util.log
Class FileLogManager

java.lang.Object
  |
  +--org.openmobileis.common.util.log.LogManager
        |
        +--org.openmobileis.common.util.log.FileLogManager

public class FileLogManager
extends LogManager

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.

Since:
JDK1.1
Version:
1.0
Author:
P.Delrieu

Fields inherited from class org.openmobileis.common.util.log.LogManager
instance, logTable, tracer
 
Constructor Summary
protected FileLogManager(java.util.Properties props)
           
 
Method Summary
static LogManager getInstance(java.util.Properties props)
           This methods return the only LogManager instance.
 
Methods inherited from class org.openmobileis.common.util.log.LogManager
attachLogTracerToPriority, getLogTracer, 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

FileLogManager

protected FileLogManager(java.util.Properties props)
Method Detail

getInstance

public static LogManager getInstance(java.util.Properties props)
Description copied from class: LogManager
This methods return the only LogManager instance.
Following copied from class: org.openmobileis.common.util.log.LogManager
Returns:
the only instance


Copyright 2005 e-Care. All Rights Reserved.