LogNetBaseWriteInfo 方法 (String) |
写入一条普通日志
Write an infomation log
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void WriteInfo(
string text
)
Public Sub WriteInfo (
text As String
)
public:
virtual void WriteInfo(
String^ text
) sealed
abstract WriteInfo :
text : string -> unit
override WriteInfo :
text : string -> unit
参数
- text
- 类型:SystemString
日志内容
参见