How to pipe debugmsg to a file?

Duane Clark dclark at akamail.com
Wed Oct 23 18:48:53 CDT 2002


Bill Holland wrote:
> Thanks guys, that worked great!
> 
> I'm new to linux, obvious I guess (hehe)
> 
> - Bill
> 
> 
> -----Original Message-----
> From: Sylvain Petreolle [mailto:spetreolle at yahoo.fr]
> Sent: Wednesday, October 23, 2002 1:57 PM
> To: Bill Holland; wine-users at winehq.com
> Subject: Re: How to pipe debugmsg to a file?
> 
> 
>  --- Bill Holland <BHolland at 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.txt
> 
> do wineconsole --debugmsg +all program_name parm1 parm2 parm3 &>/mylog.txt
> 

And generally, for your program to get the parameters, you probably need 
to do:

wineconsole --debugmsg +all -- program_name parm1 parm2 &>/mylog.txt
                             ^^






More information about the wine-users mailing list