open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
121 stars 130 forks source link

[Logs SDK] Log Appender for log4cpp #444

Open lalitb opened 1 year ago

lalitb commented 1 year ago

Log4cpp 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

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

github-actions[bot] commented 1 year ago

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

chusitoo commented 6 months ago

Not to be confused with log4cpp, there is also log4cplus which seems to be quite popular based on the star rating.