Class TextAccessLogPublisher

java.lang.Object
org.opends.server.loggers.AccessLogPublisher<T>
org.opends.server.loggers.TextAccessLogPublisher
All Implemented Interfaces:
Closeable, AutoCloseable, ConfigurationChangeListener<FileBasedAccessLogPublisherCfg>, LogPublisher<FileBasedAccessLogPublisherCfg>

public final class TextAccessLogPublisher extends AccessLogPublisher<T> implements ConfigurationChangeListener<FileBasedAccessLogPublisherCfg>
This class provides the implementation of the access logger used by the directory server.
  • Constructor Details

    • TextAccessLogPublisher

      public TextAccessLogPublisher()
      Default constructor.
    • TextAccessLogPublisher

      public TextAccessLogPublisher(TextWriter writer, ServerContext serverContext)
      Prints all messages to the provided writer.
      Parameters:
      writer - The text writer where the message will be written to.
      serverContext - the server context
  • Method Details