Interface LoggingService

All Superinterfaces:
Component, InitializableComponent, ReloadableService<Object>
All Known Implementing Classes:
LogbackLoggingService

public interface LoggingService extends ReloadableService<Object>
A logging configuration abstraction that piggybacks on the ReloadableService interface.
  • Method Details

    • setLoggingConfiguration

      void setLoggingConfiguration(@Nonnull Resource configuration)
      Sets the logging configuration.
      Parameters:
      configuration - logging configuration