|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.onemind.commons.java.util.LogUtils
public final class LogUtils
Utility methods for loggin
Constructor Summary | |
---|---|
private |
LogUtils()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private LogUtils()
Method Detail |
---|
public static void initLoggingFromClassPath()
public static java.lang.String getTrace(java.lang.Throwable e)
e
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |