Uses of Enum Class
org.apache.camel.StartupSummaryLevel
Packages that use StartupSummaryLevel
-
Uses of StartupSummaryLevel in org.apache.camel
Methods in org.apache.camel that return StartupSummaryLevelModifier and TypeMethodDescriptionCamelContext.getStartupSummaryLevel()Controls the level of information logged during startup (and shutdown) ofCamelContext.static StartupSummaryLevelReturns the enum constant of this class with the specified name.static StartupSummaryLevel[]StartupSummaryLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel with parameters of type StartupSummaryLevelModifier and TypeMethodDescriptionvoidCamelContext.setStartupSummaryLevel(StartupSummaryLevel startupSummaryLevel) Controls the level of information logged during startup (and shutdown) ofCamelContext.