You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Eric Bouer (JIRA)" <ji...@apache.org> on 2009/11/18 14:20:52 UTC

[jira] Updated: (CAMEL-2199) Introduce a new log component for dynamic logging.

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