| ILogNetFiltrateKeyword 方法  | 
 
            过滤掉指定的关键字的日志,该信息不存储,但仍然触发
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.5.1.0 (12.5.1.0)
 语法
语法void FiltrateKeyword(
	string keyword
)
Sub FiltrateKeyword ( 
	keyword As String
)
void FiltrateKeyword(
	String^ keyword
)
abstract FiltrateKeyword : 
        keyword : string -> unit 
参数
- keyword
- 类型:SystemString
 关键字
 参见
参见