GetErrorLog
Syntax
GetErrorLog()
Description
Returns error information for debugging purposes.
Parameters and Remarks
Returns a (lengthy) string that may aid with debugging.
Examples
JScript
if (winamp.GetVersion() == 0)
{
CScript.Echo(winamp.GetErrorLog());
}