opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

[Logs SDK] Log Appender for spdlog

Open lalitb opened this issue 1 year ago • 2 comments

spdlog is one of the commonly used logging framework for C++, and it would be good to have the logging appender for the framework using logging bridge API.

More details:

Bridge API specs - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/bridge-api.md Bridge API implementation - https://github.com/open-telemetry/opentelemetry-cpp/tree/main/api/include/opentelemetry/logs Implementing sinks in spdlog - https://github.com/gabime/spdlog/wiki/4.-Sinks#implementing-your-own-sink

The implementation should be part of the opentelemetry-cpp-contrib repo under the instrumentation directory.

lalitb avatar Mar 13 '23 16:03 lalitb

This issue was marked as stale due to lack of activity.

github-actions[bot] avatar May 15 '23 01:05 github-actions[bot]

having a stdlog sink to OTLP (OTEL collector over HTTP or GRPC) can be awesome!

nirb-s1 avatar Oct 24 '23 16:10 nirb-s1

Closing, this is now implemented in opentelemetry-cpp-contribs.

marcalff avatar Mar 01 '24 11:03 marcalff