|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.LogUtil
public class LogUtil
Utilities for logging session-related events.
Constructor Summary | |
---|---|
LogUtil()
|
Method Summary | |
---|---|
static void |
logThrowable(Log log,
java.lang.String message,
java.lang.Throwable t)
Logs a throwable as a session event, including the stack trace. |
static void |
logThrowable(SessionID sessionID,
java.lang.String message,
java.lang.Throwable t)
Logs a throwable as a session event, including the stack trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogUtil()
Method Detail |
---|
public static void logThrowable(Log log, java.lang.String message, java.lang.Throwable t)
log
- a Session logmessage
- error messaget
- the exception to logpublic static void logThrowable(SessionID sessionID, java.lang.String message, java.lang.Throwable t)
sessionID
- the session IDmessage
- the error messaget
- the exception to log
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |