Uses of Class
org.opends.server.loggers.ErrorLogPublisher
-
Packages that use ErrorLogPublisher Package Description org.opends.server.loggers 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.loggers Modifier and Type Class Description class
ConsoleErrorLogPublisher
This class provides an implementation of an error log publisher.class
TextErrorLogPublisher
This class provides an implementation of an error log publisher.Methods in org.opends.server.loggers that return types with arguments of type ErrorLogPublisher Modifier and Type Method Description protected Collection<ErrorLogPublisher<ErrorLogPublisherCfg>>
ErrorLogger. getLogPublishers()
Methods in org.opends.server.loggers with parameters of type ErrorLogPublisher Modifier and Type Method Description void
ErrorLogger. addLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
void
ErrorLogger. modifyLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> currentPublisher, ErrorLogPublisherCfg newConfig)
void
ErrorLogger. removeLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
-