Uses of Enum Class
org.frankframework.lifecycle.events.MessageEventLevel
Packages that use MessageEventLevel
-
Uses of MessageEventLevel in org.frankframework.configuration
Methods in org.frankframework.configuration with parameters of type MessageEventLevelModifier and TypeMethodDescriptionvoid
Configuration.log
(String message, MessageEventLevel level) Log a message to the MessageKeeper that corresponds to this configurationvoid
IbisContext.log
(String message, MessageEventLevel level, Exception e) -
Uses of MessageEventLevel in org.frankframework.lifecycle.events
Methods in org.frankframework.lifecycle.events that return MessageEventLevelModifier and TypeMethodDescriptionstatic MessageEventLevel
Returns the enum constant of this class with the specified name.static MessageEventLevel[]
MessageEventLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.frankframework.lifecycle.events with parameters of type MessageEventLevelModifierConstructorDescriptionApplicationMessageEvent
(org.springframework.context.ApplicationContext source, String message, MessageEventLevel level) ApplicationMessageEvent
(org.springframework.context.ApplicationContext source, String message, MessageEventLevel level, Exception e) ConfigurationMessageEvent
(Configuration source, String message, MessageEventLevel level) protected
MessageEvent
(T source, String message, MessageEventLevel level, Exception e)