swiftRemoteLogger alternatives and similar libraries
Based on the "Logging" category.
Alternatively, view swiftRemoteLogger alternatives based on common mentions on social networks and blogs.
-
XCGLogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number. -
Dotzu
DISCONTINUED. Debbuger tool for iOS developer. Display logs, network request, device informations, crash logs while using the app. -
TinyConsole
๐ฑ๐ฌ๐ฆ TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible. -
CleanroomLogger
CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant -
Atlantis
A powerful input-agnostic swift logging framework made to speed up development with maximum readability. -
Puree
DISCONTINUED. [Obsoleted] A log collector for iOS (new version! -> https://github.com/cookpad/Puree-Swift) -
CleanroomASL
DISCONTINUED. A Swift-based API for reading from & writing to the Apple System Log (more commonly known somewhat inaccurately as "the console") -
TraceLog
TraceLog is a highly configurable, flexible, portable, and simple to use debug logging system for Swift and Objective-C applications running on Linux, macOS, iOS, watchOS, and tvOS. -
CacheAdvance
A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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.