public abstract class ch.qos.logback.core.status.OnPrintStreamStatusListenerBase extends ch.qos.logback.core.spi.ContextAwareBase implements ch.qos.logback.core.status.StatusListener, ch.qos.logback.core.spi.LifeCycle
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
  super_class: ch.qos.logback.core.spi.ContextAwareBase
{
  boolean isStarted;
    descriptor: Z
    flags: (0x0000) 

  static final long DEFAULT_RETROSPECTIVE;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 300

  long retrospectiveThresold;
    descriptor: J
    flags: (0x0000) 

  java.lang.String prefix;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
         0: .line 27
            aload 0 /* this */
            invokespecial ch.qos.logback.core.spi.ContextAwareBase.<init>:()V
         1: .line 29
            aload 0 /* this */
            iconst_0
            putfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.isStarted:Z
         2: .line 32
            aload 0 /* this */
            ldc 300
            putfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.retrospectiveThresold:J
         3: .line 27
            return
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;

  protected abstract java.io.PrintStream getPrintStream();
    descriptor: ()Ljava/io/PrintStream;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  private void print(ch.qos.logback.core.status.Status);
    descriptor: (Lch/qos/logback/core/status/Status;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
        start local 1 // ch.qos.logback.core.status.Status status
         0: .line 47
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         1: .line 48
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.prefix:Ljava/lang/String;
            ifnull 3
         2: .line 49
            aload 2 /* sb */
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.prefix:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 51
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 2 /* sb */
            ldc ""
            aload 1 /* status */
            invokestatic ch.qos.logback.core.util.StatusPrinter.buildStr:(Ljava/lang/StringBuilder;Ljava/lang/String;Lch/qos/logback/core/status/Status;)V
         4: .line 52
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.getPrintStream:()Ljava/io/PrintStream;
            aload 2 /* sb */
            invokevirtual java.io.PrintStream.print:(Ljava/lang/Object;)V
         5: .line 53
            return
        end local 2 // java.lang.StringBuilder sb
        end local 1 // ch.qos.logback.core.status.Status status
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;
            0    6     1  status  Lch/qos/logback/core/status/Status;
            1    6     2      sb  Ljava/lang/StringBuilder;
    MethodParameters:
        Name  Flags
      status  

  public void addStatusEvent(ch.qos.logback.core.status.Status);
    descriptor: (Lch/qos/logback/core/status/Status;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
        start local 1 // ch.qos.logback.core.status.Status status
         0: .line 56
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.isStarted:Z
            ifne 2
         1: .line 57
            return
         2: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* status */
            invokevirtual ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.print:(Lch/qos/logback/core/status/Status;)V
         3: .line 59
            return
        end local 1 // ch.qos.logback.core.status.Status status
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;
            0    4     1  status  Lch/qos/logback/core/status/Status;
    MethodParameters:
        Name  Flags
      status  

  private void retrospectivePrint();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
         0: .line 65
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.context:Lch/qos/logback/core/Context;
            ifnonnull 2
         1: .line 66
            return
         2: .line 67
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 1 /* now */
        start local 1 // long now
         3: .line 68
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.context:Lch/qos/logback/core/Context;
            invokeinterface ch.qos.logback.core.Context.getStatusManager:()Lch/qos/logback/core/status/StatusManager;
            astore 3 /* sm */
        start local 3 // ch.qos.logback.core.status.StatusManager sm
         4: .line 69
            aload 3 /* sm */
            invokeinterface ch.qos.logback.core.status.StatusManager.getCopyOfStatusList:()Ljava/util/List;
            astore 4 /* statusList */
        start local 4 // java.util.List statusList
         5: .line 70
            aload 4 /* statusList */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: ch.qos.logback.core.status.OnPrintStreamStatusListenerBase long ch.qos.logback.core.status.StatusManager java.util.List top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast ch.qos.logback.core.status.Status
            astore 5 /* status */
        start local 5 // ch.qos.logback.core.status.Status status
         7: .line 71
            aload 5 /* status */
            invokeinterface ch.qos.logback.core.status.Status.getDate:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lstore 7 /* timestampOfStatusMesage */
        start local 7 // long timestampOfStatusMesage
         8: .line 72
            aload 0 /* this */
            lload 1 /* now */
            lload 7 /* timestampOfStatusMesage */
            invokevirtual ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.isElapsedTimeLongerThanThreshold:(JJ)Z
            ifeq 10
         9: .line 73
            aload 0 /* this */
            aload 5 /* status */
            invokevirtual ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.print:(Lch/qos/logback/core/status/Status;)V
        end local 7 // long timestampOfStatusMesage
        end local 5 // ch.qos.logback.core.status.Status status
        10: .line 70
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        11: .line 76
            return
        end local 4 // java.util.List statusList
        end local 3 // ch.qos.logback.core.status.StatusManager sm
        end local 1 // long now
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   12     0                     this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;
            3   12     1                      now  J
            4   12     3                       sm  Lch/qos/logback/core/status/StatusManager;
            5   12     4               statusList  Ljava/util/List<Lch/qos/logback/core/status/Status;>;
            7   10     5                   status  Lch/qos/logback/core/status/Status;
            8   10     7  timestampOfStatusMesage  J

  private boolean isElapsedTimeLongerThanThreshold(long, long);
    descriptor: (JJ)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
        start local 1 // long now
        start local 3 // long timestamp
         0: .line 79
            lload 1 /* now */
            lload 3 /* timestamp */
            lsub
            lstore 5 /* elapsedTime */
        start local 5 // long elapsedTime
         1: .line 80
            lload 5 /* elapsedTime */
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.retrospectiveThresold:J
            lcmp
            ifge 2
            iconst_1
            ireturn
      StackMap locals: long
      StackMap stack:
         2: iconst_0
            ireturn
        end local 5 // long elapsedTime
        end local 3 // long timestamp
        end local 1 // long now
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;
            0    3     1          now  J
            0    3     3    timestamp  J
            1    3     5  elapsedTime  J
    MethodParameters:
           Name  Flags
      now        
      timestamp  

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
         0: .line 88
            aload 0 /* this */
            iconst_1
            putfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.isStarted:Z
         1: .line 89
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.retrospectiveThresold:J
            lconst_0
            lcmp
            ifle 3
         2: .line 90
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.retrospectivePrint:()V
         3: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;

  public java.lang.String getPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
         0: .line 95
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.prefix:Ljava/lang/String;
            areturn
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;

  public void setPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
        start local 1 // java.lang.String prefix
         0: .line 99
            aload 0 /* this */
            aload 1 /* prefix */
            putfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.prefix:Ljava/lang/String;
         1: .line 100
            return
        end local 1 // java.lang.String prefix
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;
            0    2     1  prefix  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  

  public void setRetrospective(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
        start local 1 // long retrospective
         0: .line 103
            aload 0 /* this */
            lload 1 /* retrospective */
            putfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.retrospectiveThresold:J
         1: .line 104
            return
        end local 1 // long retrospective
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;
            0    2     1  retrospective  J
    MethodParameters:
               Name  Flags
      retrospective  

  public long getRetrospective();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
         0: .line 107
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.retrospectiveThresold:J
            lreturn
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
         0: .line 111
            aload 0 /* this */
            iconst_0
            putfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.isStarted:Z
         1: .line 112
            return
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;

  public boolean isStarted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
         0: .line 115
            aload 0 /* this */
            getfield ch.qos.logback.core.status.OnPrintStreamStatusListenerBase.isStarted:Z
            ireturn
        end local 0 // ch.qos.logback.core.status.OnPrintStreamStatusListenerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/status/OnPrintStreamStatusListenerBase;
}
SourceFile: "OnPrintStreamStatusListenerBase.java"