IDebug
© 1997-2001 Joseph Kiniry
© 2000-2001 KindSoftware
© 1997-1999 Caltech
All Rights Reserved

Package idebug

Interface Summary
DebugConstants DebugConstants is an interface that collects the various constants of the debugging package including debug level ranges, standard debugging messages, statistics definitions, etc.
DebugOutput The interface which all classes providing output methods used to send debugging messages to various types of devices must implement.
 

Class Summary
Assert The core interface to making assertions.
Collect The core interface to gathering statistics.
ConsoleOutput The primary class used to send debugging messages to the Java console via the stderr file descriptor.
Context Context is the data structure that holds the information that is relevent to debugging on a per-thread and a per- threadgroup basis.
Debug Debug is the core class of the IDebug debugging facilities.
DebugOutputBase The abstract class from which all classes providing output methods used to send debugging messages to various types of devices must inherit.
DefaultDebugConstants The default implementation of debug semantics for the IDebug framework.
Event Event is a utility base class from which all log/monitoring events can derive or have embedded.
ServletLogOutput The class used to send debugging messages from within Java servlets.
SimpleCollect A default simple core interface to gathering statistics.
Statistic This class represents a statistic that can be monitored in the monitoring system.
WindowOutput The primary class used to send messages to a window created by the IDebug framework.
WriterOutput The primary class used to send debugging messages to a PrintWriter output channel.
 

Error Summary
FailedAssertionException The runtime exception thrown when an assertion is violated.
 


IDebug
© 1997-2001 Joseph Kiniry
© 2000-2001 KindSoftware
© 1997-1999 Caltech
All Rights Reserved