Class LogFilterFactory.ReflectionLogFilterFactory

java.lang.Object
io.quarkus.runtime.logging.LogFilterFactory.ReflectionLogFilterFactory
All Implemented Interfaces:
LogFilterFactory
Enclosing interface:
LogFilterFactory

public static class LogFilterFactory.ReflectionLogFilterFactory extends Object implements LogFilterFactory
The default implementation used when no other implementation is found. This simply calls the class' no-arg constructor (and fails if one does not exist).