LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a service which formats log records as single line plain text More...
Public Member Functions | |
create () | |
creates a PlainTextFormatter instance | |
![]() | |
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 | |
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.
create | ( | ) |
creates a PlainTextFormatter instance