|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.utils.DebugUtils
public class DebugUtils
A class that allows you to easily add object identity / stack trace information. It's slow and expensive, so shouldn't be kept in production code
Method Summary | |
---|---|
DebugUtils |
logId(java.lang.String fieldName,
java.lang.Object o)
|
DebugUtils |
logStack()
|
static DebugUtils |
withLog(org.apache.log4j.Logger log)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DebugUtils withLog(org.apache.log4j.Logger log)
public DebugUtils logId(java.lang.String fieldName, java.lang.Object o)
public DebugUtils logStack()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |