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