log_set_filename sets a file name of the output file for all loggers.
Return Value
bool is TRUE (1) if the function was successful and otherwise FALSE (0).
Parameters
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 |
See also
id-713320