public class org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels extends org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels
  super_class: org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels
{
  private java.lang.String effectiveLevel;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.springframework.boot.logging.LoggerConfiguration);
    descriptor: (Lorg/springframework/boot/logging/LoggerConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels this
        start local 1 // org.springframework.boot.logging.LoggerConfiguration configuration
         0: .line 163
            aload 0 /* this */
            aload 1 /* configuration */
            invokevirtual org.springframework.boot.logging.LoggerConfiguration.getConfiguredLevel:()Lorg/springframework/boot/logging/LogLevel;
            invokespecial org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels.<init>:(Lorg/springframework/boot/logging/LogLevel;)V
         1: .line 164
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* configuration */
            invokevirtual org.springframework.boot.logging.LoggerConfiguration.getEffectiveLevel:()Lorg/springframework/boot/logging/LogLevel;
            invokevirtual org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels.getName:(Lorg/springframework/boot/logging/LogLevel;)Ljava/lang/String;
            putfield org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels.effectiveLevel:Ljava/lang/String;
         2: .line 165
            return
        end local 1 // org.springframework.boot.logging.LoggerConfiguration configuration
        end local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/boot/actuate/logging/LoggersEndpoint$SingleLoggerLevels;
            0    3     1  configuration  Lorg/springframework/boot/logging/LoggerConfiguration;
    MethodParameters:
               Name  Flags
      configuration  

  public java.lang.String getEffectiveLevel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels this
         0: .line 168
            aload 0 /* this */
            getfield org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels.effectiveLevel:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/logging/LoggersEndpoint$SingleLoggerLevels;
}
SourceFile: "LoggersEndpoint.java"
NestHost: org.springframework.boot.actuate.logging.LoggersEndpoint
InnerClasses:
  public LoggerLevels = org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels of org.springframework.boot.actuate.logging.LoggersEndpoint
  public SingleLoggerLevels = org.springframework.boot.actuate.logging.LoggersEndpoint$SingleLoggerLevels of org.springframework.boot.actuate.logging.LoggersEndpoint