Package | Description |
---|---|
org.forgerock.audit.events.handlers.writers |
Utility classes for writing streams of characters.
|
org.forgerock.audit.handlers.csv |
This package contains the default AuditEventHandler implementations.
|
Constructor and Description |
---|
RotatableWriter(File file,
FileBasedEventHandlerConfiguration configuration,
boolean append)
Constructs a
RotatableWriter given an initial file to manage rotation/retention, and
a FileBasedEventHandlerConfiguration . |
RotatableWriter(File file,
FileBasedEventHandlerConfiguration configuration,
boolean append,
RotatableWriter.RolloverLifecycleHook rolloverLifecycleHook)
Constructs a
RotatableWriter given an initial file to manage rotation/retention, a
a FileBasedEventHandlerConfiguration and a RotatableWriter.RolloverLifecycleHook . |
Modifier and Type | Class and Description |
---|---|
class |
CsvAuditEventHandlerConfiguration
A configuration for CSV audit event handler.
|
Copyright 2011-2015 ForgeRock AS.