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 TypeMethodDescriptionvoidIbisContext.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 MessageEventLevelReturns 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 MessageEventLevelModifierConstructorDescriptionAdapterMessageEvent(Adapter source, Object namedObject, String message, MessageEventLevel level) AdapterMessageEvent(Adapter source, String message, MessageEventLevel level) ApplicationMessageEvent(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) protectedMessageEvent(T source, String message, MessageEventLevel level, Throwable e)