Class LogSyslogFormatBuildItem


  • public final class LogSyslogFormatBuildItem
    extends 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 Detail

      • LogSyslogFormatBuildItem

        public LogSyslogFormatBuildItem​(RuntimeValue<Optional<Formatter>> formatterValue)
        Construct a new instance.
        Parameters:
        formatterValue - the optional formatter runtime value to use (must not be null)