Home
last modified time | relevance | path

Searched refs:logFormatted (Results 1 – 1 of 1) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js1519 if(Firebug.disableResourceFetching){Firebug.Console.logFormatted(['Some Firebug Lite features are n…
2448 },initialize:function(){if(Env.bookmarkletOutdated){Firebug.Console.logFormatted(["A new bookmarkle…
2795 Firebug.Console.logFormatted(["Firebug could not capture console calls during "+persistDelay+"ms"],…
5600 },logFormatted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendF… method
5625 …vableConsole,{dispatchName:"console",error:function(){Firebug.Console.logFormatted(arguments,Fireb…
5639 }Firebug.Console.logFormatted(["Firebug cannot find _firebugConsole element",r,win],context,"error"…
5690 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(… method
6020 this.log=function(){logFormatted(arguments,"log")
6022 this.debug=function(){logFormatted(arguments,"debug",true)
6024 this.info=function(){logFormatted(arguments,"info",true)
[all …]