Skip to content

app-bootstrap/Logger.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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