I would like to use my own interface as a pass thru to console.[info,
log, debug, warn, error] while maintaining the stack trace.
Prior to 1.3 I was directly assigning my pass-thru to the associated
console method. This causes problems now in 1.3.
eg.,
var acmeApps = {};
acmeApps.info = console.info;
Any other solutions to maintain the stack trace without explicitly
hard-coding console methods within my applications?
Thanks,
Carl
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---