swiftRemoteLogger alternatives and similar libraries
Based on the "Logging" category.
Alternatively, view swiftRemoteLogger alternatives based on common mentions on social networks and blogs.
-
XCGLogger
Full featured & Configurable logging utility with log levels, timestamps, and line numbers. -
Dotzu
Debbuger tool for iOS developer. Display logs, network request, device informations, crash logs while using the app. -
CleanroomLogger
Configurable and extensible high-level logging API that is simple, lightweight and performant. -
WatchdogInspector
A logging tool to show the current framerate (fps) in the status bar of your iOS app. -
Atlantis
A powerful input-agnostic swift logging framework made to speed up development with maximum readability.
Get performance insights in less than 4 minutes.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of swiftRemoteLogger or a related project?
README
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. 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.