Re: Log in file

2013-04-16 Thread Jean Francois LE BESCONT
> > You can configure it in your logging framework. > > > > > > Sent from a mobile device > > > Am 11.04.2013 13:12 schrieb "jeff" : > > > > > > 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. > > > > > >

Re: Log in file

2013-04-12 Thread Raul Kripalani
gt; > > > 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. > > >

Re: Log in file

2013-04-12 Thread Jean Francois LE BESCONT
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. >

Re: Log in file

2013-04-11 Thread Christian Müller
uot;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-

Log in file

2013-04-11 Thread jeff
y.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.