:: com :: sun :: star :: logging ::

unpublished service PlainTextFormatter
Supported Interface
XLogFormatter
Usage Restrictions
not published
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


Constructors' Summary
create creates a PlainTextFormatter instance 
Constructors' Details
create
create();

Description
creates a PlainTextFormatter instance

 
Top of Page