DebugLog 1.0.1

DebugLog 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Ilter Cengiz.



DebugLog 1.0.1

A logging macro that only logs in DEBUG environment

Use DebugLog instead of NSLog and don't worry again to ship your app with logging enabled. DebugLog will only log if DEBUG is defined, so you don't have to remove or comment out the logging lines in your code.

Installation

pod 'DebugLog'

Authors

Ilter Cengiz

License

MIT