Interface StatusListener

All Known Implementing Classes:
NopStatusListener, OnConsoleStatusListener, OnErrorConsoleStatusListener, OnPrintStreamStatusListenerBase, StatusListenerAsList

@Deprecated(since="2022-01-27") public interface StatusListener
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A StatusListener registered with logback context's StatusManager will receive notification of every incoming status message.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
  • Method Details

    • addStatusEvent

      void addStatusEvent(Status status)
      Deprecated.