bits about life, coding and stuff
Everyone knows that NSLog sucks big times. In the past, i pointed to GTMLogger from the google-toolkit, which is very capable. But here I found the new gold-class in logging. Complete with writing to a file, web access and more.
Get started (Goole Code Wiki)
You might be thinking “logging is boring”.
But what if I told you that by using the framework you can actually make your application faster because it is an order of magnitude faster than NSLog?
What if I told you that the framework could allow you to debug your iPhone application remotely, by viewing its log statements in real time, via your web browser?
Related posts: