Code: Select all
if (axVLCPlugin21.log.messages.count > 0)
{
foreach (AXVLC.IVLCMessage msg in axVLCPlugin21.log.messages)
{
System.Console.WriteLine(msg.message);
}
}
axVLCPlugin21.log.messages.clear();
Any idea when this might be implemented, would be nice to pull the log data from the vlc control. Tried on 0.8.6 and 0.9.0 as of last night.
Thanks[/code]