Struct google::cloud::NullStream (2.10.1)

Implements operator<< for all types, without any effect.

It is desirable to disable at compile-time tracing, debugging, and other low severity messages. The Google Cloud Platform C++ Libraries logging adaptors return an object of this class when the particular log-line is disabled at compile-time.

Operators

operator<<

Generic do-nothing streaming operator.

Parameters
Name Description
T
typename T
Returns
Type Description
NullStream &