Better logging for iOS and Mac: cocoalumberjack

5 Sep
2010

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?

Introducing Cocoa Lumberjack

Related posts:

  1. Custom Formatter for the cocoalumberjack logging framework
  2. Better iPhone/Mac logging with GTMLogger
  3. Logging, again!
  4. Objective C != Operator overloading

Comment Form

top

Switch to our mobile site