Open GoogleCodeExporter opened 9 years ago
In attachment, an example based on what I got from some other projects.
The http://code.google.com/p/cocoalumberjack/ is a good framework for this kind
of things. It must be compiled or linked with the project in order to use the
file in attachment.
Another thing is also to choose a Logger in the ApplicationDelegate
implementation, better in method didFinishLaunchingWithOptions:
[DDLog addLogger:[DDTTYLogger sharedInstance]]; // To log in Console.app
Here is my contribution ;-)
Cheers
Original comment by angea...@gmail.com
on 7 Jun 2011 at 8:52
Attachments:
Original comment by bruno.ke...@gmail.com
on 22 Jun 2011 at 11:59
Original issue reported on code.google.com by
angea...@gmail.com
on 5 Jun 2011 at 11:17