|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gc.iotools.stream.utils.LogUtils
public final class LogUtils
Utilities for logging.
| Method Summary | |
|---|---|
static String |
getCaller(Class<?> clazz)
Returns the caller of the class passed as an argument. |
static String |
getCaller(Class<?> me,
int nframes)
Returns the caller stack of the class passed as an argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getCaller(Class<?> clazz)
clazz - The current class
public static String getCaller(Class<?> me,
int nframes)
nframes - Number of stack frames to log out.me - The current class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||