Package | Description |
---|---|
org.forgerock.audit.events.handlers.writers |
Utility classes for writing streams of characters.
|
org.forgerock.audit.rotation |
Audit log file rotation classes.
|
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 2011-2017 ForgeRock AS.