Uses of Interface
io.helidon.webserver.observe.log.LogObserverConfig
Packages that use LogObserverConfig
-
Uses of LogObserverConfig in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log with type parameters of type LogObserverConfigModifier and TypeClassDescriptionstatic class
LogObserverConfig.BuilderBase<BUILDER extends LogObserverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends LogObserverConfig> Fluent API builder base forLogObserver
.Classes in io.helidon.webserver.observe.log that implement LogObserverConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe.log that return LogObserverConfigModifier 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()
Methods in io.helidon.webserver.observe.log with parameters of type LogObserverConfigModifier 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.