feat(storage): adding logging decorator for object_descriptor_connection by shubham-up-47 · Pull Request #15331 · googleapis/google-cloud-cpp
Adding logging decorator for object_descriptor_connection which creates logical logs for the Read() operations created by the application (#15141).
Currently this pattern is followed for otel tracing,
- connection_tracing.cc
- object_descriptor_connection_tracing.cc
- object_descriptor_reader_tracing.cc
Following the same pattern for creating the logging decorator,
- connection_logging.cc
- object_descriptor_connection_logging.cc
- reader_connection_logging.cc