Interface DiscoverableLayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
-
- Type Parameters:
E- The type of log event
- All Superinterfaces:
Discoverable
- All Known Implementing Classes:
AbstractJsonLayoutBaseFactory,AccessJsonLayoutBaseFactory,EventJsonLayoutBaseFactory
public interface DiscoverableLayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> extends Discoverable
An interface for building LogbackLayoutBaselayouts, which could be discovered by Jackson and specified in the logging configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ch.qos.logback.core.LayoutBase<E>build(ch.qos.logback.classic.LoggerContext context, TimeZone timeZone)Creates aLayoutBaseof type E
-