Package org.forgerock.audit.events.handlers.writers
Utility classes for writing streams of characters.
-
Interface Summary 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 Summary 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 Supports file rotation and retention.TextWriter.Stream A TextWriter implementation which writes to a given output stream.TextWriterAdapter Wraps aTextWriter
in aWriter
.