How to pipe debugmsg to a file?

Zsolt Rizsanyi rizsanyi at myrealbox.com
Wed Oct 23 14:02:41 CDT 2002


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.txt

Try
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



More information about the wine-users mailing list