The C++ clients can log interesting events to help library and application developers troubleshoot problems. To see log messages (maybe lots) you can enable tracing for the component that interests you. Valid components are currently:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The webpage provides a comprehensive list of versions for the `LoggingComponentsOption` structure, ranging from version 2.10.1 up to the latest release candidate, 2.37.0-rc."],["This `LoggingComponentsOption` structure allows C++ client-side logging of events for troubleshooting, which is helpful for both library and application developers."],["The available logging components are currently `rpc`, `rpc-streams`, and `auth`, which can be enabled for tracing."],["The `LoggingComponentsOption` is essentially a type alias of `std::set\u003c std::string \u003e`, which means it is a set of strings."]]],[]]