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

unpublished service SimpleLogRing
Supported Interface
XSimpleLogRing
Usage Restrictions
not published
Description
This service allows to log the events in a ring of specified size.
Since
OOo 3.2


Constructors' Summary
create creates a ring of default size - 256 messages  
createWithSize creates a ring of specified size  
Constructors' Details
create
create();

Description
creates a ring of default size - 256 messages
createWithSize
createWithSize( [in] long  nSize );

Description
creates a ring of specified size
Parameter nSize
the number of messages in a ring

 
Top of Page