https://github.com/kuniwak/swift-logger
A testable, and lightweight logging library for Swift.
https://github.com/kuniwak/swift-logger
logging swift
Last synced: 11 months ago
JSON representation
A testable, and lightweight logging library for Swift.
- Host: GitHub
- URL: https://github.com/kuniwak/swift-logger
- Owner: Kuniwak
- License: mit
- Created: 2024-06-10T10:35:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T21:54:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T23:41:05.004Z (about 1 year ago)
- Topics: logging, swift
- Language: Swift
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Swift Logger
============
A testable, and lightweight logging library for Swift.
Installation
------------
```swift
.package(url: "https://github.com/Kuniwak/swift-logger.git", from: "")
```