Skip to content

SGLog is a macro based logger which allows you to embed significant logging code in your projects and remove it and deployment time.

License

Notifications You must be signed in to change notification settings

danloughney/SGLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I worked with a guy named Tom who gave me this great advice. "The first thing you write should be your logger." Here is my logger for iOS apps. It is ObjectiveC macro based wrapper for NSLog.

You can categorize your log messages and write them out conditionally. Finally when you are ready to ship, all of your logging messages are compiled out of your archive protecting your proprietary info and preventing your app from spamming the iOS console.

About

SGLog is a macro based logger which allows you to embed significant logging code in your projects and remove it and deployment time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published