Uses of Class
org.opends.server.loggers.TextDebugLogPublisher
-
Packages that use TextDebugLogPublisher Package Description org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers. -
-
Uses of TextDebugLogPublisher in org.opends.server.loggers
Methods in org.opends.server.loggers that return TextDebugLogPublisher 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.
-