public class ch.qos.logback.core.status.OnErrorConsoleStatusListener extends ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: ch.qos.logback.core.status.OnErrorConsoleStatusListener
  super_class: ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnErrorConsoleStatusListener this
         0: .line 24
            aload 0 /* this */
            invokespecial ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.<init>:()V
            return
        end local 0 // ch.qos.logback.core.status.OnErrorConsoleStatusListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/status/OnErrorConsoleStatusListener;

  protected java.io.PrintStream getPrintStream();
    descriptor: ()Ljava/io/PrintStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnErrorConsoleStatusListener this
         0: .line 28
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            areturn
        end local 0 // ch.qos.logback.core.status.OnErrorConsoleStatusListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/status/OnErrorConsoleStatusListener;
}
SourceFile: "OnErrorConsoleStatusListener.java"