Class LogHandlerBuildItem

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

public final class LogHandlerBuildItem extends io.quarkus.builder.item.MultiBuildItem
A build item for adding additional logging handlers.
  • Constructor Details

    • LogHandlerBuildItem

      public LogHandlerBuildItem(io.quarkus.runtime.RuntimeValue<Optional<Handler>> handlerValue)
      Construct a new instance.
      Parameters:
      handlerValue - the handler value to add to the run time configuration
  • Method Details

    • getHandlerValue

      public io.quarkus.runtime.RuntimeValue<Optional<Handler>> getHandlerValue()
      Get the handler value.
      Returns:
      the handler value