Side Jobs: Log Hound Javascript Logger
November 1st, 2010
Comments off
| Name: | Log Hound |
| Site: | http://code.google.com/p/facets-loghound/ |
| Language: | JavaScript |
JavaScript. Logging. Why is that so hard to understand? Maybe I should start at the beginning.
In some of the positions I’ve held over the past few years, I’ve had occasion to really dive deep into JavaScript. Very, very deep. Eval deep. Since my primary language is Java, I have grown used to the myriad tools that make my coding life easier, of which logging frameworks provide the largest benefit aside from run-time debuggers. It’s nice to know exactly what your code is thinking as it displays all your customers’ private information on your public web site due to a misplaced semi-colon.
Read more…