Page 1 of 1

Checking debug

Posted: 25 Jul 2012 09:22
by Tiwas
Hi guys,
Just started playing with lua and was hoping my previous programming and scripting experience would allow me to hack the functionality I wanted. I'm not so sure any more :p

One thing I noticed is that scripts use the vlc.msg.dbg function, which I assume is a write to a debug log somewhere (not the debug window, as I have this open) - where can I find this log?

Cheers!

Re: Checking debug

Posted: 26 Jul 2012 11:12
by mederi
VLC menu: Tools > Messages
set Verbosity level 0 for vlc.msg.err(), vlc.msg.info()
Verbosity 1 for vlc.msg.warn() and level 0 messages
Verbosity 2 for all regular vlc.msg.dbg() messages including level 0 and 1 messages