A C++ talk!

I gave a talk on March 28 for the C ++ group in Barcelona about Logging and distributed tracing as a follow-up to Giorgio’s workshop on microservices in C++.

Giorgio’s presentation was an introduction to microservices and, then, the use of C++ REST SDK to implement them in C++.

My talk presented basic concepts on logging: why? what? where? how?. After the theory I presented two libraries: spdlog, a C++ library that allows us to do logging and the C++ client of Jaeger, a distributed tracing system.

The presentation can be found here and a repository with sample code here.

Updated: