public final class LogUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
LogUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTrace(java.lang.Throwable e)
Get the stack trace in a string
|
static void |
initLoggingFromClassPath()
Init java logging by looking for logging.properties in the class paths
|
public static void initLoggingFromClassPath()
public static java.lang.String getTrace(java.lang.Throwable e)
e
- the exception