LogNetBaseFiltrateKeyword 方法 |
过滤掉指定的关键字的日志,该信息不存储,但仍然触发
BeforeSaveToFile事件
Filter out the logs of the specified keywords, the information is not stored, but the
BeforeSaveToFile event is still triggered
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void FiltrateKeyword(
string keyword
)
Public Sub FiltrateKeyword (
keyword As String
)
public:
virtual void FiltrateKeyword(
String^ keyword
) sealed
abstract FiltrateKeyword :
keyword : string -> unit
override FiltrateKeyword :
keyword : string -> unit
参数
- keyword
- 类型:SystemString
关键字
参见