Uses of Enum Class
org.kie.kogito.tracing.event.message.MessageLevel
Packages that use MessageLevel
Package
Description
-
Uses of MessageLevel in org.kie.kogito.tracing.event.message
Methods in org.kie.kogito.tracing.event.message that return MessageLevelModifier and TypeMethodDescriptionMessage.getLevel()static MessageLevelReturns the enum constant of this class with the specified name.static MessageLevel[]MessageLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kie.kogito.tracing.event.message with parameters of type MessageLevelModifierConstructorDescriptionMessage(MessageLevel level, MessageCategory category, String type, String sourceId, String text, MessageExceptionField exception, ModelDomain modelDomain) -
Uses of MessageLevel in org.kie.kogito.tracing.event.message.models
Constructors in org.kie.kogito.tracing.event.message.models with parameters of type MessageLevelModifierConstructorDescriptionDecisionMessage(MessageLevel level, MessageCategory category, String type, String sourceId, String text, MessageFEELEvent feelEvent, MessageExceptionField exception)