PBJDebuggingTools

Nice collection of some useful debugging tools.

11
0
Ruby

PBJDebuggingTools

Build Status
Version
License
Platform
Languages
BCH compliance
CocoaPods
Donate

Content

  • DLog

Requirements

No requirements needed.

Example

Screenshot

Installation

PBJDebuggingTools is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod 'PBJDebuggingTools'

How To Use

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(@"");

Author

Joseph Razon, [email protected]

License

PBJDebuggingTools is available under the MIT license. See the LICENSE file for more info.