:: com :: sun :: star :: util :: logging ::

service Logger
Description
logger service for user site debugging.
Since
OpenOffice 1.1.2

Exported Interfaces
XLogger
(referenced entity's summary:)
Local logging interface derived from the final 1.4 j2sdk java.util.logging interface. For speedup the XLoggerRemote interface should be used by any component implementing this interface for remote communication. This will enable some prechecks before the costly remote logging call is made.

 
Top of Page