Uses of Interface
org.forgerock.audit.events.handlers.writers.TextWriter
-
Packages that use TextWriter Package Description org.forgerock.audit.events.handlers.writers Utility classes for writing streams of characters. -
-
Uses of TextWriter in org.forgerock.audit.events.handlers.writers
Classes in org.forgerock.audit.events.handlers.writers that implement TextWriter Modifier and Type Class Description class
AsynchronousTextWriter
A Text Writer which writes log records asynchronously to character-based stream.class
RotatableWriter
Creates anRotatableWriter
that supports file rotation and retention.static class
TextWriter.Stream
A TextWriter implementation which writes to a given output stream.class
TextWriterAdapter
Wraps aTextWriter
in aWriter
.Methods in org.forgerock.audit.events.handlers.writers that return TextWriter Modifier and Type Method Description TextWriter
AsynchronousTextWriter. getWrappedWriter()
Retrieves the wrapped writer.Constructors in org.forgerock.audit.events.handlers.writers with parameters of type TextWriter Constructor Description AsynchronousTextWriter(String name, boolean autoFlush, TextWriter writer)
Construct a new AsynchronousTextWriter wrapper.TextWriterAdapter(TextWriter delegate)
Creates the writer.
-