
Public Member Functions | |
| Debug (String name) | |
| void | debug (Object o, String msg) | 
| void | debug (Object o) | 
| void | debugOn () | 
| void | debugOff () | 
| void | setDebugMode (boolean mode) | 
Static Public Member Functions | |
| void | debugException (Throwable e) | 
| void | setDebugExceptions (boolean status) | 
| void | error (Object o, String msg) | 
Public Attributes | |
| String | buffer = "" | 
Static Public Attributes | |
| Debug | init = new Debug("debugInit") | 
| Debug | comm = new Debug("debugComm") | 
| Debug | action = new Debug("debugAction") | 
Description: Provide debug output for the applet
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
      
  | 
  
| 
 Print a message to the standatd output 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Print a message to the standatd output 
 
  | 
  
      
  | 
  
| 
 Print an error's stackTrace. 
 
  | 
  
      
  | 
  
| 
 Disable debug printing  | 
  
      
  | 
  
| 
 Enable debug printing  | 
  
      
  | 
  ||||||||||||
| 
 Print a message to the standatd output 
 
  | 
  
      
  | 
  
| 
 enable or disable printing of exceptions 
 
  | 
  
      
  | 
  
| 
 Set debug mode 
 
  | 
  
 1.3.9.1