public interface io.undertow.servlet.UndertowServletLogger extends org.jboss.logging.BasicLogger
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.undertow.servlet.UndertowServletLogger
  super_class: java.lang.Object
{
  public static final io.undertow.servlet.UndertowServletLogger ROOT_LOGGER;
    descriptor: Lio/undertow/servlet/UndertowServletLogger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.servlet.UndertowServletLogger REQUEST_LOGGER;
    descriptor: Lio/undertow/servlet/UndertowServletLogger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tMessageLogger cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void stoppingServletDueToPermanentUnavailability(java.lang.String, javax.servlet.UnavailableException);
    descriptor: (Ljava/lang/String;Ljavax/servlet/UnavailableException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Cause()
    MethodParameters:
         Name  Flags
      servlet  final
      e        

  public abstract void stoppingServletUntilDueToTemporaryUnavailability(java.lang.String, java.util.Date, javax.servlet.UnavailableException);
    descriptor: (Ljava/lang/String;Ljava/util/Date;Ljavax/servlet/UnavailableException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        Cause()
    MethodParameters:
      Name  Flags
      name  
      till  
      e     

  public abstract void errorInvokingListener(java.lang.String, java.lang.Class<?>, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Exception;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;Ljava/lang/Exception;)V
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        Cause()
    MethodParameters:
               Name  Flags
      method         final
      listenerClass  
      e              

  public abstract void ioExceptionDispatchingAsyncEvent(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Cause()
    MethodParameters:
      Name  Flags
      e     

  public abstract void servletStackTracesAll(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
                Name  Flags
      deploymentName  

  public abstract void failedtoLoadPersistentSessions(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Cause()
    MethodParameters:
      Name  Flags
      e     

  public abstract void failedToPersistSessionAttribute(java.lang.String, java.lang.Object, java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Exception;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        Cause()
    MethodParameters:
               Name  Flags
      attributeName  
      value          
      sessionID      
      e              

  public abstract void failedToPersistSessions(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Cause()
    MethodParameters:
      Name  Flags
      e     

  public abstract void errorGeneratingErrorPage(java.lang.String, java.lang.Object, int, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;ILjava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        Cause()
    MethodParameters:
                   Name  Flags
      originalErrorPage  
      originalException  
      code               
      cause              

  public abstract void errorReadingRewriteConfiguration(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
      LogMessage()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Cause()
    MethodParameters:
      Name  Flags
      e     

  public abstract java.lang.IllegalArgumentException invalidRewriteConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
      Name  Flags
      line  

  public abstract java.lang.IllegalArgumentException invalidRewriteMap(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
           Name  Flags
      className  

  public abstract java.lang.IllegalArgumentException invalidRewriteFlags(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
       Name  Flags
      line   
      flags  

  public abstract java.lang.IllegalArgumentException invalidRewriteFlags(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
      Name  Flags
      line  

  public abstract void failedToDestroy(java.lang.Object, java.lang.Exception);
    descriptor: (Ljava/lang/Object;Ljava/lang/Exception;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Cause()
    MethodParameters:
        Name  Flags
      object  
      e       

  public abstract void unsecuredMethodsOnPath(java.lang.String, java.util.Set<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Set;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;)V
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
         Name  Flags
      path     
      missing  

  public abstract void failureDispatchingAsyncEvent(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Cause()
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "UndertowServletLogger.java"
    RuntimeInvisibleAnnotations: 
      MessageLogger()