Class LogHandlerBuildItem


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

    • LogHandlerBuildItem

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