LogEIPPage added by Claus IbsenLogHow can I log processing a Message? Camel provides many ways to log processing a message. Here is just some examples. You can use the Log component which logs the Message content. You can also use a Processor or Bean and log from Java code. Using log DSLAnd in Camel 2.2 you can use the log DSL which allows you to use an _expression_ to construct a dynamic message which gets logged. from("direct:start").log("Processing ${id}").to("bean:foo");
Change Notification Preferences
View Online
|
Add Comment
|
- [CONF] Apache Camel > LogEIP confluence
- [CONF] Apache Camel > LogEIP confluence
- [CONF] Apache Camel > LogEIP confluence
- [CONF] Apache Camel > LogEIP confluence
- [CONF] Apache Camel > LogEIP confluence
