Uses of Enum Class
org.frankframework.util.MessageKeeper.MessageKeeperLevel
Package
Description
-
Uses of MessageKeeper.MessageKeeperLevel in org.frankframework.configuration
Modifier 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) ModifierConstructorDescriptionConfigurationMessageEvent
(IConfigurationAware source, String message, MessageKeeper.MessageKeeperLevel level) -
Uses of MessageKeeper.MessageKeeperLevel in org.frankframework.lifecycle
ModifierConstructorDescriptionApplicationMessageEvent
(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
Modifier 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.Modifier and TypeMethodDescriptionvoid
MessageKeeper.add
(String message, Instant date, MessageKeeper.MessageKeeperLevel level) void
MessageKeeper.add
(String message, MessageKeeper.MessageKeeperLevel level) ModifierConstructorDescriptionMessageKeeperMessage
(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.