Lightweight Swift Logging Utility for Xcode & Google Docs
###Features:
- Autocomplete friendly: Easy 2 letter typing to start logging something
Like this: Not like this:
- Different log levels with different colors
while debugging shows colored and informational logs with log levels in xcode debug area
while on release logs the critical stuff you have to your google docs
you can ignore all other logs and show only the class you are debugging with just one line of code
its pretty
easy to install ~2 minutes
you can easily tell the difference between system logs and your logs
This framework was created while working on the Qorum app. Check it out, you might like it.
###Installing
https://github.com/supermarin/Alcatraz
###Requirements
- Xcode 6 or later (Tested on 6.4)
- iOS 7 or later (Tested on 7.1)
###Possible future features
###Thanks for making this possible
###License
- QorumLogs is available under the MIT license. See the LICENSE file.
###Keywords Debugging, logging, remote logging, remote debugging, qorum app,