Class NamedLogHandlersBuildItem


  • public final class NamedLogHandlersBuildItem
    extends MultiBuildItem
    A build item for adding additional named logging handlers.
    • Constructor Detail

      • NamedLogHandlersBuildItem

        public NamedLogHandlersBuildItem​(RuntimeValue<Map<String,​Handler>> namedHandlersMap)
        Construct a new instance.
        Parameters:
        namedHandlersMap - the named handlers to add to the run time configuration
    • Method Detail

      • getNamedHandlersMap

        public RuntimeValue<Map<String,​Handler>> getNamedHandlersMap()
        Get the named handlers.
        Returns:
        the named handlers map