Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubclaunchpad/LumberMill
A Simple iOS Testing Framework
https://github.com/ubclaunchpad/LumberMill
Last synced: 3 months ago
JSON representation
A Simple iOS Testing Framework
- Host: GitHub
- URL: https://github.com/ubclaunchpad/LumberMill
- Owner: ubclaunchpad
- License: mit
- Created: 2016-10-11T17:50:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T23:57:56.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T14:21:33.231Z (3 months ago)
- Language: Swift
- Size: 150 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - LumberMill - Stupidly simple logging. (Logging / Other Hardware)
- awesome-ios-star - LumberMill - Stupidly simple logging. (Logging / Other Hardware)
README
# LumberMill
> Stupidly Simple Logging for iOS.[![Swift Version][swift-image]][swift-url]
[![License][license-image]][license-url]
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/EZSwiftExtensions.svg)](https://img.shields.io/cocoapods/v/LFAlertController.svg)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](http://cocoapods.org/) to install `LumberMill` by adding it to your `Podfile`:```ruby
platform :ios, '8.0'
use_frameworks!
pod 'LumberMill'
```#### Manually
1. Download and drop ```LumberMill.swift``` in your project.
2. Congratulations!## Usage example
```swift
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](https://twitter.com/davidbaldwynn) – [email protected]
Gabriel Uribe - [Personal Site](http://gabrieluribe.me/) - [email protected]Distributed under the MIT license. See ``LICENSE`` for more information.
[swift-image]:https://img.shields.io/badge/swift-3.0-orange.svg
[swift-url]: https://swift.org/
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE## License
LumberMill is available under the MIT license. See the LICENSE file for more info.