Skip to content

kenzan8000/KZNLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published