| Package | Description |
|---|---|
| org.forgerock.audit.events.handlers.writers |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousTextWriter
A Text Writer which writes log records asynchronously to character-based stream.
|
class |
RotatableWriter
Creates an
RotatableWriter that supports file rotation and retention. |
static class |
TextWriter.Stream
A TextWriter implementation which writes to a given output stream.
|
class |
TextWriterAdapter
Wraps a
TextWriter in a Writer. |
| Modifier and Type | Method and Description |
|---|---|
TextWriter |
AsynchronousTextWriter.getWrappedWriter()
Retrieves the wrapped writer.
|
| Constructor and Description |
|---|
AsynchronousTextWriter(String name,
boolean autoFlush,
TextWriter writer)
Construct a new AsynchronousTextWriter wrapper.
|
TextWriterAdapter(TextWriter delegate)
Creates the writer.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.