Uses of Class
org.opends.server.loggers.ErrorLogPublisher
Package
Description
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of ErrorLogPublisher in org.opends.server.loggers
Modifier and TypeClassDescriptionfinal class
This class provides an implementation of an error log publisher.final class
This class provides an implementation of an error log publisher.Modifier and TypeMethodDescriptionprotected Collection<ErrorLogPublisher<ErrorLogPublisherCfg>>
ErrorLogger.getLogPublishers()
Modifier and TypeMethodDescriptionvoid
ErrorLogger.addLogPublisher
(ErrorLogPublisher<ErrorLogPublisherCfg> publisher) void
ErrorLogger.modifyLogPublisher
(ErrorLogPublisher<ErrorLogPublisherCfg> currentPublisher, ErrorLogPublisherCfg newConfig) void
ErrorLogger.removeLogPublisher
(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)