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 Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • contextShutdown

      void contextShutdown(LoggerContext loggerContext)