class org.springframework.boot.logging.logback.DefaultLogbackConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.logging.logback.DefaultLogbackConfiguration
  super_class: java.lang.Object
{
  private static final java.lang.String CONSOLE_LOG_PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "%clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss.SSS}}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"

  private static final java.lang.String FILE_LOG_PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss.SSS}} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- [%t] %-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"

  private static final org.springframework.util.unit.DataSize MAX_FILE_SIZE;
    descriptor: Lorg/springframework/util/unit/DataSize;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.Integer MAX_FILE_HISTORY;
    descriptor: Ljava/lang/Integer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.core.env.PropertyResolver patterns;
    descriptor: Lorg/springframework/core/env/PropertyResolver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.logging.LogFile logFile;
    descriptor: Lorg/springframework/boot/logging/LogFile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 61
            ldc 10
            invokestatic org.springframework.util.unit.DataSize.ofMegabytes:(J)Lorg/springframework/util/unit/DataSize;
            putstatic org.springframework.boot.logging.logback.DefaultLogbackConfiguration.MAX_FILE_SIZE:Lorg/springframework/util/unit/DataSize;
         1: .line 63
            bipush 7
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putstatic org.springframework.boot.logging.logback.DefaultLogbackConfiguration.MAX_FILE_HISTORY:Ljava/lang/Integer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.springframework.boot.logging.LoggingInitializationContext, org.springframework.boot.logging.LogFile);
    descriptor: (Lorg/springframework/boot/logging/LoggingInitializationContext;Lorg/springframework/boot/logging/LogFile;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
        start local 1 // org.springframework.boot.logging.LoggingInitializationContext initializationContext
        start local 2 // org.springframework.boot.logging.LogFile logFile
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* initializationContext */
            invokevirtual org.springframework.boot.logging.LoggingInitializationContext.getEnvironment:()Lorg/springframework/core/env/Environment;
            invokevirtual org.springframework.boot.logging.logback.DefaultLogbackConfiguration.getPatternsResolver:(Lorg/springframework/core/env/Environment;)Lorg/springframework/core/env/PropertyResolver;
            putfield org.springframework.boot.logging.logback.DefaultLogbackConfiguration.patterns:Lorg/springframework/core/env/PropertyResolver;
         2: .line 71
            aload 0 /* this */
            aload 2 /* logFile */
            putfield org.springframework.boot.logging.logback.DefaultLogbackConfiguration.logFile:Lorg/springframework/boot/logging/LogFile;
         3: .line 72
            return
        end local 2 // org.springframework.boot.logging.LogFile logFile
        end local 1 // org.springframework.boot.logging.LoggingInitializationContext initializationContext
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
            0    4     1  initializationContext  Lorg/springframework/boot/logging/LoggingInitializationContext;
            0    4     2                logFile  Lorg/springframework/boot/logging/LogFile;
    MethodParameters:
                       Name  Flags
      initializationContext  
      logFile                

  private org.springframework.core.env.PropertyResolver getPatternsResolver(org.springframework.core.env.Environment);
    descriptor: (Lorg/springframework/core/env/Environment;)Lorg/springframework/core/env/PropertyResolver;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
        start local 1 // org.springframework.core.env.Environment environment
         0: .line 75
            aload 1 /* environment */
            ifnonnull 2
         1: .line 76
            new org.springframework.core.env.PropertySourcesPropertyResolver
            dup
            aconst_null
            invokespecial org.springframework.core.env.PropertySourcesPropertyResolver.<init>:(Lorg/springframework/core/env/PropertySources;)V
            areturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* environment */
            instanceof org.springframework.core.env.ConfigurableEnvironment
            ifeq 8
         3: .line 79
            new org.springframework.core.env.PropertySourcesPropertyResolver
            dup
         4: .line 80
            aload 1 /* environment */
            checkcast org.springframework.core.env.ConfigurableEnvironment
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
         5: .line 79
            invokespecial org.springframework.core.env.PropertySourcesPropertyResolver.<init>:(Lorg/springframework/core/env/PropertySources;)V
            astore 2 /* resolver */
        start local 2 // org.springframework.core.env.PropertySourcesPropertyResolver resolver
         6: .line 81
            aload 2 /* resolver */
            iconst_1
            invokevirtual org.springframework.core.env.PropertySourcesPropertyResolver.setIgnoreUnresolvableNestedPlaceholders:(Z)V
         7: .line 82
            aload 2 /* resolver */
            areturn
        end local 2 // org.springframework.core.env.PropertySourcesPropertyResolver resolver
         8: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* environment */
            areturn
        end local 1 // org.springframework.core.env.Environment environment
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
            0    9     1  environment  Lorg/springframework/core/env/Environment;
            6    8     2     resolver  Lorg/springframework/core/env/PropertySourcesPropertyResolver;
    MethodParameters:
             Name  Flags
      environment  

  void apply(org.springframework.boot.logging.logback.LogbackConfigurator);
    descriptor: (Lorg/springframework/boot/logging/logback/LogbackConfigurator;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tThe method consoleAppender(LogbackConfigurator) from the type DefaultLogbackConfiguration refers to the missing type Appender\n\tAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tThe method fileAppender(LogbackConfigurator, String) from the type DefaultLogbackConfiguration refers to the missing type Appender\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
    MethodParameters:
        Name  Flags
      config  

  private void base(org.springframework.boot.logging.logback.LogbackConfigurator);
    descriptor: (Lorg/springframework/boot/logging/logback/LogbackConfigurator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method conversionRule(String, Class<? extends Converter>) from the type LogbackConfigurator refers to the missing type Converter\n\tThe method conversionRule(String, Class<? extends Converter>) from the type LogbackConfigurator refers to the missing type Converter\n\tThe method conversionRule(String, Class<? extends Converter>) from the type LogbackConfigurator refers to the missing type Converter\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n\tLevel cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
    MethodParameters:
        Name  Flags
      config  

  private Appender<ILoggingEvent> consoleAppender(org.springframework.boot.logging.logback.LogbackConfigurator);
    descriptor: (Lorg/springframework/boot/logging/logback/LogbackConfigurator;)LAppender;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tConsoleAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tConsoleAppender cannot be resolved to a type\n\tPatternLayoutEncoder cannot be resolved to a type\n\tPatternLayoutEncoder cannot be resolved to a type\n\tOptionHelper cannot be resolved\n\tThe method getContext() from the type LogbackConfigurator refers to the missing type LoggerContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
    Signature: (Lorg/springframework/boot/logging/logback/LogbackConfigurator;)LAppender<LILoggingEvent;>;
    MethodParameters:
        Name  Flags
      config  

  private Appender<ILoggingEvent> fileAppender(org.springframework.boot.logging.logback.LogbackConfigurator, java.lang.String);
    descriptor: (Lorg/springframework/boot/logging/logback/LogbackConfigurator;Ljava/lang/String;)LAppender;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tRollingFileAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tRollingFileAppender cannot be resolved to a type\n\tPatternLayoutEncoder cannot be resolved to a type\n\tPatternLayoutEncoder cannot be resolved to a type\n\tOptionHelper cannot be resolved\n\tThe method getContext() from the type LogbackConfigurator refers to the missing type LoggerContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
    Signature: (Lorg/springframework/boot/logging/logback/LogbackConfigurator;Ljava/lang/String;)LAppender<LILoggingEvent;>;
    MethodParameters:
         Name  Flags
      config   
      logFile  

  void setRollingPolicy(RollingFileAppender<ILoggingEvent>, org.springframework.boot.logging.logback.LogbackConfigurator, java.lang.String);
    descriptor: (LRollingFileAppender;Lorg/springframework/boot/logging/logback/LogbackConfigurator;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
         0: .line 139
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRollingFileAppender cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tSizeAndTimeBasedRollingPolicy cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tSizeAndTimeBasedRollingPolicy cannot be resolved to a type\n\tThe method getContext() from the type LogbackConfigurator refers to the missing type LoggerContext\n\tCoreConstants cannot be resolved to a variable\n\tFileSize cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
    Signature: (LRollingFileAppender<LILoggingEvent;>;Lorg/springframework/boot/logging/logback/LogbackConfigurator;Ljava/lang/String;)V
    MethodParameters:
          Name  Flags
      appender  
      config    
      logFile   

  void setMaxFileSize(SizeAndTimeBasedRollingPolicy<ILoggingEvent>, org.springframework.util.unit.DataSize);
    descriptor: (LSizeAndTimeBasedRollingPolicy;Lorg/springframework/util/unit/DataSize;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSizeAndTimeBasedRollingPolicy cannot be resolved to a type\n\tILoggingEvent cannot be resolved to a type\n\tFileSize cannot be resolved to a type\n\tSizeAndTimeBasedRollingPolicy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
    Signature: (LSizeAndTimeBasedRollingPolicy<LILoggingEvent;>;Lorg/springframework/util/unit/DataSize;)V
    MethodParameters:
               Name  Flags
      rollingPolicy  
      maxFileSize    

  private org.springframework.util.unit.DataSize getDataSize(java.lang.String, org.springframework.util.unit.DataSize);
    descriptor: (Ljava/lang/String;Lorg/springframework/util/unit/DataSize;)Lorg/springframework/util/unit/DataSize;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
         0: .line 179
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFileSize cannot be resolved to a type\n\tFileSize cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.logback.DefaultLogbackConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/logback/DefaultLogbackConfiguration;
    MethodParameters:
             Name  Flags
      property     
      defaultSize  
}
SourceFile: "DefaultLogbackConfiguration.java"