Interface LayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
-
- Type Parameters:
E- The type of log event
- All Known Implementing Classes:
DropwizardLayoutFactory,LogbackAccessRequestLayoutFactory
public interface LayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>An interface for building LogbackPatternLayoutBaselayouts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ch.qos.logback.core.pattern.PatternLayoutBase<E>build(ch.qos.logback.classic.LoggerContext context, TimeZone timeZone)Creates aPatternLayoutBaseof type E
-