JAVA/CORBA CLASSES


Making a log
Example

The Log class provides these methods for opening a log:


The close method closes a log.

These methods make entries in the log:


The logEvent method can be used on servers to generate events on the network.

The following methods access the Log properties:


Example
See Also