maximumLogDays property

int? maximumLogDays
getter/setter pair

本地 log 存活期 @discusssion 默认为 7 天。即超过 7 天的 log 将被清除。只能设置大于等于 2 的值。

Implementation

int? maximumLogDays;