Annotation Type LoggingFilter


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface LoggingFilter
    Makes the filter class known to Quarkus by the specified name. The filter can then be configured for a handler (like the logging handler using quarkus.log.console.filter).
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      Name with which the filter is referred to in configuration
    • Element Detail

      • name

        String name
        Name with which the filter is referred to in configuration