LogNetBaseConsoleOutput 属性 |
获取或设置当前的日志信息在存储的时候是否在控制台进行输出,默认不输出。
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)
语法 public bool ConsoleOutput { get; set; }
Public Property ConsoleOutput As Boolean
Get
Set
public:
virtual property bool ConsoleOutput {
bool get () sealed;
void set (bool value) sealed;
}
abstract ConsoleOutput : bool with get, set
override ConsoleOutput : bool with get, set
属性值
类型:
Boolean参见