RotationOption
public enum RotationOption
Options available for rotation strategy.
-
Rotate on startup of TraceLog
Declaration
Swift
case startup
-
Rotate when the max file size reaches maxSize.
Declaration
Swift
case maxSize(UInt64)