setMaxRotateCount

expect fun setMaxRotateCount(maxRotateCount: Int): LogFileConfiguration(source)

Sets the number of rotated logs that are saved. For instance, if the value is 1 then 2 logs will be present: the 'current' log and the previous 'rotated' log. The default value is 1.

Return

The self object

Parameters

maxRotateCount

The number of rotated logs to be saved

actual fun setMaxRotateCount(maxRotateCount: Int): LogFileConfiguration(source)
actual fun setMaxRotateCount(maxRotateCount: Int): LogFileConfiguration(source)