Uses of Class
org.apache.camel.LoggingLevel

Packages that use LoggingLevel
org.apache.camel The core Camel API. 
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.component.controlbus The Control Bus Component which allows to manage Camel at runtime. 
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.file.strategy Strategies for the File Component. 
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
org.apache.camel.util Utility classes used by the core of Camel. 
 

Uses of LoggingLevel in org.apache.camel
 

Methods in org.apache.camel that return LoggingLevel
static LoggingLevel LoggingLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoggingLevel[] LoggingLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LoggingLevel in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return LoggingLevel
 LoggingLevel LoggingErrorHandlerBuilder.getLevel()
           
 

Methods in org.apache.camel.builder with parameters of type LoggingLevel
 LoggingErrorHandlerBuilder LoggingErrorHandlerBuilder.level(LoggingLevel level)
           
 LoggingErrorHandlerBuilder BuilderSupport.loggingErrorHandler(org.slf4j.Logger log, LoggingLevel level)
          Creates an error handler which just logs errors
 DefaultErrorHandlerBuilder DefaultErrorHandlerBuilder.loggingLevel(LoggingLevel level)
          Sets the logging level of exceptions caught
 DefaultErrorHandlerBuilder DefaultErrorHandlerBuilder.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
           
 DefaultErrorHandlerBuilder DefaultErrorHandlerBuilder.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
           
 void LoggingErrorHandlerBuilder.setLevel(LoggingLevel level)
           
 

Constructors in org.apache.camel.builder with parameters of type LoggingLevel
LoggingErrorHandlerBuilder(org.slf4j.Logger log, LoggingLevel level)
           
 

Uses of LoggingLevel in org.apache.camel.component.controlbus
 

Methods in org.apache.camel.component.controlbus that return LoggingLevel
 LoggingLevel ControlBusEndpoint.getLoggingLevel()
           
 

Methods in org.apache.camel.component.controlbus with parameters of type LoggingLevel
 void ControlBusEndpoint.setLoggingLevel(LoggingLevel loggingLevel)
           
 

Uses of LoggingLevel in org.apache.camel.component.file
 

Fields in org.apache.camel.component.file declared as LoggingLevel
protected  LoggingLevel GenericFileEndpoint.readLockLoggingLevel
           
 

Methods in org.apache.camel.component.file that return LoggingLevel
 LoggingLevel GenericFileEndpoint.getReadLockLoggingLevel()
           
 

Methods in org.apache.camel.component.file with parameters of type LoggingLevel
 void GenericFileExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
          Sets logging level used when a read lock could not be acquired.
 void GenericFileEndpoint.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
           
 

Uses of LoggingLevel in org.apache.camel.component.file.strategy
 

Methods in org.apache.camel.component.file.strategy with parameters of type LoggingLevel
 void FileLockExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
           
 void MarkerFileExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
           
 void GenericFileRenameExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
           
 void FileChangedExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
           
 

Uses of LoggingLevel in org.apache.camel.component.log
 

Methods in org.apache.camel.component.log that return LoggingLevel
protected  LoggingLevel LogComponent.getLoggingLevel(Map<String,Object> parameters)
          Gets the logging level, will default to use INFO if no level parameter provided.
 

Uses of LoggingLevel in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return LoggingLevel
 LoggingLevel ThrottlingInflightRoutePolicy.getLoggingLevel()
           
 LoggingLevel ScheduledPollConsumer.getRunLoggingLevel()
           
 

Methods in org.apache.camel.impl with parameters of type LoggingLevel
 void ThrottlingInflightRoutePolicy.setLoggingLevel(LoggingLevel loggingLevel)
          Sets the logging level to report the throttling activity.
 void ScheduledPollConsumer.setRunLoggingLevel(LoggingLevel runLoggingLevel)
           
 

Constructors in org.apache.camel.impl with parameters of type LoggingLevel
LoggingExceptionHandler(CamelContext camelContext, Class<?> ownerType, LoggingLevel level)
           
LoggingExceptionHandler(Class<?> ownerType, LoggingLevel level)
          Deprecated. 
 

Uses of LoggingLevel in org.apache.camel.model
 

Methods in org.apache.camel.model that return LoggingLevel
 LoggingLevel LogDefinition.getLoggingLevel()
           
 LoggingLevel RedeliveryPolicyDefinition.getRetriesExhaustedLogLevel()
           
 LoggingLevel RedeliveryPolicyDefinition.getRetryAttemptedLogLevel()
           
 

