Trispark JDT
2.50.13

com.archimed.dicom
Class Debug

java.lang.Object
  extended by com.archimed.dicom.Debug

Deprecated.

public class Debug
extends java.lang.Object

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.

Since:
1.0

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

DEBUG

public static int DEBUG
Deprecated. 
The higher this static, the more debug information is printed. Default: 0: don't print debug information.

Constructor Detail

Debug

public Debug()
Deprecated. 
Method Detail

printMessage

public static void printMessage(java.lang.String method,
                                int g,
                                int e)
Deprecated. 
Writes a message to System.err.
form: "method: (g,e) description"


printMessage

public static void printMessage(java.lang.String msg)
Deprecated. 
Writes a message to System.err


Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.