Uses of Interface
io.dropwizard.logging.common.layout.LayoutFactory
Packages that use LayoutFactory
-
Uses of LayoutFactory in io.dropwizard.logging.common
Methods in io.dropwizard.logging.common with parameters of type LayoutFactoryModifier 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) 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