|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anthonyeden.lib.util.LogUtilities
A utility class to assist with extended logging.
Method Summary | |
static void |
debug(org.apache.commons.logging.Log log,
java.lang.String message)
Standard debugging. |
static void |
debug(org.apache.commons.logging.Log log,
java.lang.String message,
java.util.Map data)
Extended debugging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void debug(org.apache.commons.logging.Log log, java.lang.String message)
log
- The Log to log tomessage
- The messagepublic static void debug(org.apache.commons.logging.Log log, java.lang.String message, java.util.Map data)
log
- The Log to log tomessage
- The messagedata
- Any additional data to log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |