Functions.SetErrorLogFile 方法 (String) | |
Set the name of the current errorlog file
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION SetErrorLogFile(
cNewSetting AS STRING
) AS STRING
public static string SetErrorLogFile(
string cNewSetting
)
查看代码参数
- cNewSetting
- 类型:String
New name of error log file
返回值
类型:
StringPrevious name of the error log file.
参见