maximumLogDays property Null safety

int? maximumLogDays
read / write

Time-to-live for local log files. @ discussion The default value is 7 days. Logs stored more than 7 days will be cleared. Only values greater than or equal to 2 can be set.

Implementation

int? maximumLogDays;