Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::TracingComponentsOption Struct Reference

Return whether tracing is enabled for the given component. More...

#include <google/cloud/common_options.h>

Public Types

using Type = std::set< std::string >
 

Detailed Description

Return whether tracing is enabled for the given component.

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:

Member Typedef Documentation

◆ Type

using google::cloud::TracingComponentsOption::Type = std::set<std::string>