Uses of Interface
io.helidon.webserver.observe.log.LogStreamConfig
-
Uses of LogStreamConfig in io.helidon.webserver.observe.log
Modifier and TypeClassDescriptionstatic class
LogStreamConfig.BuilderBase<BUILDER extends LogStreamConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends LogStreamConfig> Fluent API builder base forLogStreamConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionLogStreamConfig.Builder.build()
LogStreamConfig.Builder.buildPrototype()
static LogStreamConfig
LogStreamConfig.create()
Create a new instance with default values.static LogStreamConfig
Create a new instance from configuration.LogObserverConfig.BuilderBase.LogObserverConfigImpl.stream()
LogObserverConfig.BuilderBase.stream()
Configuration of log stream.Modifier and TypeMethodDescriptionstatic LogStreamConfig.Builder
LogStreamConfig.builder
(LogStreamConfig instance) Create a new fluent API builder from an existing instance.LogStreamConfig.BuilderBase.from
(LogStreamConfig prototype) Update this builder from an existing prototype instance.LogObserverConfig.BuilderBase.stream
(LogStreamConfig stream) Configuration of log stream.Modifier and TypeMethodDescriptionLogObserverConfig.BuilderBase.stream
(Supplier<? extends LogStreamConfig> supplier) Configuration of log stream.