Uses of Class
org.apache.camel.builder.LoggingErrorHandlerBuilder

Packages that use LoggingErrorHandlerBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
 

Uses of LoggingErrorHandlerBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return LoggingErrorHandlerBuilder
 LoggingErrorHandlerBuilder LoggingErrorHandlerBuilder.level(LoggingLevel level)
           
 LoggingErrorHandlerBuilder LoggingErrorHandlerBuilder.log(org.slf4j.Logger log)
           
 LoggingErrorHandlerBuilder BuilderSupport.loggingErrorHandler()
          Creates an error handler which just logs errors
 LoggingErrorHandlerBuilder BuilderSupport.loggingErrorHandler(org.slf4j.Logger log)
          Creates an error handler which just logs errors
 LoggingErrorHandlerBuilder BuilderSupport.loggingErrorHandler(org.slf4j.Logger log, LoggingLevel level)
          Creates an error handler which just logs errors
 LoggingErrorHandlerBuilder BuilderSupport.loggingErrorHandler(String log)
          Creates an error handler which just logs errors
 LoggingErrorHandlerBuilder LoggingErrorHandlerBuilder.logName(String logName)
           
 

Methods in org.apache.camel.builder with parameters of type LoggingErrorHandlerBuilder
protected  void LoggingErrorHandlerBuilder.cloneBuilder(LoggingErrorHandlerBuilder other)
           
 



Apache Camel