Trying to create sample application for logs #1716
Unanswered
vinayakadj
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Logs implementation is still experimental (https://opentelemetry.io/docs/instrumentation/cpp/#status-and-releases), so the opentelemetry-cpp vcpkg doesn't build it by default. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed opentelemetry-cpp using
vcpkg install opentelmetry-cpp
. I am using cmake for build my cmake looks like thisI get this warnings
Target "opentelemetry_imp_library" links to:
but the target was not found. Possible reasons include:
Also see lot of error in code using logs related functions when compiled with visual studio, can any body please help me why this error is seen. Code works fine with traces, but not with logs
Beta Was this translation helpful? Give feedback.
All reactions