spdlog-rs icon indicating copy to clipboard operation
spdlog-rs copied to clipboard

Sinks for third-party services

Open SpriteOvO opened this issue 1 month ago • 0 comments

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:

  • [x] 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.

SpriteOvO avatar Oct 19 '25 21:10 SpriteOvO