-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Damon东哥 edited this page Mar 20, 2025
·
6 revisions
DDLoggerSwift is an iOS library that displays log output as a floating overlay on the screen. It allows easy logging and supports log file sharing and uploading, making it convenient for debugging on a real device without an Xcode connection. Users can share and filter logs effortlessly.
This project uses SQLite for efficient log storage while ensuring insertion order. It does not affect UI performance or interactions, ensuring high runtime efficiency.Automatically converts Array
and Dictionary
into JSON strings for display.