Package io.quarkus.deployment.builditem
Class NamedLogHandlersBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.deployment.builditem.NamedLogHandlersBuildItem
-
public final class NamedLogHandlersBuildItem extends MultiBuildItem
A build item for adding additional named logging handlers.
-
-
Constructor Summary
Constructors Constructor Description NamedLogHandlersBuildItem(RuntimeValue<Map<String,Handler>> namedHandlersMap)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeValue<Map<String,Handler>>
getNamedHandlersMap()
Get the named 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
-
-