An open API service indexing awesome lists of open source software.

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.

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.