Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

gov::lbl::genome::gui::Debug Class Reference

Collaboration diagram for gov::lbl::genome::gui::Debug:

Collaboration graph
[legend]
List of all members.

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")

Detailed Description

Title: Debug

Description: Provide debug output for the applet

Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory

Company: LBNL

Author:
Michael Teplitsky
Version:
2.0


Member Function Documentation

void gov::lbl::genome::gui::Debug::debug Object  o  )  [inline]
 

Print a message to the standatd output

Parameters:
o Object

void gov::lbl::genome::gui::Debug::debug Object  o,
String  msg
[inline]
 

Print a message to the standatd output

Parameters:
o Object
msg String

void gov::lbl::genome::gui::Debug::debugException Throwable  e  )  [inline, static]
 

Print an error's stackTrace.

Parameters:
e Throwable

void gov::lbl::genome::gui::Debug::debugOff  )  [inline]
 

Disable debug printing

void gov::lbl::genome::gui::Debug::debugOn  )  [inline]
 

Enable debug printing

void gov::lbl::genome::gui::Debug::error Object  o,
String  msg
[inline, static]
 

Print a message to the standatd output

Parameters:
o Object
msg String

void gov::lbl::genome::gui::Debug::setDebugExceptions boolean  status  )  [inline, static]
 

enable or disable printing of exceptions

Parameters:
status boolean

void gov::lbl::genome::gui::Debug::setDebugMode boolean  mode  )  [inline]
 

Set debug mode

Parameters:
mode boolean


The documentation for this class was generated from the following file:
Generated on Wed Jan 19 16:58:58 2005 by  doxygen 1.3.9.1