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 classTextAccessLogPublisherThis class provides the implementation of the access logger used by the directory server.classTextAuditLogPublisherThis 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 voidAccessLogger. addLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)voidAccessLogger. removeLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)
-