Skip to content

ubclaunchpad/LumberMill

Repository files navigation

LumberMill

Stupidly Simple Logging for iOS.

Swift Version License CocoaPods Compatible

LumberMill is a simple logging library for iOS 10 and Swift 3.0. It allows users to Log files with 5 different levels and to set the minimum log level that will be recorded

Features

  • Multiple Log Levels
  • Minimum Log Level (Optional)

Requirements

  • iOS 9.0+
  • Swift 3.0
  • Xcode 8.0

Installation

CocoaPods

You can use CocoaPods to install LumberMill by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!
pod 'LumberMill'

Manually

  1. Download and drop LumberMill.swift in your project.
  2. Congratulations!

Usage example

import LumberMill
let logger = LumberMill()

log.Debug("Debugging statement")

Contribute

We would love for you to contribute to YourLibraryName, check the LICENSE file for more info.

Meta

David Baldwynn – @davidbaldwynnpolydaic@gmail.com Gabriel Uribe - Personal Site - gabrieluribe@me.com

Distributed under the MIT license. See LICENSE for more information.

License

LumberMill is available under the MIT license. See the LICENSE file for more info.