-
Notifications
You must be signed in to change notification settings - Fork 0
SGLog is a macro based logger which allows you to embed significant logging code in your projects and remove it and deployment time.
License
danloughney/SGLog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published