|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.util.Debug
Debugging class.
Field Summary | |
static boolean |
debGeneralEnabled
Deprecated. |
Constructor Summary | |
Debug(String debClass,
boolean debEnable)
Deprecated. |
Method Summary | |
void |
deb(String msg)
Deprecated. |
void |
deb(String prefix,
String msg)
Deprecated. |
void |
err(Exception exc)
Deprecated. |
void |
err(Exception exc,
String msg)
Deprecated. |
void |
err(String msg)
Deprecated. |
void |
err(String prefix,
Exception exc,
String msg)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean debGeneralEnabled
Constructor Detail |
public Debug(String debClass, boolean debEnable)
Method Detail |
public void deb(String prefix, String msg)
public void deb(String msg)
public void err(String prefix, Exception exc, String msg)
public void err(Exception exc, String msg)
public void err(Exception exc)
public void err(String msg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |