Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.logging
/
ProxyLogArchiveService
Proxy
Log
Archive
Service
object
ProxyLogArchiveService
Archives logs/latest.log on startup and keeps only the newest maxArchives archives.
Members
Functions
archive
And
Prune
Link copied to clipboard
fun
archiveAndPrune
(
logsDir
:
Path
,
maxArchives
:
Int
=
10
,
clock
:
Clock
=
Clock.systemDefaultZone()
)