A

AppendLog

Appends data to the log file associated with the indicated log object handle.

C

CreateLogFile

Creates (or clears out) a log file associated with the indicated log object handle.

G

GetColumnDelimiter

Returns the delimiter to use to separate each column in the log.

GetColumnHeaders

Returns the column headers that should be in the log.

GetColumnWidths

Returns the column widths that should be used to truncate or pad each column in the log.

GetLogFileName

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.

GetLogFullPath

Returns the full path for the log file associated with the indicated log object handle.

GetLogPath

Returns the path for the log file associated with the indicated log object handle. This will not include the name of
the log file itself.

GetQuoteValues

Returns the flag to indicate whether column values should be quoted or not.

GetRowDelimiter

Returns the delimiter to use to separate each row in the log.

N
NewLog

Returns an object handle to a log file.

  • No labels