Lines Matching refs:logFormatted

1508 if(Firebug.disableResourceFetching){Firebug.Console.logFormatted(['Some Firebug Lite features are n…
2437 },initialize:function(){if(Env.bookmarkletOutdated){Firebug.Console.logFormatted(["A new bookmarkle…
2784 Firebug.Console.logFormatted(["Firebug could not capture console calls during "+persistDelay+"ms"],…
5589 },logFormatted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendF… method in Firebug.ConsoleBase
5614 …vableConsole,{dispatchName:"console",error:function(){Firebug.Console.logFormatted(arguments,Fireb…
5628 }Firebug.Console.logFormatted(["Firebug cannot find _firebugConsole element",r,win],context,"error"…
5679 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(… method in Firebug.ConsoleListener
6009 this.log=function(){logFormatted(arguments,"log")
6011 this.debug=function(){logFormatted(arguments,"debug",true)
6013 this.info=function(){logFormatted(arguments,"info",true)
6015 this.warn=function(){logFormatted(arguments,"warn",true)
6017 this.error=function(){logFormatted(arguments,"error",true)
6042 this.profile=function(title){logFormatted(["console.profile() not supported."],"warn",true)
6044 this.profileEnd=function(){logFormatted(["console.profile() not supported."],"warn",true)
6050 if(!frameCounter){var logRow=logFormatted(["0"],null,true,true);
6159 function logFormatted(args,className,linkToSource,noThrottle){var sourceLink=linkToSource?getStackL… function
6160 return Firebug.Console.logFormatted(args,context,className,noThrottle,sourceLink)
8150 this.sysout=function(){return this.logFormatted(arguments,"")
8152 this.dumpProperties=function(title,object){return this.logFormatted("dumpProperties() not supported…
8154 this.dumpStack=function(){return this.logFormatted("dumpStack() not supported.","warning")
8165 this.logFormatted=function(objects,className){var html=this.DBG_TIMESTAMP?[getTimestamp()," | "]:[]; method