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.
[[["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-09 UTC."],[[["The latest version available is 2.37.0-rc, with the documentation for all other versions being accessible."],["The `NullStream` class is used by the Google Cloud Platform C++ Libraries logging adaptors when logging is disabled at compile-time for low severity messages like tracing and debugging."],["`NullStream` has a generic `operator\u003c\u003c` that accepts any type `T` as a parameter and does nothing, allowing for the streaming syntax to be used without any effect."],["`NullStream` implements operator\\\u003c\\\u003c for all types and returns a `NullStream` object."],["The current version of the documentation is 2.15.1."]]],[]]