|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.darwinsys.util.Debug
Utilities for debugging
| Constructor Summary | |
Debug()
|
|
| Method Summary | |
static boolean |
isEnabled(java.lang.String category)
Static method to see if a given category of debugging is enabled. |
static void |
println(java.lang.String category,
java.lang.Object stuff)
Same thing but for non-String objects (think of the other form as an optimization of this). |
static void |
println(java.lang.String category,
java.lang.String msg)
Static method to println a given message if the given category is enabled for debugging. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Debug()
| Method Detail |
public static boolean isEnabled(java.lang.String category)
public static void println(java.lang.String category,
java.lang.String msg)
public static void println(java.lang.String category,
java.lang.Object stuff)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||