public class LogUtil extends Object
Constructor and Description |
---|
LogUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
logThrowable(Log log,
String message,
Throwable t)
Logs a throwable as a session event, including the stack trace.
|
static void |
logThrowable(SessionID sessionID,
String message,
Throwable t)
Logs a throwable as a session event, including the stack trace.
|
Copyright © 2021. All rights reserved.