Uses of Interface
io.dropwizard.logging.common.layout.LayoutFactory
-
Packages that use LayoutFactory Package Description io.dropwizard.logging.common io.dropwizard.logging.common.layout io.dropwizard.request.logging.layout -
-
Uses of LayoutFactory in io.dropwizard.logging.common
Methods in io.dropwizard.logging.common with parameters of type LayoutFactory 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)protected ch.qos.logback.core.LayoutBase<E>AbstractAppenderFactory. buildLayout(ch.qos.logback.classic.LoggerContext context, LayoutFactory<E> defaultLayoutFactory) -
Uses of LayoutFactory in io.dropwizard.logging.common.layout
Classes in io.dropwizard.logging.common.layout that implement LayoutFactory Modifier and Type Class Description classDropwizardLayoutFactoryFactory that creates aDropwizardLayout -
Uses of LayoutFactory in io.dropwizard.request.logging.layout
Classes in io.dropwizard.request.logging.layout that implement LayoutFactory Modifier and Type Class Description classLogbackAccessRequestLayoutFactoryFactory that creates aLogbackAccessRequestLayout
-