robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.6k stars 1.31k forks source link

CocoaLumberjack should be optional -- use NSLog by default #64

Open lupinglade opened 11 years ago

lupinglade commented 11 years ago

CocoaLumberjack dependency should be optional (via ifdefs) or removed altogether -- use NSLog by default. Most projects do not need CocoaLumberjack and would do fine just using NSLog logging by default. The extra dependency and classes are too custom/specific and unnecessarily complicate this project.

mralexgray commented 11 years ago

i agree!

robbiehanson commented 11 years ago

Agreed.

pctj101 commented 11 years ago

Although sometimes for debugging, logging to a file is nice too which CocoaLumberjack seems to make easy.