实例化一个单文件日志的对象,如果日志的路径为空,那么就不存储数据,只触发
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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public LogNetSingle(
string filePath
)
Public Sub New (
filePath As String
)
public:
LogNetSingle(
String^ filePath
)
new :
filePath : string -> LogNetSingle
参数
- filePath
- 类型:SystemString
文件的路径
参见