Click or drag to resize

SetErrorLogFile Function (String)

X#
Set the name of the current errorlog file

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION SetErrorLogFile(
	cNewSetting AS STRING
) AS STRING
Request Example View Source

Parameters

cNewSetting
Type: String
New name of error log file

Return Value

Type: String
Previous name of the error log file.
See Also