Hey ! I think that it is not possible, but is it possible to send log message :
from("activemq:orders").to("log:com.mycompany.order?level=DEBUG").to("bean:processOrder");
in a file ?
Something like :
from("activemq:orders").to("log:com.mycompany.order?level=DEBUG&file=log/${file:name}.log
").to("bean:processOrder");
Thanks !
--
View this message in context:
http://camel.465427.n5.nabble.com/Log-in-file-tp5730713.html
Sent from the Camel - Users mailing list archive at Nabble.com.
