edu.yale.emailet
Class Debug

java.lang.Object
  |
  +--edu.yale.emailet.Debug

public class Debug
extends java.lang.Object

Author:
hong To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
Debug()
           
 
Method Summary
static void print(java.lang.Object caller, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

print

public static void print(java.lang.Object caller,
                         java.lang.String msg)
Parameters:
caller - The calling object, normally "this" should be used.
msg - The debugging message to be printed.