Uses of Class
org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Logging.Level
-
Packages that use Logging.Level Package Description org.apache.camel.v1alpha1.kameletbindingspec.integration.traits -
-
Uses of Logging.Level in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits
Methods in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits that return Logging.Level Modifier and Type Method Description Logging.LevelLogging. getLevel()static Logging.LevelLogging.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Logging.Level[]Logging.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits with parameters of type Logging.Level Modifier and Type Method Description voidLogging. setLevel(Logging.Level level)
-