class com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 implements com.oracle.truffle.tools.dap.types.DebugProtocolServer$LoggerProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.dap.types.DebugProtocolServer$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.tools.dap.types.DebugProtocolServer this$0;
    descriptor: Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.logging.Logger val$l;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.tools.dap.types.DebugProtocolServer, java.util.logging.Logger);
    descriptor: (Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer;Ljava/util/logging/Logger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
         0: .line 217
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.tools.dap.types.DebugProtocolServer$1.this$0:Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.tools.dap.types.DebugProtocolServer$1.val$l:Ljava/util/logging/Logger;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$l   final

  public boolean isLoggable(java.util.logging.Level);
    descriptor: (Ljava/util/logging/Level;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
        start local 1 // java.util.logging.Level level
         0: .line 220
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.DebugProtocolServer$1.val$l:Ljava/util/logging/Logger;
            aload 1 /* level */
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ireturn
        end local 1 // java.util.logging.Level level
        end local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer$1;
            0    1     1  level  Ljava/util/logging/Level;
    MethodParameters:
       Name  Flags
      level  

  public void log(java.util.logging.Level, java.lang.String);
    descriptor: (Ljava/util/logging/Level;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
        start local 1 // java.util.logging.Level level
        start local 2 // java.lang.String msg
         0: .line 225
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.DebugProtocolServer$1.val$l:Ljava/util/logging/Logger;
            aload 1 /* level */
            aload 2 /* msg */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         1: .line 226
            return
        end local 2 // java.lang.String msg
        end local 1 // java.util.logging.Level level
        end local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer$1;
            0    2     1  level  Ljava/util/logging/Level;
            0    2     2    msg  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      level  
      msg    

  public void log(java.util.logging.Level, java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
        start local 1 // java.util.logging.Level level
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Throwable thrown
         0: .line 230
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.DebugProtocolServer$1.val$l:Ljava/util/logging/Logger;
            aload 1 /* level */
            aload 2 /* msg */
            aload 3 /* thrown */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 231
            return
        end local 3 // java.lang.Throwable thrown
        end local 2 // java.lang.String msg
        end local 1 // java.util.logging.Level level
        end local 0 // com.oracle.truffle.tools.dap.types.DebugProtocolServer$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer$1;
            0    2     1   level  Ljava/util/logging/Level;
            0    2     2     msg  Ljava/lang/String;
            0    2     3  thrown  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      level   
      msg     
      thrown  
}
SourceFile: "DebugProtocolServer.java"
EnclosingMethod: com.oracle.truffle.tools.dap.types.DebugProtocolServer.getLogger:()Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer$LoggerProxy;
NestHost: com.oracle.truffle.tools.dap.types.DebugProtocolServer
InnerClasses:
  com.oracle.truffle.tools.dap.types.DebugProtocolServer$1
  public abstract LoggerProxy = com.oracle.truffle.tools.dap.types.DebugProtocolServer$LoggerProxy of com.oracle.truffle.tools.dap.types.DebugProtocolServer