log_set_filenameΒΆ

log_set_filename sets a file name of the output file for all loggers.

bool = log_set_filename(ssLogFileName)

Return Value

bool is TRUE (1) if the function was successful and otherwise FALSE (0).

Parameters

ssLogFileName

ssLogFileName is the complete name of a log file. If ssLogFileName is an empty string the log file will be closed. The active log file will also be closed if a new name is specified.

History

Version Description
5.0.0 New

id-713320