Methods in org.apache.camel.model with parameters of type LoggingLevel
 Type ProcessorDefinition.log(LoggingLevel loggingLevel, String message)
          Creates a log message to be logged at the given level.
 Type ProcessorDefinition.log(LoggingLevel loggingLevel, String logName, String message)
          Creates a log message to be logged at the given level and name.
 Type ProcessorDefinition.log(LoggingLevel loggingLevel, String logName, String marker, String message)
          Creates a log message to be logged at the given level and name.
 RedeliveryPolicyDefinition RedeliveryPolicyDefinition.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
          Sets the logging level to use when retries has exhausted
 OnExceptionDefinition OnExceptionDefinition.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
          Sets the logging level to use when retries has exhausted
 RedeliveryPolicyDefinition RedeliveryPolicyDefinition.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
          Sets the logging level to use for logging retry attempts
 OnExceptionDefinition OnExceptionDefinition.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
          Sets the logging level to use for logging retry attempts
 void LogDefinition.setLoggingLevel(LoggingLevel loggingLevel)
           
 void RedeliveryPolicyDefinition.setRetriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
           
 void RedeliveryPolicyDefinition.setRetryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
           
 

Uses of LoggingLevel in org.apache.camel.processor
 

Fields in org.apache.camel.processor declared as LoggingLevel
protected  LoggingLevel RedeliveryPolicy.retriesExhaustedLogLevel
           
protected  LoggingLevel RedeliveryPolicy.retryAttemptedLogLevel
           
 

Methods in org.apache.camel.processor that return LoggingLevel
 LoggingLevel CamelLogger.getLevel()
          Deprecated.  
 LoggingLevel RedeliveryPolicy.getRetriesExhaustedLogLevel()
           
 LoggingLevel RedeliveryPolicy.getRetryAttemptedLogLevel()
           
 

Methods in org.apache.camel.processor with parameters of type LoggingLevel
 void CamelLogger.log(String message, LoggingLevel loggingLevel)
          Deprecated.  
 void CamelLogger.log(String message, Throwable exception, LoggingLevel loggingLevel)
          Deprecated.  
 RedeliveryPolicy RedeliveryPolicy.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
          Sets the logging level to use for log messages when retries have been exhausted.
 RedeliveryPolicy RedeliveryPolicy.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
          Sets the logging level to use for log messages when retries are attempted.
 void CamelLogger.setLevel(LoggingLevel level)
          Deprecated.  
 void CamelLogProcessor.setLevel(LoggingLevel level)
           
 void RedeliveryPolicy.setRetriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
          Sets the logging level to use for log messages when retries have been exhausted.
 void RedeliveryPolicy.setRetryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
          Sets the logging level to use for log messages when retries are attempted.
 

Constructors in org.apache.camel.processor with parameters of type LoggingLevel
CamelLogger(org.slf4j.Logger log, LoggingLevel level)
          Deprecated.  
CamelLogger(String logName, LoggingLevel level)
          Deprecated.  
 

Uses of LoggingLevel in org.apache.camel.processor.interceptor
 

Methods in org.apache.camel.processor.interceptor that return LoggingLevel
 LoggingLevel Tracer.getLogLevel()
           
 

Methods in org.apache.camel.processor.interceptor with parameters of type LoggingLevel
 void Tracer.setLogLevel(LoggingLevel logLevel)
          Sets the logging level to output tracing.
 

Uses of LoggingLevel in org.apache.camel.util
 

Methods in org.apache.camel.util that return LoggingLevel
 LoggingLevel CamelLogger.getLevel()
           
 

Methods in org.apache.camel.util with parameters of type LoggingLevel
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)
           
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)
           
 void CamelLogger.log(String message, LoggingLevel loggingLevel)
           
 void CamelLogger.log(String message, Throwable exception, LoggingLevel loggingLevel)
           
 void CamelLogger.setLevel(LoggingLevel level)
           
static boolean CamelLogger.shouldLog(org.slf4j.Logger log, LoggingLevel level)
           
 

Constructors in org.apache.camel.util with parameters of type LoggingLevel
CamelLogger(org.slf4j.Logger log, LoggingLevel level)
           
CamelLogger(org.slf4j.Logger log, LoggingLevel level, String marker)
           
CamelLogger(String logName, LoggingLevel level)
           
CamelLogger(String logName, LoggingLevel level, String marker)
           
 



Apache Camel