Page 1 of 1

VLC doesn't create log file

Posted: 29 Aug 2008 13:47
by krause
When I configure VLC media player in Settings/Preferences/Advanced/Logging to create a log file it doesn't. Is this a known problem and is there a solution to this?

Re: VLC doesn't create log file

Posted: 29 Aug 2008 14:32
by VLC_help
Does logger work any better?
--verbose 2 --extraintf logger

Re: VLC doesn't create log file

Posted: 29 Aug 2008 16:37
by krause
hhm.... sorry, I don't get it I guess. There is a liblogger_plugin.dll wich resides in my plugins directory but I don't get it how to use it. I guess I need to tie it to the vlc.exe somehow?

Re: VLC doesn't create log file

Posted: 30 Aug 2008 14:33
by VLC_help
Start VLC from command line, or make .bat file that starts VLC with that option.

Code: Select all

vlc.exe --verbose 2 --extraintf logger

Re: VLC doesn't create log file

Posted: 02 Sep 2008 13:17
by krause
Thanks very much.