Uses of Interface
io.dropwizard.logging.common.layout.DiscoverableLayoutFactory
Packages that use DiscoverableLayoutFactory
-
Uses of DiscoverableLayoutFactory in io.dropwizard.logging.common
Fields in io.dropwizard.logging.common declared as DiscoverableLayoutFactoryModifier and TypeFieldDescriptionprotected @Nullable @Valid DiscoverableLayoutFactory<E>
AbstractAppenderFactory.layout
Methods in io.dropwizard.logging.common that return DiscoverableLayoutFactoryModifier and TypeMethodDescription@Nullable DiscoverableLayoutFactory<?>
AbstractAppenderFactory.getLayout()
Methods in io.dropwizard.logging.common with parameters of type DiscoverableLayoutFactoryModifier and TypeMethodDescriptionstatic void
BootstrapLogging.bootstrap
(ch.qos.logback.classic.Level level, DiscoverableLayoutFactory<ch.qos.logback.classic.spi.ILoggingEvent> layoutFactory) void
AbstractAppenderFactory.setLayout
(@Nullable DiscoverableLayoutFactory<E> layout)