Description
Returns the column widths that should be used to truncate or pad each column in the log.
Syntax
rv = Logging_Services("GetColumnWidths", objLog, LogData, IncomingRowDelimiter, IncomingColumnDelimiter, IgnoreColumnHeaders)
Parameters
Parameter | Description |
---|---|
objLog | [Required] Object handle to the log file. |
LogData | [Required] Data to be appended to the log file. |
IncomingRowDelimiter | [Optional] Delimiter used to separate each log row coming in. This allows incoming log data to have a different delimiter than what will be used in the log file. Default is the RowDelimiter used for appending the log data. |
IncomingColumnDelimiter | [Optional] Delimiter used to separate each column value in the log data. This allows incoming log data to have a different delimiter than what will be used in the log file. Default is the column delimiter used to separate the log data or a comma if fixed widths only are indicated. |
IgnoreColumnHeaders | [Optional] Boolean flag to indicate if the service should attempt to add column headers to an empty log file. Default is false. |
Version
16.0.18