matteocrippa / swiftRemoteLogger

Swift Remote Logger tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swiftRemoteLogger

[![CI Status](http://img.shields.io/travis/Matteo Crippa/swiftRemoteLogger.svg?style=flat)](https://travis-ci.org/Matteo Crippa/swiftRemoteLogger) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

swiftRemoteLogger is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "swiftRemoteLogger"

You also need swiftRemoteLoggerPhp script to manage to use this.

Usage

 import swiftRemoteLogger

and then

// setup logger endpoint
swiftRemoteLogger.endPoint = "http://localhost/logger.php"
// log something
swiftRemoteLogger.l("test")

Author

Matteo Crippa, github@matteocrippa.it

License

swiftRemoteLogger is available under the MIT license. See the LICENSE file for more info.

About

Swift Remote Logger tool

License:MIT License


Languages

Language:Shell 68.7%Language:Swift 21.2%Language:Ruby 5.9%Language:Objective-C 4.1%