Uses of Enum Class
org.apache.camel.LoggingLevel
Packages that use LoggingLevel
-
Uses of LoggingLevel in org.apache.camel
Subclasses with type arguments of type LoggingLevel in org.apache.camelModifier and TypeClassDescriptionenumLogging severity levels used throughout Camel to control the verbosity of diagnostic output.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(@Nullable String message, Throwable exception, LoggingLevel loggingLevel) voidCamelLogger.log(@Nullable String message, LoggingLevel loggingLevel) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, @Nullable String message) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, @Nullable String message, Throwable th) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, @Nullable org.slf4j.Marker marker, @Nullable String message, Throwable th) static voidCamelLogger.log(org.slf4j.Logger log, LoggingLevel level, org.slf4j.Marker marker, @Nullable String message) 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, @Nullable String marker) CamelLogger(org.slf4j.Logger log, LoggingLevel level) CamelLogger(org.slf4j.Logger log, LoggingLevel level, @Nullable String marker)