Uses of Enum Class
org.frankframework.util.MessageKeeper.MessageKeeperLevel
Packages that use MessageKeeper.MessageKeeperLevel
Package
Description
-
Uses of MessageKeeper.MessageKeeperLevel in org.frankframework.configuration
Methods in org.frankframework.configuration with parameters of type MessageKeeper.MessageKeeperLevelModifier and TypeMethodDescriptionvoid
Configuration.log
(String message, MessageKeeper.MessageKeeperLevel level) Log a message to the MessageKeeper that corresponds to this configurationvoid
IbisContext.log
(String message, MessageKeeper.MessageKeeperLevel level, Exception e) Constructors in org.frankframework.configuration with parameters of type MessageKeeper.MessageKeeperLevelModifierConstructorDescriptionConfigurationMessageEvent
(Configuration source, String message, MessageKeeper.MessageKeeperLevel level) -
Uses of MessageKeeper.MessageKeeperLevel in org.frankframework.lifecycle
Constructors in org.frankframework.lifecycle with parameters of type MessageKeeper.MessageKeeperLevelModifierConstructorDescriptionApplicationMessageEvent
(org.springframework.context.ApplicationContext source, String message, MessageKeeper.MessageKeeperLevel level) ApplicationMessageEvent
(org.springframework.context.ApplicationContext source, String message, MessageKeeper.MessageKeeperLevel level, Exception e) -
Uses of MessageKeeper.MessageKeeperLevel in org.frankframework.util
Methods in org.frankframework.util that return MessageKeeper.MessageKeeperLevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MessageKeeper.MessageKeeperLevel[]
MessageKeeper.MessageKeeperLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.util with parameters of type MessageKeeper.MessageKeeperLevelModifier and TypeMethodDescriptionvoid
MessageKeeper.add
(String message, Instant date, MessageKeeper.MessageKeeperLevel level) void
MessageKeeper.add
(String message, MessageKeeper.MessageKeeperLevel level) Constructors in org.frankframework.util with parameters of type MessageKeeper.MessageKeeperLevelModifierConstructorDescriptionMessageKeeperMessage
(String message, Instant date, MessageKeeper.MessageKeeperLevel level) Set the message-text and -date of this message.MessageKeeperMessage
(String message, MessageKeeper.MessageKeeperLevel level) Set the message-text of this message.