Uses of Interface
org.opends.server.loggers.LogPublisher
Package
Description
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of LogPublisher in org.opends.server.loggers
Modifier and TypeClassDescriptionclass
AbstractLogger<P extends LogPublisher<C>,
C extends LogPublisherCfg> This class defines the wrapper that will invoke all registered loggers for each type of request received or response sent.Modifier and TypeClassDescriptionclass
AccessLogPublisher<T extends AccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server access log publisher.final class
This class provides an implementation of an error log publisher.class
ErrorLogPublisher<T extends ErrorLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server error log publisher.class
HTTPAccessLogPublisher<T extends HttpAccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server HTTP access log publisher.final class
This class provides the implementation of the access logger used by the directory server.final class
This class provides the implementation of the audit logger used by the directory server.final class
This class provides an implementation of an error log publisher.final class
This class provides the implementation of the HTTP access logger used by the directory server.