LogNetBaseWriteDebug 方法 (String, String) |
写入一条带关键字的调试日志
Write a debug log with keywords
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void WriteDebug(
string keyWord,
string text
)
Public Sub WriteDebug (
keyWord As String,
text As String
)
public:
virtual void WriteDebug(
String^ keyWord,
String^ text
) sealed
abstract WriteDebug :
keyWord : string *
text : string -> unit
override WriteDebug :
keyWord : string *
text : string -> unit
参数
- keyWord
- 类型:SystemString
关键字 - text
- 类型:SystemString
日志内容
参见