| Interface | Description |
|---|---|
| RotatableWriter.RolloverLifecycleHook |
Callback hooks to allow custom action to be taken before and after the checks for rotation and
retention is performed.
|
| TextWriter |
A TextWriter provides a character-based stream which can be queried for number of bytes written.
|
| Class | Description |
|---|---|
| AsynchronousTextWriter |
A Text Writer which writes log records asynchronously to character-based stream.
|
| MeteredStream |
A metered stream is a subclass of OutputStream that
(a) forwards all its output to a target stream
(b) keeps track of how many bytes have been written.
|
| RotatableWriter |
Creates an
RotatableWriter that supports file rotation and retention. |
| TextWriter.Stream |
A TextWriter implementation which writes to a given output stream.
|
| TextWriterAdapter |
Wraps a
TextWriter in a Writer. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.