Package io.quarkus.logging
Annotation 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
-
Element Details
-
name
String nameName with which the filter is referred to in configuration
-