获取或设置当前的日志信息在存储的时候是否在控制台进行输出,默认不输出。
Gets or sets whether the current log information is output on the console when it is stored. It is not output by default.
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 bool ConsoleOutput { get; set; }
Property ConsoleOutput As Boolean
Get
Set
property bool ConsoleOutput {
bool get ();
void set (bool value);
}
abstract ConsoleOutput : bool with get, set
属性值
类型:
Boolean参见