public interface FilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> extends Discoverable
Filter instances.
To create your own, just:
FilterFactory.@JsonTypeName and give it a unique type name.META-INF/services/io.dropwizard.logging.filter.FilterFactory file with your
implementation's full class name to the class path.| Modifier and Type | Method and Description |
|---|---|
ch.qos.logback.core.filter.Filter<E> |
build() |
ch.qos.logback.core.filter.Filter<E> build()
Copyright © 2011. All rights reserved.