Uses of Interface
io.dropwizard.logging.common.filter.LevelFilterFactory
Packages that use LevelFilterFactory
-
Uses of LevelFilterFactory in io.dropwizard.logging.common
Methods in io.dropwizard.logging.common with parameters of type LevelFilterFactoryModifier and TypeMethodDescriptionch.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 LevelFilterFactoryModifier and TypeClassDescriptionclassNullLevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>Factory for building a logbackFilterthat will always defer to the next Filter.classFactory that creates aFilterof typeILoggingEvent