Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decouple from Logging ,and change minimum iOS version from 14.0 to 13.0 #1

Open
dazuiba opened this issue Dec 15, 2023 · 1 comment

Comments

@dazuiba
Copy link

dazuiba commented Dec 15, 2023

Thank to the author for making this project!

Logging is the perfect usecase for Swift Macro, and this project is the only one I can find by now.

we can make StaticLogger comparable to iOS 13 by switch to os_log

Swift Macro: minimum iOS 13
Logger: minimum iOS 14
os_log: minimum iOS 10

@acevif
Copy link

acevif commented Mar 27, 2024

@dazuiba os_log is deprecated now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants