On Tue, Feb 1, 2011 at 8:28 AM, Josh Rolstad <[email protected]> wrote:
> I have recently ran into the need to add logging into my javascript. > After looking at the available javascript (log4javascript, log4js, > etc) logging tools, are there any that people highly recommend or > recommend to use with caution? > > -- > You received this message because you are subscribed to the Google Groups > "Seattle area Alt.Net" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<altnetseattle%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/altnetseattle?hl=en. > > By logging, do you mean something you can use for debugging/development or something that will persist a log file to a server or cookie somewhere? I've used the YUI2 logger for debugging before and it works great as a cross-browser console.log replacement http://developer.yahoo.com/yui/logger/ YUI3 has a console widget in beta. http://developer.yahoo.com/yui/3/console/ You can hide them and show them if needed or embed them in the page. For the most part, I just use console.log in Firebug or the Chrome dev tools. -- You received this message because you are subscribed to the Google Groups "Seattle area Alt.Net" 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/altnetseattle?hl=en.
