Package io.quarkus.deployment.builditem
Class LogSocketFormatBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.LogSocketFormatBuildItem
public final class LogSocketFormatBuildItem
extends io.quarkus.builder.item.MultiBuildItem
The socket format build item. Producing this item will cause the logging subsystem to disregard its
socket logging formatting configuration and use the formatter provided instead. If multiple formatters
are enabled at runtime, a warning message is printed and only one is used.
-
Constructor Summary
ConstructorsConstructorDescriptionLogSocketFormatBuildItem(io.quarkus.runtime.RuntimeValue<Optional<Formatter>> formatterValue) Construct a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGet the formatter value.
-
Constructor Details
-
Method Details
-
getFormatterValue
Get the formatter value.- Returns:
- the formatter value
-