if the CsvLogFormatter is set to have more than one
column, any logged infomation has to be send through this
method before calling log(). E.g.:
XLoggerInstance.log(1000, XCsvLogFormatterInstance.formatMultiColumn(column_data))
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
if the CsvLogFormatter is set to have more than one
column, any logged infomation has to be send through this
method before calling log(). E.g.:
XLoggerInstance.log(1000, XCsvLogFormatterInstance.formatMultiColumn(column_data))
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