Page 1 of 1

File logging without the window

Posted: 04 Mar 2010 10:52
by michaeldjcox
I'm using

Code: Select all

--extraintf=logger --logfile="mylogfile.log" -vvv
Which gets me a nice log file.

But it always brings up a DOS window with the log messages which I do not want.

Is it possible not to have the window but keep the log file.

Michael

Re: File logging without the window

Posted: 04 Mar 2010 23:18
by VLC_help

Code: Select all

--file-logging --logfile="mylogfile.log" -vvv
should work.