Is there a wine option to send the log output to a file? I'm doing the following: wineconsole --debugmsg +all program_name parm1 parm2 parm3 > /mylog.txt mylog.txt is not receiving a copy of the millions, nay billions!, of messages output. I'm using Redhat 7.3 and the 10/07/2002 RPMs. - Bill
--- Bill Holland <BHolland@Cornell-Mayo.com> a ?crit : > Is there a wine option to send the log output to a file?> > I'm doing the following: > > wineconsole --debugmsg +all program_name parm1 parm2 parm3 > > /mylog.txtdo wineconsole --debugmsg +all program_name parm1 parm2 parm3 &>/mylog.txt ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
On Wednesday 23 October 2002 18:53, Bill Holland wrote:> Is there a wine option to send the log output to a file? > > I'm doing the following: > > wineconsole --debugmsg +all program_name parm1 parm2 parm3 > /mylog.txtTry wineconsole --debugmsg +all program_name parm1 parm2 parm3 2> /mylog.txt> mylog.txt is not receiving a copy of the millions, nay billions!, of > messages output.:) Regards Zsolt
Thanks guys, that worked great! I'm new to linux, obvious I guess (hehe) - Bill -----Original Message----- From: Sylvain Petreolle [mailto:spetreolle@yahoo.fr] Sent: Wednesday, October 23, 2002 1:57 PM To: Bill Holland; wine-users@winehq.com Subject: Re: How to pipe debugmsg to a file? --- Bill Holland <BHolland@Cornell-Mayo.com> a ?crit : > Is there a wine option to send the log output to a file?> > I'm doing the following: > > wineconsole --debugmsg +all program_name parm1 parm2 parm3 > > /mylog.txtdo wineconsole --debugmsg +all program_name parm1 parm2 parm3 &>/mylog.txt ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com