xudafeng/Logger.swift

Logging in Swift.


Keywords
ios, swift
License
MIT

Documentation

Logger.swift

Build status Carthage compatible

Installation

Carthage

You can use Carthage to install Logger.swift by adding it to your Cartfile:

github "xudafeng/Logger.swift"

And then, run carthage update --platform iOS.

Usage

#import Logger

let logger = Logger()
logger.info("something")

License

The MIT License (MIT)

Copyright (c) 2016 xdf