org.apache.camel.processor.interceptor
Interface TraceFormatter

All Known Implementing Classes:
DefaultTraceFormatter

public interface TraceFormatter

Formatter to format trace logs when tracing Exchange during routing.


Method Summary
 Object format(TraceInterceptor interceptor, ProcessorDefinition<?> node, Exchange exchange)
          Formats a log message at given point of interception.
 

Method Detail

format

Object format(TraceInterceptor interceptor,
              ProcessorDefinition<?> node,
              Exchange exchange)
Formats a log message at given point of interception.

Parameters:
interceptor - the tracing interceptor
node - the node where the interception occurred
exchange - the current exchange
Returns:
the log message


Apache CAMEL