Gedatsu alternatives and similar libraries
Based on the "Logging" category.
Alternatively, view Gedatsu alternatives based on common mentions on social networks and blogs.
-
SwiftyBeaver
Convenient & secure logging during development & release in Swift 4 & 5 -
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
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 -
Willow
Willow is a powerful, yet lightweight logging library written in Swift. -
QorumLogs
:closed_book: Swift Logging Utility for Xcode & Google Docs -
WatchdogInspector
Shows your current framerate (fps) in the status bar of your iOS app -
Duration
A simple Swift package for measuring and reporting the time taken for operations -
Puree
[Obsoleted] A log collector for iOS (new version! -> https://github.com/cookpad/Puree-Swift) -
Atlantis
A powerful input-agnostic swift logging framework made to speed up development with maximum readability. -
AEConsole
Customizable Console UI overlay with debug log on top of your iOS App -
Bugfender
Bugfender SDK for iOS, a remote logger tailor-made for mobile -
CleanroomASL
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. -
AELog
Simple, lightweight and flexible debug logging framework written in Swift
Appwrite - The Open Source Firebase alternative introduces iOS support
* 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 Gedatsu or a related project?
README
[[Gedatsu](docs/logo.png)](docs/logo.png)
Gedatsu
Gedatsu provide readable format about AutoLayout error console log
Abstract
At runtime Gedatsu hooks console log and formats it to human readable about AutoLayout ambiguous constraints.
Original | Gedatsu |
---|---|
Install
Cocoapods
Add the line below to Podfile and execute $ pod install
.
pod 'Gedatsu', configuration: %w(Debug)
Carthage
Add the line below to Cartfile and execute any $ carthage checkout && carthage build
commands.
e.g.) $ carthage bootstrap --platform iOS
.
github "bannzai/Gedatsu"
Swift Package Manager
Gedatsu supports to install via Swift Package Manager. You can add Gedatsu on Xcode GUI. See document.
Usage
Gedatsu will start when after call Gedatsu.open
.
As an good example for iOS project, call Gedatsu.open
when AppDelegate.application:didFinishLaunchingWithOptions:
.
#if DEBUG
import Gedatsu
#endif
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
#if DEBUG
Gedatsu.open()
#endif
return true
}
Support Versions
platform | version |
---|---|
iOS | >= 11.0 |
macOS | >= 10.11 |
Swift | >= 5.2 |
LICENSE
Gedatsu is released under the MIT license. See LICENSE for details.
Header logo is released CC BY-NC 4.0 license. Original design by noainoue.
*Note that all licence references and agreements mentioned in the Gedatsu README section above
are relevant to that project's source code only.