Nice collection of some useful debugging tools.
No requirements needed.
PBJDebuggingTools is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'PBJDebuggingTools'
To use PBJDebuggingTools first import the class:
*Import
#import <PBJDebuggingTools/PBJDLog.h>
Then simply add one of the methods to your code:
DLog(@"");
ALog(@"");
ULog(@"");
Joseph Razon, [email protected]
PBJDebuggingTools is available under the MIT license. See the LICENSE file for more info.