Stupidly Simple Logging for iOS.
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
- Multiple Log Levels
- Minimum Log Level (Optional)
- iOS 9.0+
- Swift 3.0
- Xcode 8.0
You can use CocoaPods to install LumberMill
by adding it to your Podfile
:
platform :ios, '8.0'
use_frameworks!
pod 'LumberMill'
- Download and drop
LumberMill.swift
in your project. - Congratulations!
import LumberMill
let logger = LumberMill()
log.Debug("Debugging statement")
We would love for you to contribute to YourLibraryName, check the LICENSE
file for more info.
David Baldwynn – @davidbaldwynn – polydaic@gmail.com Gabriel Uribe - Personal Site - gabrieluribe@me.com
Distributed under the MIT license. See LICENSE
for more information.
LumberMill is available under the MIT license. See the LICENSE file for more info.