Package io.quarkus.runtime.logging
Interface LogFilterFactory
- All Known Implementing Classes:
LogFilterFactory.ReflectionLogFilterFactory
public interface LogFilterFactory
Factory that allows for the creation of
Filter classes annotated with LoggingFilter.
Implementations of this class are loaded via the ServiceLoader and the implementation selected is the one
with the lowest value returned from the priority method.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThe default implementation used when no other implementation is found. -
Field Summary
Fields -
Method Summary
-
Field Details
-
MIN_PRIORITY
static final int MIN_PRIORITY- See Also:
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY- See Also:
-
-
Method Details
-
create
- Throws:
Exception
-
priority
default int priority() -
load
-