Class LogFileFormatBuildItem


  • public final class LogFileFormatBuildItem
    extends MultiBuildItem
    The log file format build item. Producing this item will cause the logging subsystem to disregard its file 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

      • LogFileFormatBuildItem

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