infoservice
Class InfoServiceLog

java.lang.Object
  extended by logging.AbstractLog4jLog
      extended by infoservice.InfoServiceLog
All Implemented Interfaces:
Log

public final class InfoServiceLog
extends AbstractLog4jLog

This is the logging service implementation for compatibility between JAP logging style and infoservice logging style. So it should be no problem to use the JAP logging style also in the infoservice.


Field Summary
 
Fields inherited from class logging.AbstractLog4jLog
m_Log
 
Constructor Summary
InfoServiceLog(java.util.Properties a_properties)
           
 
Method Summary
 
Methods inherited from class logging.AbstractLog4jLog
getLogLevel, getLogType, log, setLogLevel, setLogType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoServiceLog

public InfoServiceLog(java.util.Properties a_properties)