Juliet is a simple, expandable logging library for iOS. It is meant to allow easy logging of application data to any endpoint (stdout, http, etc).
- Singleton Instantiation
- Complete Documentation
- Xcode 8.3+
- iOS 10.3+
- Swift 3.1+
Install CocoaPods dependency manger:
gem install cocoapods
To integrate Juliet into your project, add the following to your project's Podfile
pod 'juliet'
Coming Soon.
Coming Soon.
Add import declaration
import Juliet
Logger.shared.log(level : .alert, message : "Basic Alert")
Want to learn Swift and help contribute? Read Here
Juliet is released under the MIT license. See LICENSE for details.