Popularity
0.4
Growing
Activity
0.0
Stable
5
3
1

Programming language: Shell
License: MIT License
Tags: Logging    
Latest version: v0.0.1

swiftRemoteLogger alternatives and similar libraries

Based on the "Logging" category.
Alternatively, view swiftRemoteLogger alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of swiftRemoteLogger or a related project?

Add another 'Logging' Library

README

swiftRemoteLogger

CI Status 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, [email protected]

License

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


*Note that all licence references and agreements mentioned in the swiftRemoteLogger README section above are relevant to that project's source code only.