On May 28, 10:48 am, Yao <[email protected]> wrote:
> I am trying to monitor a large number of fucntions and would very much
> prefer if the output could be directed to a local file, rather than
> console.
>
> Could anybody give a hint about the right place in Firebug or Firefox
> to add this behavior?
Create a firebug extension that calls
Firebug.Console.addListener(this);
in the initialize method. Then implement:
onLogRowCreated: function(panel , row)
{
// here row is an HTML element matching the console.
}
jjb
>
> Thanks a lot!
>
> -Yao
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.