LibreOffice
LibreOffice 4.3 SDK API Reference
|
a simple log ring allowing to collect a limited number of last events More...
import"XSimpleLogRing.idl";
Public Member Functions | |
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... | |
a simple log ring allowing to collect a limited number of last events
The intention of this interface is to provide a simple possibility for developer to collect the most important events without affecting the performance. For this reasons the messages related API is quite simple, the strings should be produced by the preprocessor mainly.
sequence< string > getCollectedLog | ( | ) |
allows to get the collected messages from the logger
It is up to logger implementation to provide only the limited number of last messages.
void logString | ( | [in] string | aMessage | ) |
allows to add a message to the logger