Package io.quarkus.deployment.builditem
Class LogSyslogFormatBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.LogSyslogFormatBuildItem
public final class LogSyslogFormatBuildItem
extends io.quarkus.builder.item.MultiBuildItem
The syslog format build item. Producing this item will cause the logging subsystem to disregard its
syslog 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
ConstructorsConstructorDescriptionLogSyslogFormatBuildItem(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
-