点击或拖拽改变大小

LogNetSingle 构造函数

实例化一个单文件日志的对象,如果日志的路径为空,那么就不存储数据,只触发BeforeSaveToFile事件
Instantiate a single file log object. If the log path is empty, then no data is stored and only the BeforeSaveToFile event is triggered.

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public LogNetSingle(
	string filePath
)

参数

filePath
类型:SystemString
文件的路径
参见