Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matteocrippa/swiftRemoteLogger
- Owner: matteocrippa
- License: mit
- Created: 2015-09-09T16:08:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T07:38:57.000Z (over 9 years ago)
- Last Synced: 2024-10-19T18:26:23.688Z (3 months ago)
- Language: Shell
- Size: 219 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - swiftRemoteLogger - Remote logging easy as 1..2..3 in Swift. (Libs / Logging)
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")
```
## AuthorMatteo Crippa, [email protected]
## License
swiftRemoteLogger is available under the MIT license. See the LICENSE file for more info.