CommunicationTcpServerLogDebugMsg 方法 |
记录当前的日志信息
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected void LogDebugMsg(
string message
)
Protected Sub LogDebugMsg (
message As String
)
protected:
void LogDebugMsg(
String^ message
)
member LogDebugMsg :
message : string -> unit
参数
- message
- 类型:SystemString
消息文本
参见