com.iplanet.trustbase.initiator
Interface EngineLogger
- All Known Implementing Classes:
- DefaultEngineLogger
- public interface EngineLogger
The interface definition to the engine logger.
The Engine checks for the existance of an implementation
of this class by checking the object property "csc.engine.logger".
If the logger is present it will call the logger with engine events.
The primary focus of this logger is to provide debugging information.
Method Summary |
void |
log(java.lang.String logMessage,
java.lang.Throwable t,
java.lang.String[] params)
log a message to the log. |
log
public void log(java.lang.String logMessage,
java.lang.Throwable t,
java.lang.String[] params)
- log a message to the log.
- Parameters:
logMessage
- the message to log.t
- A throwable that may or may not accompany the message.params
- explanatory parameters to are message specific.