[ 
https://issues.apache.org/activemq/browse/CAMEL-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Bouer updated CAMEL-2199:
------------------------------

    Description: 
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.




> 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.

Reply via email to