Popularity
0.6
Declining
Activity
0.0
Stable
2
7
0

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Logging    
Latest version: v0.0.3

LumberMill alternatives and similar libraries

Based on the "Logging" category.
Alternatively, view LumberMill alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of LumberMill or a related project?

Add another 'Logging' Library

README

LumberMill

Stupidly Simple Logging for iOS.

Swift Version [License][license-url] 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

  • [x] Multiple Log Levels
  • [x] 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 โ€“ @davidbaldwynn โ€“ [email protected] Gabriel Uribe - Personal Site - [email protected]

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.


*Note that all licence references and agreements mentioned in the LumberMill README section above are relevant to that project's source code only.