| MqttServerLogStatistics 属性  | 
 
            获取当前的日志统计信息,可以获取到每个API的每天的调度次数信息,缓存60天数据,如果需要存储本地,需要调用
SaveToFile(String)方法。
            Get the current log statistics, you can get the daily scheduling times information of each API, and cache 60-day data. 
            If you need to store it locally, you need to call the 
SaveToFile(String) method.
            
 
        命名空间: 
     HslCommunication.MQTT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public LogStatisticsDict LogStatistics { get; }Public ReadOnly Property LogStatistics As LogStatisticsDict
	Get
public:
property LogStatisticsDict^ LogStatistics {
	LogStatisticsDict^ get ();
}member LogStatistics : LogStatisticsDict with get
属性值
类型:
LogStatisticsDict 参见
参见