LogNetBaseLogStxAsciiCode 属性 |
获取或设置在记录文件日志的时候,是否记录不可见字符STX(也即是ASCII字符集的0x02)。默认为 True, 也即是记录这个字符,在日志分析的时候,可以更加方便的分析。
Gets or sets whether to record the invisible character STX (that is, 0x02 of the ASCII character set) when recording the file log.
The default is True, that is, this character is recorded, which can be analyzed more conveniently during log analysis.
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool LogStxAsciiCode { get; set; }
Public Property LogStxAsciiCode As Boolean
Get
Set
public:
virtual property bool LogStxAsciiCode {
bool get () sealed;
void set (bool value) sealed;
}
abstract LogStxAsciiCode : bool with get, set
override LogStxAsciiCode : bool with get, set
属性值
类型:
Boolean参见