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

Serialized Form


Package idebug

Class idebug.Context implements Serializable

Serialized Fields

debugConstants

DebugConstants debugConstants
The debugging constants for this class.

isOn

boolean isOn
A flag indicating if debugging is enabled for this context. If (isOn == false), all Debug calls like assert() and print(), but for the query and state change functions (like isOn(), turnOn(), etc.), are short-circuited and do nothing.

level

int level
The current debug level of this context.

categoryHashtable

java.util.Hashtable categoryHashtable
A hashtable that binds category keys (Strings) to levels (Integers).

classHashtable

java.util.Hashtable classHashtable
A hashtable that binds class names (Strings) to enable flags (Booleans).

Class idebug.Event implements Serializable

Serialized Fields

sourceHost

java.lang.String sourceHost
The source host for this event.
See Also:
Event.getSourceHost()

sourceComponent

java.lang.String sourceComponent
The source component for this event.
See Also:
Event.getSourceComponent()

creationDate

java.util.Date creationDate
The date on which this event was created.
See Also:
Event.getCreationDate()

description

java.lang.String description
The text description of this event.
See Also:
Event.getDescription()

type

java.lang.String type
The "type" of this event.
See Also:
Event.getType()

level

int level
The "level" of this event.
See Also:
Event.getLevel(), DebugConstants

Class idebug.FailedAssertionException implements Serializable

Class idebug.Statistic implements Serializable

Serialized Fields

uniqueID

int uniqueID

The unique ID for this statistic.

See Also:
Statistic.getID()

units

java.lang.String units

Units of statistic.

See Also:
Statistic.getUnits()

scale

double scale

Scaling factor of values.

See Also:
#example scale = "1000"

defaultStartValue

double defaultStartValue

Default starting value for statistic.

See Also:
Statistic.getStart(), Collect.reset(idebug.Statistic)

defaultIncrement

double defaultIncrement

Default increment value for statistic.

See Also:
Statistic.getIncrement(), Collect.increment(idebug.Statistic, double)

defaultDecrement

double defaultDecrement

Default decrement value for statistic.

See Also:
Statistic.getDecrement(), Collect.decrement(idebug.Statistic, double)


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