Uses of Interface
io.dropwizard.logging.common.filter.LevelFilterFactory
-
Packages that use LevelFilterFactory Package Description io.dropwizard.logging.common io.dropwizard.logging.common.filter -
-
Uses of LevelFilterFactory in io.dropwizard.logging.common
Methods in io.dropwizard.logging.common with parameters of type LevelFilterFactory Modifier and Type Method Description ch.qos.logback.core.Appender<E>AbstractOutputStreamAppenderFactory. build(ch.qos.logback.classic.LoggerContext context, String applicationName, LayoutFactory<E> layoutFactory, LevelFilterFactory<E> levelFilterFactory, AsyncAppenderFactory<E> asyncAppenderFactory)ch.qos.logback.core.Appender<E>AppenderFactory. build(ch.qos.logback.classic.LoggerContext context, String applicationName, LayoutFactory<E> layoutFactory, LevelFilterFactory<E> levelFilterFactory, AsyncAppenderFactory<E> asyncAppenderFactory)Given a Logback context, an application name, a layout, a levelFilterFactory, and an asyncAppenderFactory build a new appender.ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent>SyslogAppenderFactory. build(ch.qos.logback.classic.LoggerContext context, String applicationName, LayoutFactory<ch.qos.logback.classic.spi.ILoggingEvent> layoutFactory, LevelFilterFactory<ch.qos.logback.classic.spi.ILoggingEvent> levelFilterFactory, AsyncAppenderFactory<ch.qos.logback.classic.spi.ILoggingEvent> asyncAppenderFactory) -
Uses of LevelFilterFactory in io.dropwizard.logging.common.filter
Classes in io.dropwizard.logging.common.filter that implement LevelFilterFactory Modifier and Type Class Description classNullLevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>Factory for building a logbackFilterthat will always defer to the next Filter.classThresholdLevelFilterFactoryFactory that creates aFilterof typeILoggingEvent
-