- DLog
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, razonjoe@gmail.com
PBJDebuggingTools is available under the MIT license. See the LICENSE file for more info.
