Uses of Class
org.opends.server.loggers.ErrorLogPublisher
Packages that use ErrorLogPublisher
Package
Description
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of ErrorLogPublisher in org.opends.server.loggers
Subclasses of ErrorLogPublisher in org.opends.server.loggersModifier 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.Methods in org.opends.server.loggers that return types with arguments of type ErrorLogPublisherModifier and TypeMethodDescriptionprotected Collection<ErrorLogPublisher<ErrorLogPublisherCfg>>
ErrorLogger.getLogPublishers()
Methods in org.opends.server.loggers with parameters of type ErrorLogPublisherModifier and TypeMethodDescriptionvoid
ErrorLogger.addLogPublisher
(ErrorLogPublisher<ErrorLogPublisherCfg> publisher) void
ErrorLogger.modifyLogPublisher
(ErrorLogPublisher<ErrorLogPublisherCfg> currentPublisher, ErrorLogPublisherCfg newConfig) void
ErrorLogger.removeLogPublisher
(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)