Package org.forgerock.audit.events.handlers.writers
package org.forgerock.audit.events.handlers.writers
Utility classes for writing streams of characters.
-
ClassDescriptionA Text Writer which writes log records asynchronously to character-based stream.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.Supports file rotation and retention.Callback hooks to allow custom action to be taken before and after the checks for rotation and retention is performed.A TextWriter provides a character-based stream which can be queried for number of bytes written.A TextWriter implementation which writes to a given output stream.Wraps a
TextWriter
in aWriter
.