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 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 TextWriter Modifier and Type Method Description TextDebugLogPublisher
DebugLogger. 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 TextErrorLogPublisher
TextErrorLogPublisher. createToolStartupTextErrorPublisher(TextWriter writer)
Returns a new text error log publisher which will print all 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 TextWriter Constructor Description TextAccessLogPublisher(TextWriter writer, ServerContext serverContext)
Prints all messages to the provided writer.
-