org.globus.util.debug
Class Debug

java.lang.Object
  extended by org.globus.util.debug.Debug

Deprecated. Use Log4j API instead.

public class Debug
extends Object


Field Summary
static int debugLevel
          Deprecated.  
static PrintStream out
          Deprecated.  
 
Constructor Summary
Debug()
          Deprecated.  
 
Method Summary
static void debug(int level, String msg)
          Deprecated.  
static void debug(int level, String msg, Exception e)
          Deprecated.  
static void debug(int level, String header, String msg)
          Deprecated.  
static void debug(String msg)
          Deprecated.  
static void error(String msg)
          Deprecated.  
static void error(String msg, Exception ex)
          Deprecated.  
static void print(String msg)
          Deprecated.  
static void println(String msg)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugLevel

public static int debugLevel
Deprecated. 

out

public static PrintStream out
Deprecated. 
Constructor Detail

Debug

public Debug()
Deprecated. 
Method Detail

println

public static void println(String msg)
Deprecated. 

print

public static void print(String msg)
Deprecated. 

error

public static void error(String msg)
Deprecated. 

error

public static void error(String msg,
                         Exception ex)
Deprecated. 

debug

public static void debug(String msg)
Deprecated. 

debug

public static void debug(int level,
                         String msg)
Deprecated. 

debug

public static void debug(int level,
                         String header,
                         String msg)
Deprecated. 

debug

public static void debug(int level,
                         String msg,
                         Exception e)
Deprecated.