EventLoggingServiceManager

public interface EventLoggingServiceManager

A logging service manager that allows for registration of logging services. This class is exposed as an OSGi service to support cross-bundle registration.

Methods

registerEventLoggingService

void registerEventLoggingService(EventLoggingService eventLoggingService)

Register a logging service in the platform, which will generate listeners for that logging service based on the subjects it listens on.

Parameters:
  • eventLoggingService – the logging service to add to the platform

updateEventLoggingService

void updateEventLoggingService(EventLoggingService eventLoggingService)

Not yet implemented.

Parameters:
  • eventLoggingService