Interface LoggerContextShutdownAware

  • All Known Implementing Classes:
    AbstractLoggerAdapter

    public interface LoggerContextShutdownAware
    Interface allowing interested classes to know when a LoggerContext has shutdown - if the LoggerContext implementation provides a way to register listeners.
    • Method Detail

      • contextShutdown

        void contextShutdown​(LoggerContext loggerContext)