Uses of Class
org.apache.camel.processor.LoggingLevel

Packages that use LoggingLevel
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

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 BuilderSupport.loggingErrorHandler(Log log, LoggingLevel level)
          Creates an error handler which just logs errors
 DeadLetterChannelBuilder DeadLetterChannelBuilder.loggingLevel(LoggingLevel level)
          Sets the logging level of exceptions caught
 void LoggingErrorHandlerBuilder.setLevel(LoggingLevel level)
           
 

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

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

Methods in org.apache.camel.component.log that return LoggingLevel
protected  LoggingLevel LogComponent.getLoggingLevel(Map parameters)
           
 

Uses of LoggingLevel in org.apache.camel.processor
 

Methods in org.apache.camel.processor that return LoggingLevel
 LoggingLevel LoggingErrorHandler.getLevel()
           
 LoggingLevel Logger.getLevel()
           
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're declared.
 

Methods in org.apache.camel.processor with parameters of type LoggingLevel
 void LoggingErrorHandler.setLevel(LoggingLevel level)
           
 void Logger.setLevel(LoggingLevel level)
           
 

Constructors in org.apache.camel.processor with parameters of type LoggingLevel
Logger(Log log, LoggingLevel level)
           
Logger(String logName, LoggingLevel level)
           
LoggingErrorHandler(Processor output, Log log, LoggingLevel level)
           
ThroughputLogger(Log log, LoggingLevel level)
           
ThroughputLogger(String logName, LoggingLevel level)
           
ThroughputLogger(String logName, LoggingLevel level, int groupSize)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.