public interface io.vertx.ext.web.handler.LoggerHandler extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.LoggerHandler
  super_class: java.lang.Object
{
  public static final io.vertx.ext.web.handler.LoggerFormat DEFAULT_FORMAT;
    descriptor: Lio/vertx/ext/web/handler/LoggerFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 33
            getstatic io.vertx.ext.web.handler.LoggerFormat.DEFAULT:Lio/vertx/ext/web/handler/LoggerFormat;
            putstatic io.vertx.ext.web.handler.LoggerHandler.DEFAULT_FORMAT:Lio/vertx/ext/web/handler/LoggerFormat;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.handler.LoggerHandler create();
    descriptor: ()Lio/vertx/ext/web/handler/LoggerHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 41
            new io.vertx.ext.web.handler.impl.LoggerHandlerImpl
            dup
            getstatic io.vertx.ext.web.handler.LoggerHandler.DEFAULT_FORMAT:Lio/vertx/ext/web/handler/LoggerFormat;
            invokespecial io.vertx.ext.web.handler.impl.LoggerHandlerImpl.<init>:(Lio/vertx/ext/web/handler/LoggerFormat;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.handler.LoggerHandler create(io.vertx.ext.web.handler.LoggerFormat);
    descriptor: (Lio/vertx/ext/web/handler/LoggerFormat;)Lio/vertx/ext/web/handler/LoggerHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.LoggerFormat format
         0: .line 51
            new io.vertx.ext.web.handler.impl.LoggerHandlerImpl
            dup
            aload 0 /* format */
            invokespecial io.vertx.ext.web.handler.impl.LoggerHandlerImpl.<init>:(Lio/vertx/ext/web/handler/LoggerFormat;)V
            areturn
        end local 0 // io.vertx.ext.web.handler.LoggerFormat format
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  format  Lio/vertx/ext/web/handler/LoggerFormat;
    MethodParameters:
        Name  Flags
      format  

  public static io.vertx.ext.web.handler.LoggerHandler create(boolean, io.vertx.ext.web.handler.LoggerFormat);
    descriptor: (ZLio/vertx/ext/web/handler/LoggerFormat;)Lio/vertx/ext/web/handler/LoggerHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // boolean immediate
        start local 1 // io.vertx.ext.web.handler.LoggerFormat format
         0: .line 62
            new io.vertx.ext.web.handler.impl.LoggerHandlerImpl
            dup
            iload 0 /* immediate */
            aload 1 /* format */
            invokespecial io.vertx.ext.web.handler.impl.LoggerHandlerImpl.<init>:(ZLio/vertx/ext/web/handler/LoggerFormat;)V
            areturn
        end local 1 // io.vertx.ext.web.handler.LoggerFormat format
        end local 0 // boolean immediate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  immediate  Z
            0    1     1     format  Lio/vertx/ext/web/handler/LoggerFormat;
    MethodParameters:
           Name  Flags
      immediate  
      format     
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "LoggerHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()