Developer_release_1.4.0
Enum mint.enums.log_rotation_type
Describes how to rotato logs on the device.
Properties
0 | (string) [0] = "ROTATE_BY_DAYS" |
1 | (string) [1] = "ROTATE_BY_SIZE" |
ROTATE_BY_DAYS | (integer) ROTATE_BY_DAYS = 0 |
ROTATE_BY_SIZE | (integer) ROTATE_BY_SIZE = 1 |