Uses of Interface
io.helidon.webserver.observe.log.LogObserverConfig
-
Uses of LogObserverConfig in io.helidon.webserver.observe.log
Modifier and TypeClassDescriptionstatic class
LogObserverConfig.BuilderBase<BUILDER extends LogObserverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends LogObserverConfig> Fluent API builder base forLogObserver
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionLogObserverConfig.Builder.buildPrototype()
static LogObserverConfig
LogObserverConfig.create()
Create a new instance with default values.static LogObserverConfig
Create a new instance from configuration.LogObserver.prototype()
Modifier and TypeMethodDescriptionstatic LogObserverConfig.Builder
LogObserverConfig.builder
(LogObserverConfig instance) Create a new fluent API builder from an existing instance.static LogObserver
LogObserver.create
(LogObserverConfig config) Create a new Log observer using the provided configuration.LogObserverConfig.BuilderBase.from
(LogObserverConfig prototype) Update this builder from an existing prototype instance.