Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matteocrippa/swiftRemoteLogger

Swift Remote Logger tool
https://github.com/matteocrippa/swiftRemoteLogger

Last synced: 2 months ago
JSON representation

Swift Remote Logger tool

Awesome Lists containing this project

README

        

# swiftRemoteLogger

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

## 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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "swiftRemoteLogger"
```

You also need [swiftRemoteLoggerPhp](https://github.com/matteocrippa/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, [email protected]

## License

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