SetErrorLogFile Function (String) | |
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
public static string SetErrorLogFile(
string cNewSetting
)
Request Example
View SourceParameters
- cNewSetting
- Type: String
New name of error log file
Return Value
Type:
StringPrevious name of the error log file.
See Also