public class io.vertx.core.logging.Log4j2LogDelegateFactory 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.Log4j2LogDelegateFactory
  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.Log4j2LogDelegateFactory this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.logging.Log4j2LogDelegateFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/logging/Log4j2LogDelegateFactory;

  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.Log4j2LogDelegateFactory this
        start local 1 // java.lang.String name
         0: .line 28
            new io.vertx.core.logging.Log4j2LogDelegate
            dup
            aload 1 /* name */
            invokespecial io.vertx.core.logging.Log4j2LogDelegate.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.logging.Log4j2LogDelegateFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/logging/Log4j2LogDelegateFactory;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final
}
SourceFile: "Log4j2LogDelegateFactory.java"