HI,
I was using open source classes and every classe that had the method “log” returned an error, it is unlikely to be the Math.log method but it seems to be some kind of debugging tool? Please enlight me!
private function logger(... args):void{
if(!debug){ return; }
//log(["[ZipLoader]"+args.shift()].concat(args));
}