Uses of Class
org.opends.server.loggers.AccessLogPublisher
-
Packages that use AccessLogPublisher Package Description org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers. -
-
Uses of AccessLogPublisher in org.opends.server.loggers
Subclasses of AccessLogPublisher in org.opends.server.loggers Modifier and Type Class Description class
TextAccessLogPublisher
This class provides the implementation of the access logger used by the directory server.class
TextAuditLogPublisher
This class provides the implementation of the audit logger used by the directory server.Methods in org.opends.server.loggers that return types with arguments of type AccessLogPublisher Modifier and Type Method Description protected Collection<AccessLogPublisher<AccessLogPublisherCfg>>
AccessLogger. getLogPublishers()
Methods in org.opends.server.loggers with parameters of type AccessLogPublisher Modifier and Type Method Description void
AccessLogger. addLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)
void
AccessLogger. removeLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)
-