Description

Returns the file name for the log file associated with the indicated log object handle. This will not include the
path to where the log file is located.

Syntax

rv = Logging_Services("GetLogFileName", objLog, LogData, IncomingRowDelimiter, IncomingColumnDelimiter, IgnoreColumnHeaders)

Parameters

ParameterDescription

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

  • No labels