Skip to content

SnugJoker/PBJDebuggingTools

Repository files navigation

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, razonjoe@gmail.com

License

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

About

Nice collection of some useful debugging tools.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published