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 LoggingLevel
Returns 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 TypeMethodDescriptionboolean
LoggingLevel.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 TypeMethodDescriptionvoid
CamelLogger.log
(String message, Throwable exception, LoggingLevel loggingLevel) void
CamelLogger.log
(String message, LoggingLevel loggingLevel) static void
CamelLogger.log
(org.slf4j.Logger log, LoggingLevel level, String message) static void
CamelLogger.log
(org.slf4j.Logger log, LoggingLevel level, String message, Throwable th) static void
CamelLogger.log
(org.slf4j.Logger log, LoggingLevel level, org.slf4j.Marker marker, String message) static void
CamelLogger.log
(org.slf4j.Logger log, LoggingLevel level, org.slf4j.Marker marker, String message, Throwable th) void
CamelLogger.setLevel
(LoggingLevel level) void
BeanIntrospection.setLoggingLevel
(LoggingLevel loggingLevel) Logging level used for logging introspection usage.void
RouteController.setLoggingLevel
(LoggingLevel loggingLevel) Sets the logging level used for logging route activity (such as starting and stopping routes).void
ShutdownStrategy.setLoggingLevel
(LoggingLevel loggingLevel) Sets the logging level used for logging shutdown activity (such as starting and stopping routes).void
TypeConverterRegistry.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 boolean
CamelLogger.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)