Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Logger Library for iOS [closed]

Is there any good logger library for iOS development like log4J in Java?

I found log4cocoa. But its not updated in years now.

like image 638
Charith Nidarsha Avatar asked May 30 '12 15:05

Charith Nidarsha


1 Answers

I have not checked them all, but may be this helps:

Flexible iOS Logging

NSLogger

SOSmax

GTMLogger (google-toolbox-for-mac)

ASLogger

cola-framework

Cocoa Lumberjac

like image 181
iTukker Avatar answered Sep 19 '22 20:09

iTukker