Versions Compared

Key

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

...

Option

Default

Description

showAll

false

quick option for turning all options on

showExchangeId

false

To output the unique exchange id

showProperties

false

Output the exchange properties

showHeaders

false

Output the in message headers

showBodyType

true

Output the in body Java type

showBody

true

Output the in body

showOut

false

If the exchange has an out message then its also shown

showException

false

Camel 2.0: If the exchange has an exception then the exception message is shown (no stacktrace)

showCaughtException

false

Camel 2.0: If the exchange has a caught exception then the exception message is shown (no stacktrace). A caught exception is stored as a property on the exchange, and for instance a doCatch can catch exceptions. See Try Catch Finally.

showStackTrace

false

Camel 2.0: Show also the stacktrace if the exchange has an exception

multiline

false

if enabled then each information is logged on a new line

maxChars

 

Camel 2.0: Is used to limit the number of chars logged per line.

...