Uses of Interface
org.opends.server.loggers.TextWriter
Packages that use TextWriter
Package
Description
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of TextWriter in org.opends.server.loggers
Methods in org.opends.server.loggers that return TextWriterModifier and TypeMethodDescriptionstatic TextWriter
TextWriter.of
(OutputStream outputStream) Returns a new text writer for the provided output stream.Methods in org.opends.server.loggers with parameters of type TextWriterModifier 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.Constructors in org.opends.server.loggers with parameters of type TextWriterModifierConstructorDescriptionTextAccessLogPublisher
(TextWriter writer, ServerContext serverContext) Prints all messages to the provided writer.