Class LogNamedHandlerFormatBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.LogNamedHandlerFormatBuildItem

public final class LogNamedHandlerFormatBuildItem extends io.quarkus.builder.item.MultiBuildItem
Named handler log format build item. Producing this item provides per-named-handler formatters for all named logging handler types (console, file, syslog, socket).

The outer map key is the NamedHandlerType identifying the handler type. The inner map key is the handler name.

  • Constructor Details

    • LogNamedHandlerFormatBuildItem

      public LogNamedHandlerFormatBuildItem(io.quarkus.runtime.RuntimeValue<Map<io.quarkus.runtime.logging.NamedHandlerType,Map<String,Optional<Formatter>>>> namedFormattersValue)
  • Method Details

    • getNamedFormattersValue

      public io.quarkus.runtime.RuntimeValue<Map<io.quarkus.runtime.logging.NamedHandlerType,Map<String,Optional<Formatter>>>> getNamedFormattersValue()