Uses of Enum Class
org.frankframework.core.Adapter.MessageLogLevel
Packages that use Adapter.MessageLogLevel
-
Uses of Adapter.MessageLogLevel in org.frankframework.core
Subclasses with type arguments of type Adapter.MessageLogLevel in org.frankframework.coreMethods in org.frankframework.core that return Adapter.MessageLogLevelModifier and TypeMethodDescriptionstatic Adapter.MessageLogLevelReturns 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 TypeMethodDescriptionvoidAdapter.setMsgLogLevel(Adapter.MessageLogLevel level) Defines behaviour for logging messages.