log_get_filenameΒΆ

log_get_filename returns the log file name or an empty string if logging is disabled.

ssLogFileName = log_get_filename()

Return Value

ssLogFileName is the complete file name or an empty sting if logging is disabled.

History

Version Description
5.0.0 New

id-500328