|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.trustbase.initiator.logger.DefaultEngineLogger
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 |
public DefaultEngineLogger()
Method Detail |
public void log(java.lang.String logMessage, java.lang.Throwable t, java.lang.String[] params)
log
in interface EngineLogger
logMessage
- the message to log.t
- A throwable that may or may not accompany the message.params
- explanatory parameters to are message specific.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |