:: com :: sun :: star :: logging ::
|
unpublished |
interface XCsvLogFormatter |
|
|
- Base Interfaces
XCsvLogFormatter
┗ XLogFormatter
XLogFormatter |
- (referenced interface's summary:)
- specifies the interface to be used for formatting log records
|
|
- Usage Restrictions
- not published
- Description
- specifies the interface used for formatting log records for RFC4180 CSV
output
- Since
- OOo 3.0
- See also
- XLogFormatter,
XLogHandler
|
Methods' Summary |
formatMultiColumn |
if the CsvLogFormatter is set to have more than one
column, any logged information has to be send through this
method before calling log(). E.g.:
XLoggerInstance.log(1000, XCsvLogFormatterInstance.formatMultiColumn(column_data))
|
Attributes' Summary |
LogEventNo |
Defines if the EventNo should be logged |
LogThread |
Defines if the ThreadId should be logged |
LogTimestamp |
Defines if the Timestamp should be logged |
LogSource |
Defines if the Source should be logged |
Columnnames |
Defines the names of the additional columns
this defaults to only one row titled "message".
if this is set to more than one column, the
messages need to be preformatted using
formatMultiColumn |
Methods' Details |
formatMultiColumn
string |
formatMultiColumn( |
[in] sequence< string > |
column_data ); |
- Description
- if the CsvLogFormatter is set to have more than one
column, any logged information has to be send through this
method before calling log(). E.g.:
XLoggerInstance.log(1000, XCsvLogFormatterInstance.formatMultiColumn(column_data))
|
|
Attributes' Details |
LogEventNo
boolean LogEventNo;
- Description
- Defines if the EventNo should be logged
|
|
LogThread
boolean LogThread;
- Description
- Defines if the ThreadId should be logged
|
|
LogTimestamp
boolean LogTimestamp;
- Description
- Defines if the Timestamp should be logged
|
|
LogSource
boolean LogSource;
- Description
- Defines if the Source should be logged
|
|
Columnnames
sequence< string > Columnnames;
- Description
- Defines the names of the additional columns
this defaults to only one row titled "message".
if this is set to more than one column, the
messages need to be preformatted using
formatMultiColumn
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.