https://github.com/i2h3/logging-macro-example
A Swift macro package example for adding a logger property to types.
https://github.com/i2h3/logging-macro-example
example logging macro swift
Last synced: 5 months ago
JSON representation
A Swift macro package example for adding a logger property to types.
- Host: GitHub
- URL: https://github.com/i2h3/logging-macro-example
- Owner: i2h3
- Created: 2024-02-08T11:30:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T11:32:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T09:00:06.895Z (10 months ago)
- Topics: example, logging, macro, swift
- Language: Swift
- Homepage: https://i2h3.de/logging-macro/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logging Macro Example
A Swift macro package which provides an attribute to attach to types so they are provided with a `logger` automatically.
See [this blog post](https://i2h3.de/logging-macro/) for further details.