Uses of Class
org.apache.camel.v1.integrationplatformspec.traits.Logging.Level
-
Packages that use Logging.Level Package Description org.apache.camel.v1.integrationplatformspec.traits -
-
Uses of Logging.Level in org.apache.camel.v1.integrationplatformspec.traits
Methods in org.apache.camel.v1.integrationplatformspec.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.v1.integrationplatformspec.traits with parameters of type Logging.Level Modifier and Type Method Description voidLogging. setLevel(Logging.Level level)
-