LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
SimpleTextFormatter Service Reference

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

import <SimpleTextFormatter.idl;

Inheritance diagram for SimpleTextFormatter:
XLogFormatter

Public Member Functions

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

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, with just the log message being output. If the loglevel is WARNING, or SEVERE, the line will be prefixed accordingly.

Since
LibreOffice 6.2

Member Function Documentation

◆ create()

create ( )

creates a SimpleTextFormatter instance


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