Versions Compared

Key

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

...

The log tag has attributes to set the message, loggingLevel and logName. For example:

Code Block
xml
xml
        <route id="baz">
            <from uri="direct:baz"/>
            <log message="Me Got ${body}" loggingLevel="FATAL" logName="cool"/>
            <to uri="mock:baz"/>
        </route>

...