LogNetBaseConsoleColorEnable 属性 |
当日志设置了
ConsoleOutput后, 是否启用控制台颜色输出,默认启用
When the log sets
ConsoleOutput, whether to enable console color output is enabled by default
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public bool ConsoleColorEnable { get; set; }
Public Property ConsoleColorEnable As Boolean
Get
Set
public:
virtual property bool ConsoleColorEnable {
bool get () sealed;
void set (bool value) sealed;
}
abstract ConsoleColorEnable : bool with get, set
override ConsoleColorEnable : bool with get, set
属性值
类型:
Boolean
参见