Interface LoggingService

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

@Deprecated(forRemoval=true, since="4.2.2") public interface LoggingService extends ReloadableService<Object>
Deprecated, for removal: This API element is subject to removal in a future version.
A logging configuration abstraction that piggybacks on the ReloadableService interface.

This interface is being moved to a supporting library.

  • Method Details

    • setLoggingConfiguration

      void setLoggingConfiguration(@Nonnull Resource configuration)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the logging configuration.
      Parameters:
      configuration - logging configuration