Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 674 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 674 Bytes

KZNLog

===============

Screenshot

KZNLog is log macro like NSLog and log viewer in iOS application.

KZNLog is tested on iOS 5.0+ and requires ARC.

Installation

CocoaPods

If you are using CocoaPods, then just add KZNLog to you Podfile.

pod 'KZNLog', :git => 'https://github.com/kenzan8000/KZNLog.git'

Manually

Simply add the files in the KZNLog directory to your project.

Example

#define DEBUG_KZNLOG
#define KZNDemoLog KZNLog

InitKZNLog;

KZNDemoLog(@"KZNLog Demo: %@", @"hoge");

License

Released under the MIT license.