setMaxRotateCount

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

Sets the number of rotated logs that are saved (i.e. if the value is 1, then 2 logs will be present: the 'current' and the 'rotated')

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)