|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.krep.compiler.util.Debug
public final class Debug
Print debug informations with different levels of detail.
Field Summary | |
---|---|
static int |
ALL
verbose mode. |
static int |
NORMAL
Print only relevant info. |
static int |
SILENT
Do not print any debug info. |
Method Summary | |
---|---|
static void |
high(String s)
print with high priority (in any case). |
static boolean |
isHigh()
|
static void |
low(String s)
print with low priority (only in verbose mode). |
static void |
medium(String s)
print with medium priority. |
static void |
setLevel(int l)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SILENT
public static final int NORMAL
public static final int ALL
Method Detail |
---|
public static void setLevel(int l)
l
- debug levelpublic static void low(String s)
s
- debug informationpublic static void high(String s)
s
- debug informationpublic static void medium(String s)
s
- debug informationpublic static boolean isHigh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |