-
Notifications
You must be signed in to change notification settings - Fork 15
Description
With the release of v0.5, the downstream crates of spdlog-rs should be easier to implement. I think it's time to start building the ecosystem for spdlog-rs.
The current principle is to integrate native facilities (platform, OS specific) sinks into the spdlog-rs repository to maintain, and for any third-party services (e.g. OpenTelemetry) into a separate repository to maintain.
Currently I have implemented and released the first third party service crate spdlog-telegram, this can be used as a reference.
Here's a list of crates that I currently think need to be implemented:
- spdlog-opentelemetry (assigned @SpriteOvO, WIP)
We welcome contributors from the community to implement and maintain them. If you are working on some of them, please reply here to let me know and I will edit the OP to avoid duplication of effort.