Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
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:

Definition at line 70 of file common_options.h.

Member Typedef Documentation

◆ Type

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

Definition at line 71 of file common_options.h.