Uses of Enum Class
org.apache.camel.LoggingLevel
Packages that use LoggingLevel
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of LoggingLevel in org.apache.camel
Methods in org.apache.camel that return LoggingLevelModifier and TypeMethodDescriptionstatic LoggingLevelReturns the enum constant of this class with the specified name.static LoggingLevel[]LoggingLevel.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 LoggingLevelModifier and TypeMethodDescriptionbooleanLoggingLevel.isEnabled(LoggingLevel level) Is the given logging level equal or higher than the current level. -
Uses of LoggingLevel in org.apache.camel.spi
Methods in org.apache.camel.spi that return LoggingLevelModifier and TypeMethodDescriptionCamelLogger.getLevel()BeanIntrospection.getLoggingLevel()Logging level used for logging introspection usage.RouteController.getLoggingLevel()Gets the logging level used for logging route activity (such as starting and stopping routes).ShutdownStrategy.getLoggingLevel()Gets the logging level used for logging shutdown activity (such as starting and stopping routes).TypeConverterRegistry.getTypeConverterExistsLoggingLevel()The logging level to use when logging that a type converter already exists when attempting to add a duplicate type converter.Methods in org.apache.camel.spi with parameters of type LoggingLevelModifier and TypeMethodDescriptionvoidCamelLogger.log(String message, Throwable exception, LoggingLevel loggingLevel) voidCamelLogger.log(String message, LoggingLevel loggingLevel) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, String message) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, String message, Throwable th) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, org.slf4j.Marker marker, String message) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, org.slf4j.Marker marker, String message, Throwable th) voidCamelLogger.setLevel(LoggingLevel level) voidBeanIntrospection.setLoggingLevel(LoggingLevel loggingLevel) Logging level used for logging introspection usage.voidRouteController.setLoggingLevel(LoggingLevel loggingLevel) Sets the logging level used for logging route activity (such as starting and stopping routes).voidShutdownStrategy.setLoggingLevel(LoggingLevel loggingLevel) Sets the logging level used for logging shutdown activity (such as starting and stopping routes).voidTypeConverterRegistry.setTypeConverterExistsLoggingLevel(LoggingLevel typeConverterExistsLoggingLevel) The logging level to use when logging that a type converter already exists when attempting to add a duplicate type converter.static booleanCamelLogger.shouldLog(org.slf4j.Logger log, LoggingLevel level) Constructors in org.apache.camel.spi with parameters of type LoggingLevelModifierConstructorDescriptionCamelLogger(String logName, LoggingLevel level) CamelLogger(String logName, LoggingLevel level, String marker) CamelLogger(org.slf4j.Logger log, LoggingLevel level) CamelLogger(org.slf4j.Logger log, LoggingLevel level, String marker)