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
/
RotationTrigger
Rotation
Trigger
sealed
class
RotationTrigger
(
source
)
Inheritors
Never
TimeBasedTrigger
SizeBasedTrigger
CompositeTrigger
Members
Constructors
Rotation
Trigger
Link copied to clipboard
protected
constructor
(
)
Types
Never
Link copied to clipboard
data
object
Never
:
RotationTrigger
Functions
should
Trigger
Link copied to clipboard
abstract
fun
shouldTrigger
(
currentFile
:
Path
,
currentSize
:
Long
,
lastRotation
:
Instant
)
:
Boolean