Hi Claus, My requirement is a bit different... I need to print human-readable messages such as "Validating against XML Schema...", "Validation OK", "Validation ERROR", etc... Therefore, I need to be able to specify the message that should be printed out when I am building the route.
Don't know if I have expressed myself clearly... Is there any functionality in Camel that will allow me to do send custom log messages to the Log component? Thanks. Claus Ibsen wrote: > > Hi > > You can use tracer for tracing the flow of messages. And in what sequence > it is: > http://activemq.apache.org/camel/tracer.html > > And feedback of this one is welcome. We have a request to be able to log > the "from" node also, so you know the previous step. > > > The log component itself can be customized its log format: > http://activemq.apache.org/camel/log.html > But it doesn't support the "destination node" as the tracer does. > > > > Med venlig hilsen > > Claus Ibsen > ...................................... > Silverbullet > Skovsgårdsvænget 21 > 8362 Hørning > Tlf. +45 2962 7576 > Web: www.silverbullet.dk > > -----Original Message----- > From: raulvk.soa [mailto:[EMAIL PROTECTED] > Sent: 16. september 2008 11:33 > To: [email protected] > Subject: Custom log messages > > > Hi, > > Is there any possibility to print custom log lines on log files? For > example, via de "log:" component? > > My requirement is to print out not only the contents and the attributes of > the message, but also a line describing in which point of the processing > sequence the message actually is. > > Thanks. > > -- > View this message in context: > http://www.nabble.com/Custom-log-messages-tp19508418s22882p19508418.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Custom-log-messages-tp19508418s22882p19508601.html Sent from the Camel - Users mailing list archive at Nabble.com.
