public class io.vertx.core.logging.SLF4JLogDelegateFactory implements io.vertx.core.spi.logging.LogDelegateFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.logging.SLF4JLogDelegateFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.logging.SLF4JLogDelegateFactory this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.logging.SLF4JLogDelegateFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/logging/SLF4JLogDelegateFactory;

  public io.vertx.core.spi.logging.LogDelegate createDelegate(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/spi/logging/LogDelegate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.logging.SLF4JLogDelegateFactory this
        start local 1 // java.lang.String clazz
         0: .line 24
            new io.vertx.core.logging.SLF4JLogDelegate
            dup
            aload 1 /* clazz */
            invokespecial io.vertx.core.logging.SLF4JLogDelegate.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String clazz
        end local 0 // io.vertx.core.logging.SLF4JLogDelegateFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/logging/SLF4JLogDelegateFactory;
            0    1     1  clazz  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      clazz  final
}
SourceFile: "SLF4JLogDelegateFactory.java"