Skip to content

Conversation

@hamzahrmalik
Copy link
Contributor

Swift log now has an InMemoryLogHandler. We can't use that directly here due to availability constraints.

However, I've copied in the implementation and changed it to use NIOLockedValueBox to remove the constraint. This means at least we have the same API, and we can consider depending on the swift-log implementation later (by either making the tests only work on macOS 15+, or finding a way to reduce the requirement in swift-log itself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant