SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.rotation
/
RetentionConfig
Retention
Config
data
class
RetentionConfig
(
val
maxHistoryDays
:
Int
=
30
,
val
maxFiles
:
Int
=
100
,
val
totalSizeCapBytes
:
Long
=
10L * 1024 * 1024 * 1024
)
(
source
)
Members
Constructors
Retention
Config
Link copied to clipboard
constructor
(
maxHistoryDays
:
Int
=
30
,
maxFiles
:
Int
=
100
,
totalSizeCapBytes
:
Long
=
10L * 1024 * 1024 * 1024
)
Properties
max
Files
Link copied to clipboard
val
maxFiles
:
Int
max
History
Days
Link copied to clipboard
val
maxHistoryDays
:
Int
total
Size
Cap
Bytes
Link copied to clipboard
val
totalSizeCapBytes
:
Long