public interface org.apache.logging.log4j.spi.LoggerContextShutdownEnabled
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.logging.log4j.spi.LoggerContextShutdownEnabled
  super_class: java.lang.Object
{
  public abstract void addShutdownListener(org.apache.logging.log4j.spi.LoggerContextShutdownAware);
    descriptor: (Lorg/apache/logging/log4j/spi/LoggerContextShutdownAware;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract java.util.List<org.apache.logging.log4j.spi.LoggerContextShutdownAware> getListeners();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/apache/logging/log4j/spi/LoggerContextShutdownAware;>;
}
SourceFile: "LoggerContextShutdownEnabled.java"