Uses of Class
org.apache.camel.StartupSummaryLevel
-
Packages that use StartupSummaryLevel Package Description org.apache.camel The core Camel API. -
-
Uses of StartupSummaryLevel in org.apache.camel
Methods in org.apache.camel that return StartupSummaryLevel Modifier and Type Method Description StartupSummaryLevelCamelContext. getStartupSummaryLevel()Controls the level of information logged during startup (and shutdown) ofCamelContext.static StartupSummaryLevelStartupSummaryLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static StartupSummaryLevel[]StartupSummaryLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel with parameters of type StartupSummaryLevel Modifier and Type Method Description voidCamelContext. setStartupSummaryLevel(StartupSummaryLevel startupSummaryLevel)Controls the level of information logged during startup (and shutdown) ofCamelContext.
-