Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
/ juliet Public archive

A simple logging framework for iOS ( In Early Alpha State)

License

Notifications You must be signed in to change notification settings

coreyjs/juliet

Repository files navigation

Build Status CocoaPods Compatible Platform Swift License

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).

Features

Requirements

  • Xcode 8.3+
  • iOS 10.3+
  • Swift 3.1+

Installation

Cocoapods

Install CocoaPods dependency manger:

gem install cocoapods

To integrate Juliet into your project, add the following to your project's Podfile

pod 'juliet'

Carthage

Coming Soon.

Swift Package Manager

Coming Soon.

Usage

Basic Logging

Add import declaration

 import Juliet

 Logger.shared.log(level : .alert, message : "Basic Alert")

Contribute

Want to learn Swift and help contribute? Read Here

License

Juliet is released under the MIT license. See LICENSE for details.