Uses of Enum Class
org.frankframework.core.Adapter.MessageLogLevel
Packages that use Adapter.MessageLogLevel
-
Uses of Adapter.MessageLogLevel in org.frankframework.core
Methods in org.frankframework.core that return Adapter.MessageLogLevelModifier and TypeMethodDescriptionstatic Adapter.MessageLogLevel
Returns the enum constant of this class with the specified name.static Adapter.MessageLogLevel[]
Adapter.MessageLogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.core with parameters of type Adapter.MessageLogLevelModifier and TypeMethodDescriptionvoid
Adapter.setMsgLogLevel
(Adapter.MessageLogLevel level) Defines behaviour for logging messages.