ILogNetLogNetStatistics 属性 |
获取或设置当前的日志记录统计信息,如果你需要统计最近30天的日志,就需要对其实例化,详细参照
LogStatistics
Get or set the current log record statistics. If you need to count the logs of the last 30 days,
you need to instantiate it. For details, please refer to
LogStatistics
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 LogStatistics LogNetStatistics { get; set; }
Property LogNetStatistics As LogStatistics
Get
Set
property LogStatistics^ LogNetStatistics {
LogStatistics^ get ();
void set (LogStatistics^ value);
}
abstract LogNetStatistics : LogStatistics with get, set
属性值
类型:
LogStatistics参见