https://github.com/bdrelling/kipplediagnostics
A collection of common diagnostics and debugging utilities.
https://github.com/bdrelling/kipplediagnostics
ios macos swift tvos watchos
Last synced: 7 months ago
JSON representation
A collection of common diagnostics and debugging utilities.
- Host: GitHub
- URL: https://github.com/bdrelling/kipplediagnostics
- Owner: bdrelling
- License: mit
- Created: 2022-08-11T16:12:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T22:25:47.000Z (over 2 years ago)
- Last Synced: 2025-03-20T06:34:49.424Z (over 1 year ago)
- Topics: ios, macos, swift, tvos, watchos
- Language: Swift
- Homepage: https://swiftpackageindex.com/swift-kipple/Networking
- Size: 60.5 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KippleDiagnostics
[](https://github.com/swift-kipple/Diagnostics/actions/workflows/tests.yml)
[](https://github.com/swift-kipple/Diagnostics/tags)
[](https://swiftpackageindex.com/swift-kipple/Diagnostics)
[](https://swiftpackageindex.com/swift-kipple/Diagnostics)
[](https://github.com/swift-kipple/Diagnostics/blob/main/LICENSE)
A collection of common diagnostics and debugging utilities.
> [!CAUTION]
> As of February 28th, 2024, this package has been deprecated and archived.
>
> Instead of using this package, you should directly use the wonderful APIs for [`OSLog`](https://developer.apple.com/documentation/os/logging) on Apple Platforms and [`swift-log`](https://github.com/apple/swift-log) on Linux.
> [!WARNING]
> The code in this library has been made public as-is solely for the purposes of reference, education, discovery, and personal use. As such, stability for production applications **CANNOT** be guaranteed; however, if you're interested in leveraging code within this library in your own projects, feel free to do so at your own risk.
>
> Please open GitHub issues for any problems you encounter or requests you have and we will do my best to provide support.