J-Integra® Espresso Programming Documentation (API)

ORB.initDebug Method

This method initializes debugging based on a user defined text stream.

void initDebug(
 System.IO.TextWriter stream
);

Parameters

stream
User defined text stream.

Remarks

The parameter stream needs to be an implementation of the class System.IO.TextWriter. The ORB uses the method WriteLine to output debug statements. Overwriting this method allows to control the output.

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace