LibreOffice
LibreOffice 4.3 SDK API Reference
Public Member Functions | List of all members
SimpleLogRing Service Reference

This service allows to log the events in a ring of specified size. More...

import"SimpleLogRing.idl";

Inheritance diagram for SimpleLogRing:
XSimpleLogRing

Public Member Functions

 create ()
 creates a ring of default size - 256 messages More...
 
 createWithSize ([in] long nSize)
 creates a ring of specified size More...
 
- Public Member Functions inherited from XSimpleLogRing
void logString ([in] string aMessage)
 allows to add a message to the logger More...
 
sequence< string > getCollectedLog ()
 allows to get the collected messages from the logger More...
 

Detailed Description

This service allows to log the events in a ring of specified size.

Since
OOo 3.2

Member Function Documentation

create ( )

creates a ring of default size - 256 messages

createWithSize ( [in] long  nSize)

creates a ring of specified size

Parameters
nSizethe number of messages in a ring

The documentation for this service was generated from the following file: