LibreOffice
LibreOffice 4.3 SDK API Reference
Public Member Functions | List of all members
XSimpleLogRing Interface Reference

a simple log ring allowing to collect a limited number of last events More...

import"XSimpleLogRing.idl";

Inheritance diagram for XSimpleLogRing:
DocumentIOLogRing SimpleLogRing

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...
 

Detailed Description

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.

Since
OOo 3.2

Member Function Documentation

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


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