LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
PlainTextFormatter Service Reference

specifies a service which formats log records as single line plain text More...

import"PlainTextFormatter.idl";

Inheritance diagram for PlainTextFormatter:
XLogFormatter

Public Member Functions

 create ()
 creates a PlainTextFormatter instance More...
 
- Public Member Functions inherited from XLogFormatter
string getHead ()
 returns the header string for the log More...
 
string format ([in] LogRecord Record)
 formats the given log record for output More...
 
string getTail ()
 returns the footer string for the log More...
 

Detailed Description

specifies a service which formats log records as single line plain text

Every log record, as passed to XLogFormatter::format(), will be formatted into a single text line, assembling the sequence number, the thread ID, the time of the logged event, the source class/method name (if applicable), and the log message.

Since
OOo 2.3

Member Function Documentation

◆ create()

create ( )

creates a PlainTextFormatter instance


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