com.iplanet.trustbase.initiator.logger
Class DefaultEngineLogger

java.lang.Object
  |
  +--com.iplanet.trustbase.initiator.logger.DefaultEngineLogger
All Implemented Interfaces:
EngineLogger

public class DefaultEngineLogger
extends java.lang.Object
implements EngineLogger

DefaultEngineLogger provides a default logger for the Engine. Can be used in combination with PropertyConfigAdapter.


Constructor Summary
DefaultEngineLogger()
           
 
Method Summary
 void log(java.lang.String logMessage, java.lang.Throwable t, java.lang.String[] params)
          log a message to the log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEngineLogger

public DefaultEngineLogger()
Method Detail

log

public void log(java.lang.String logMessage,
                java.lang.Throwable t,
                java.lang.String[] params)
log a message to the log.
Specified by:
log in interface EngineLogger
Parameters:
logMessage - the message to log.
t - A throwable that may or may not accompany the message.
params - explanatory parameters to are message specific.