Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T22:25:47.000Z (9 months ago)
- Last Synced: 2024-10-02T21:16:40.936Z (about 1 month 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
[![CI Status](https://github.com/swift-kipple/Diagnostics/actions/workflows/tests.yml/badge.svg)](https://github.com/swift-kipple/Diagnostics/actions/workflows/tests.yml)
[![Latest Release](https://img.shields.io/github/v/tag/swift-kipple/Diagnostics?color=blue&label=)](https://github.com/swift-kipple/Diagnostics/tags)
[![Swift Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-kipple%2FDiagnostics%2Fbadge%3Ftype%3Dswift-versions&label=)](https://swiftpackageindex.com/swift-kipple/Diagnostics)
[![Platform Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-kipple%2FDiagnostics%2Fbadge%3Ftype%3Dplatforms&label=)](https://swiftpackageindex.com/swift-kipple/Diagnostics)
[![License](https://img.shields.io/github/license/swift-kipple/Diagnostics?label=)](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.