| 
    Kudu C++ client API
    
   | 
 
A helper for the nil log sink. More...
#include <stubs.h>
Public Member Functions | |
| template<class T > | |
| NullLog & | operator<< (const T &t) | 
A helper for the nil log sink.
Using this helper is analogous to sending log messages to /dev/null: nothing gets logged.
      
  | 
  inline | 
The no-op output operator.
| [in] | t | The object to send into the nil sink. |