|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.archimed.dicom.Debug
public class Debug
This class provides a static variable to denote whether to
print debug information to System.err.
Use System.setErr() to write
this information to somewhere else.
note: This class is deprecated. Use the com.archimed.log package to
configure logging.
| Field Summary | |
|---|---|
static int |
DEBUG
Deprecated. The higher this static, the more debug information is printed. |
| Constructor Summary | |
|---|---|
Debug()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
printMessage(java.lang.String msg)
Deprecated. Writes a message to System.err |
static void |
printMessage(java.lang.String method,
int g,
int e)
Deprecated. Writes a message to System.err. form: "method: (g,e) description" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int DEBUG
| Constructor Detail |
|---|
public Debug()
| Method Detail |
|---|
public static void printMessage(java.lang.String method,
int g,
int e)
public static void printMessage(java.lang.String msg)
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||