You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Michael Kolakowski (Created) (JIRA)" <ji...@apache.org> on 2011/11/02 17:11:33 UTC

[jira] [Created] (CAMEL-4607) Have camel:log support using SLF4J Markers

Have camel:log support using SLF4J Markers
------------------------------------------

                 Key: CAMEL-4607
                 URL: https://issues.apache.org/jira/browse/CAMEL-4607
             Project: Camel
          Issue Type: New Feature
          Components: camel-spring
    Affects Versions: Future
            Reporter: Michael Kolakowski
            Priority: Minor


This issue is in regards to the following post:  

http://camel.465427.n5.nabble.com/Can-camel-use-a-Marker-as-used-in-logback-td4955683.html

In short, we would like to be able to make use of Markers, which are part of the SLF4J api.  Markers allow you to add an "ID" to a log statement.  They can then be used as filtering outside of log levels.  

The end result will be to be able to write something like the following:

<camel:log message="log message" logName="org.apache.camel" marker="myMarker" level="DEBUG" />

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira