Uses of Interface
org.opends.server.loggers.TextWriter
-
Packages that use TextWriter Package Description org.opends.server.loggers 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 TextWriter Modifier and Type Method Description static TextWriterTextWriter. of(OutputStream outputStream)Returns a new text writer for the provided output stream.Methods in org.opends.server.loggers with parameters of type TextWriter Modifier and Type Method Description TextDebugLogPublisherDebugLogger. addPublisherIfRequired(TextWriter writer)Adds a text debug log publisher that will print all messages to the provided writer, based on debug target(s) defined through system properties.static TextErrorLogPublisherTextErrorLogPublisher. createToolStartupTextErrorPublisher(TextWriter writer)Returns a new text error log publisher which will print all messages to the provided writer.static TextHTTPAccessLogPublisherTextHTTPAccessLogPublisher. 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 TextWriter Constructor Description TextAccessLogPublisher(TextWriter writer, ServerContext serverContext)Prints all messages to the provided writer.
-