Uses of Interface
io.dropwizard.logging.common.filter.FilterFactory
-
Packages that use FilterFactory Package Description io.dropwizard.logging.common -
-
Uses of FilterFactory in io.dropwizard.logging.common
Methods in io.dropwizard.logging.common that return types with arguments of type FilterFactory Modifier and Type Method Description List<FilterFactory<E>>AbstractAppenderFactory. getFilterFactories()Method parameters in io.dropwizard.logging.common with type arguments of type FilterFactory Modifier and Type Method Description voidAbstractAppenderFactory. setFilterFactories(List<FilterFactory<E>> appenders)
-