Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tracer Interceptor

Camel's tracer interceptor can be used for logging, by default at the INFO level, a route's execution. The tracer is an instance of org.apache.camel.spi.InterceptStrategy. It can be applied to either a DefaultCamelContext or a SpringCamelContext to ensure that there is a TracerInterceptor created for every node in the route. The tracer's logging can be enabled/disabled dynamically by calling its setEnabled method.

...