public class org.springframework.boot.logging.LoggingSystemProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.logging.LoggingSystemProperties
  super_class: java.lang.Object
{
  public static final java.lang.String PID_KEY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "PID"

  public static final java.lang.String EXCEPTION_CONVERSION_WORD;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_EXCEPTION_CONVERSION_WORD"

  public static final java.lang.String LOG_FILE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_FILE"

  public static final java.lang.String LOG_PATH;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_PATH"

  public static final java.lang.String CONSOLE_LOG_PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "CONSOLE_LOG_PATTERN"

  public static final java.lang.String CONSOLE_LOG_CHARSET;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "CONSOLE_LOG_CHARSET"

  public static final java.lang.String FILE_LOG_PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "FILE_LOG_PATTERN"

  public static final java.lang.String FILE_LOG_CHARSET;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "FILE_LOG_CHARSET"

  public static final java.lang.String ROLLING_FILE_NAME_PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "ROLLING_FILE_NAME_PATTERN"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final java.lang.String FILE_CLEAN_HISTORY_ON_START;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_FILE_CLEAN_HISTORY_ON_START"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final java.lang.String FILE_MAX_SIZE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_FILE_MAX_SIZE"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final java.lang.String FILE_TOTAL_SIZE_CAP;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_FILE_TOTAL_SIZE_CAP"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final java.lang.String FILE_MAX_HISTORY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_FILE_MAX_HISTORY"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final java.lang.String LOG_LEVEL_PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_LEVEL_PATTERN"

  public static final java.lang.String LOG_DATEFORMAT_PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOG_DATEFORMAT_PATTERN"

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

  public void <init>(org.springframework.core.env.Environment);
    descriptor: (Lorg/springframework/core/env/Environment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
        start local 1 // org.springframework.core.env.Environment environment
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 140
            aload 1 /* environment */
            ldc "Environment must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 141
            aload 0 /* this */
            aload 1 /* environment */
            putfield org.springframework.boot.logging.LoggingSystemProperties.environment:Lorg/springframework/core/env/Environment;
         3: .line 142
            return
        end local 1 // org.springframework.core.env.Environment environment
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            0    4     1  environment  Lorg/springframework/core/env/Environment;
    MethodParameters:
             Name  Flags
      environment  

  protected java.nio.charset.Charset getDefaultCharset();
    descriptor: ()Ljava/nio/charset/Charset;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
         0: .line 145
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            areturn
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/LoggingSystemProperties;

  public final void apply();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
         0: .line 149
            aload 0 /* this */
            aconst_null
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.apply:(Lorg/springframework/boot/logging/LogFile;)V
         1: .line 150
            return
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/logging/LoggingSystemProperties;

  public final void apply(org.springframework.boot.logging.LogFile);
    descriptor: (Lorg/springframework/boot/logging/LogFile;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
        start local 1 // org.springframework.boot.logging.LogFile logFile
         0: .line 153
            aload 0 /* this */
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.getPropertyResolver:()Lorg/springframework/core/env/PropertyResolver;
            astore 2 /* resolver */
        start local 2 // org.springframework.core.env.PropertyResolver resolver
         1: .line 154
            aload 0 /* this */
            aload 1 /* logFile */
            aload 2 /* resolver */
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.apply:(Lorg/springframework/boot/logging/LogFile;Lorg/springframework/core/env/PropertyResolver;)V
         2: .line 155
            return
        end local 2 // org.springframework.core.env.PropertyResolver resolver
        end local 1 // org.springframework.boot.logging.LogFile logFile
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            0    3     1   logFile  Lorg/springframework/boot/logging/LogFile;
            1    3     2  resolver  Lorg/springframework/core/env/PropertyResolver;
    MethodParameters:
         Name  Flags
      logFile  

  protected void apply(org.springframework.boot.logging.LogFile, org.springframework.core.env.PropertyResolver);
    descriptor: (Lorg/springframework/boot/logging/LogFile;Lorg/springframework/core/env/PropertyResolver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
        start local 1 // org.springframework.boot.logging.LogFile logFile
        start local 2 // org.springframework.core.env.PropertyResolver resolver
         0: .line 158
            aload 0 /* this */
            aload 2 /* resolver */
            ldc "LOG_EXCEPTION_CONVERSION_WORD"
            ldc "logging.exception-conversion-word"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 159
            aload 0 /* this */
            ldc "PID"
            new org.springframework.boot.system.ApplicationPid
            dup
            invokespecial org.springframework.boot.system.ApplicationPid.<init>:()V
            invokevirtual org.springframework.boot.system.ApplicationPid.toString:()Ljava/lang/String;
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 160
            aload 0 /* this */
            aload 2 /* resolver */
            ldc "CONSOLE_LOG_PATTERN"
            ldc "logging.pattern.console"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         3: .line 161
            aload 0 /* this */
            aload 2 /* resolver */
            ldc "CONSOLE_LOG_CHARSET"
            ldc "logging.charset.console"
            aload 0 /* this */
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.getDefaultCharset:()Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 162
            aload 0 /* this */
            aload 2 /* resolver */
            ldc "LOG_DATEFORMAT_PATTERN"
            ldc "logging.pattern.dateformat"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 163
            aload 0 /* this */
            aload 2 /* resolver */
            ldc "FILE_LOG_PATTERN"
            ldc "logging.pattern.file"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 164
            aload 0 /* this */
            aload 2 /* resolver */
            ldc "FILE_LOG_CHARSET"
            ldc "logging.charset.file"
            aload 0 /* this */
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.getDefaultCharset:()Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 165
            aload 0 /* this */
            aload 2 /* resolver */
            ldc "LOG_LEVEL_PATTERN"
            ldc "logging.pattern.level"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 166
            aload 0 /* this */
            aload 2 /* resolver */
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.applyDeprecated:(Lorg/springframework/core/env/PropertyResolver;)V
         9: .line 167
            aload 1 /* logFile */
            ifnull 11
        10: .line 168
            aload 1 /* logFile */
            invokevirtual org.springframework.boot.logging.LogFile.applyToSystemProperties:()V
        11: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.springframework.core.env.PropertyResolver resolver
        end local 1 // org.springframework.boot.logging.LogFile logFile
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            0   12     1   logFile  Lorg/springframework/boot/logging/LogFile;
            0   12     2  resolver  Lorg/springframework/core/env/PropertyResolver;
    MethodParameters:
          Name  Flags
      logFile   
      resolver  

  private void applyDeprecated(org.springframework.core.env.PropertyResolver);
    descriptor: (Lorg/springframework/core/env/PropertyResolver;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
        start local 1 // org.springframework.core.env.PropertyResolver resolver
         0: .line 173
            aload 0 /* this */
            aload 1 /* resolver */
            ldc "LOG_FILE_CLEAN_HISTORY_ON_START"
            ldc "logging.file.clean-history-on-start"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 174
            aload 0 /* this */
            aload 1 /* resolver */
            ldc "LOG_FILE_MAX_HISTORY"
            ldc "logging.file.max-history"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 175
            aload 0 /* this */
            aload 1 /* resolver */
            ldc "LOG_FILE_MAX_SIZE"
            ldc "logging.file.max-size"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         3: .line 176
            aload 0 /* this */
            aload 1 /* resolver */
            ldc "LOG_FILE_TOTAL_SIZE_CAP"
            ldc "logging.file.total-size-cap"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 177
            aload 0 /* this */
            aload 1 /* resolver */
            ldc "ROLLING_FILE_NAME_PATTERN"
            ldc "logging.pattern.rolling-file-name"
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 178
            return
        end local 1 // org.springframework.core.env.PropertyResolver resolver
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            0    6     1  resolver  Lorg/springframework/core/env/PropertyResolver;
    MethodParameters:
          Name  Flags
      resolver  

  private org.springframework.core.env.PropertyResolver getPropertyResolver();
    descriptor: ()Lorg/springframework/core/env/PropertyResolver;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
         0: .line 181
            aload 0 /* this */
            getfield org.springframework.boot.logging.LoggingSystemProperties.environment:Lorg/springframework/core/env/Environment;
            instanceof org.springframework.core.env.ConfigurableEnvironment
            ifeq 7
         1: .line 182
            new org.springframework.core.env.PropertySourcesPropertyResolver
            dup
         2: .line 183
            aload 0 /* this */
            getfield org.springframework.boot.logging.LoggingSystemProperties.environment:Lorg/springframework/core/env/Environment;
            checkcast org.springframework.core.env.ConfigurableEnvironment
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
         3: .line 182
            invokespecial org.springframework.core.env.PropertySourcesPropertyResolver.<init>:(Lorg/springframework/core/env/PropertySources;)V
            astore 1 /* resolver */
        start local 1 // org.springframework.core.env.PropertySourcesPropertyResolver resolver
         4: .line 184
            aload 1 /* resolver */
            aload 0 /* this */
            getfield org.springframework.boot.logging.LoggingSystemProperties.environment:Lorg/springframework/core/env/Environment;
            checkcast org.springframework.core.env.ConfigurableEnvironment
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getConversionService:()Lorg/springframework/core/convert/support/ConfigurableConversionService;
            invokevirtual org.springframework.core.env.PropertySourcesPropertyResolver.setConversionService:(Lorg/springframework/core/convert/support/ConfigurableConversionService;)V
         5: .line 185
            aload 1 /* resolver */
            iconst_1
            invokevirtual org.springframework.core.env.PropertySourcesPropertyResolver.setIgnoreUnresolvableNestedPlaceholders:(Z)V
         6: .line 186
            aload 1 /* resolver */
            areturn
        end local 1 // org.springframework.core.env.PropertySourcesPropertyResolver resolver
         7: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.logging.LoggingSystemProperties.environment:Lorg/springframework/core/env/Environment;
            areturn
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            4    7     1  resolver  Lorg/springframework/core/env/PropertySourcesPropertyResolver;

  protected final void setSystemProperty(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.String);
    descriptor: (Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
        start local 1 // org.springframework.core.env.PropertyResolver resolver
        start local 2 // java.lang.String systemPropertyName
        start local 3 // java.lang.String propertyName
         0: .line 192
            aload 0 /* this */
            aload 1 /* resolver */
            aload 2 /* systemPropertyName */
            aload 3 /* propertyName */
            aconst_null
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 193
            return
        end local 3 // java.lang.String propertyName
        end local 2 // java.lang.String systemPropertyName
        end local 1 // org.springframework.core.env.PropertyResolver resolver
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            0    2     1            resolver  Lorg/springframework/core/env/PropertyResolver;
            0    2     2  systemPropertyName  Ljava/lang/String;
            0    2     3        propertyName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resolver            
      systemPropertyName  
      propertyName        

  protected final void setSystemProperty(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lorg/springframework/core/env/PropertyResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
        start local 1 // org.springframework.core.env.PropertyResolver resolver
        start local 2 // java.lang.String systemPropertyName
        start local 3 // java.lang.String propertyName
        start local 4 // java.lang.String defaultValue
         0: .line 197
            aload 1 /* resolver */
            aload 3 /* propertyName */
            invokeinterface org.springframework.core.env.PropertyResolver.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* value */
        start local 5 // java.lang.String value
         1: .line 198
            aload 5 /* value */
            ifnull 2
            aload 5 /* value */
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: aload 4 /* defaultValue */
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 5 /* value */
         4: .line 199
            aload 0 /* this */
            aload 2 /* systemPropertyName */
            aload 5 /* value */
            invokevirtual org.springframework.boot.logging.LoggingSystemProperties.setSystemProperty:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 200
            return
        end local 5 // java.lang.String value
        end local 4 // java.lang.String defaultValue
        end local 3 // java.lang.String propertyName
        end local 2 // java.lang.String systemPropertyName
        end local 1 // org.springframework.core.env.PropertyResolver resolver
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            0    6     1            resolver  Lorg/springframework/core/env/PropertyResolver;
            0    6     2  systemPropertyName  Ljava/lang/String;
            0    6     3        propertyName  Ljava/lang/String;
            0    6     4        defaultValue  Ljava/lang/String;
            1    6     5               value  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resolver            
      systemPropertyName  
      propertyName        
      defaultValue        

  protected final void setSystemProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.LoggingSystemProperties this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 203
            aload 1 /* name */
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            ifnonnull 2
            aload 2 /* value */
            ifnull 2
         1: .line 204
            aload 1 /* name */
            aload 2 /* value */
            invokestatic java.lang.System.setProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            pop
         2: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.springframework.boot.logging.LoggingSystemProperties this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/springframework/boot/logging/LoggingSystemProperties;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  
}
SourceFile: "LoggingSystemProperties.java"