Package | Description |
---|---|
org.forgerock.audit.events.handlers.writers | |
org.forgerock.audit.rotation |
Modifier and Type | Class and Description |
---|---|
class |
RotatableWriter
Creates an
RotatableWriter that supports file rotation and retention. |
Modifier and Type | Method and Description |
---|---|
boolean |
TimeLimitRotationPolicy.shouldRotateFile(RotatableObject rotatable)
Checks whether or not a
RotatableObject needs rotation. |
boolean |
SizeBasedRotationPolicy.shouldRotateFile(RotatableObject file)
Indicates whether or not a
RotatableObject needs rotation. |
boolean |
RotationPolicy.shouldRotateFile(RotatableObject file)
This method indicates if the log file should be rotated or not.
|
boolean |
FixedTimeRotationPolicy.shouldRotateFile(RotatableObject rotatable)
This method indicates if the log file should be rotated or not.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.