[
https://issues.apache.org/activemq/browse/CAMEL-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55593#action_55593
]
Claus Ibsen commented on CAMEL-2199:
------------------------------------
Eric Bouer is working on this. Maybe if he shape it well it can be contributed
back to Apache?
> Introduce a new log component for dynamic logging.
> --------------------------------------------------
>
> Key: CAMEL-2199
> URL: https://issues.apache.org/activemq/browse/CAMEL-2199
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Eric Bouer
>
> It's a common task to preform logging of human message with dynamic content
> like headers/properties or anything else that can be produced with one of the
> dynamic languages.
> Right now the way to do it is .wireTap("log:mylog", new
> SimpleExpression("Processing ${header.ID}")
> It would be nice to have something more simple like :
> from("somewhere").to("humanlog:Processing ${header.ID}")
> or even:
> from("somewhere").hlog("Processing ${header.ID}") that allows the same
> functionality.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.