Just want to share what i found: DebugLog by Karl Kraft
Handy Debug Logger, that works like this:
Code:
DebugLog(@"Hello, World")
Output:
MainThread/main (main.m:16) Hello, World!
MainThread/+[SampleClass debugExample] (SampleClass.m:16) A sample debug message
MainThread/-[SampleClass debugExample] (SampleClass.m:21) Another sample debug message
My Gist with TinyLog (works like NSLog without any timestamps or additional data): https://gist.github.com/939729
Original Blog Post: http://www.karlkraft.com/index.php/2009/03/23/114/