Uses of Interface
io.helidon.webserver.observe.log.LogStreamConfig
Packages that use LogStreamConfig
-
Uses of LogStreamConfig in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log with type parameters of type LogStreamConfigModifier and TypeClassDescriptionstatic classLogStreamConfig.BuilderBase<BUILDER extends LogStreamConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends LogStreamConfig> Fluent API builder base forLogStreamConfig.Classes in io.helidon.webserver.observe.log that implement LogStreamConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe.log that return LogStreamConfigModifier and TypeMethodDescriptionLogStreamConfig.Builder.build()LogStreamConfig.Builder.buildPrototype()static LogStreamConfigLogStreamConfig.create()Create a new instance with default values.static LogStreamConfigCreate a new instance from configuration.LogObserverConfig.BuilderBase.LogObserverConfigImpl.stream()LogObserverConfig.BuilderBase.stream()Configuration of log stream.Methods in io.helidon.webserver.observe.log with parameters of type LogStreamConfigModifier and TypeMethodDescriptionstatic LogStreamConfig.BuilderLogStreamConfig.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.Method parameters in io.helidon.webserver.observe.log with type arguments of type LogStreamConfigModifier and TypeMethodDescriptionLogObserverConfig.BuilderBase.stream(Supplier<? extends LogStreamConfig> supplier) Configuration of log stream.