Uses of Interface
org.opends.server.loggers.TextWriter
Package
Description
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of TextWriter in org.opends.server.loggers
Modifier and TypeMethodDescriptionstatic TextWriter
TextWriter.of
(OutputStream outputStream) Returns a new text writer for the provided output stream.Modifier and TypeMethodDescriptionstatic TextErrorLogPublisher
TextErrorLogPublisher.createToolStartupTextErrorPublisher
(TextWriter writer) Returns a new text error log publisher which will print all but debug messages to the provided writer.static TextHTTPAccessLogPublisher
TextHTTPAccessLogPublisher.getStartupTextHTTPAccessPublisher
(TextWriter writer) Returns an instance of the text HTTP access log publisher that will print all messages to the provided writer.ModifierConstructorDescriptionTextAccessLogPublisher
(TextWriter writer, ServerContext serverContext) Prints all messages to the provided writer.