NIST SIP Parser and Stack (v1.2) API

gov.nist.core
Class Debug

java.lang.Object
  |
  +--gov.nist.core.Debug

public class Debug
extends Object

A class to do debug printfs


Field Summary
static boolean debug
           
static boolean parserDebug
           
 
Constructor Summary
Debug()
           
 
Method Summary
static void print(String s)
           
static void println(String s)
           
static void printStackTrace(Exception ex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug
See Also:
Constant Field Values

parserDebug

public static final boolean parserDebug
See Also:
Constant Field Values
Constructor Detail

Debug

public Debug()
Method Detail

print

public static void print(String s)

println

public static void println(String s)

printStackTrace

public static void printStackTrace(Exception ex)

NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.