LibreOffice
LibreOffice 4.2 SDK API Reference
|
This service allows to log the events in a ring of specified size. More...
import"SimpleLogRing.idl";
Public Member Functions | |
create () | |
creates a ring of default size - 256 messages More... | |
createWithSize ([in] long nSize) | |
creates a ring of specified size More... | |
![]() | |
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... | |
This service allows to log the events in a ring of specified size.
create | ( | ) |
creates a ring of default size - 256 messages
createWithSize | ( | [in] long | nSize | ) |
creates a ring of specified size
nSize | the number of messages in a ring |