Kudu C++ client API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
kudu::internal_logging::NullLog Class Reference

A helper for the nil log sink. More...

#include <stubs.h>

Public Member Functions

template<class T >
NullLogoperator<< (const T &t)
 

Detailed Description

A helper for the nil log sink.

Using this helper is analogous to sending log messages to /dev/null: nothing gets logged.

Member Function Documentation

template<class T >
NullLog& kudu::internal_logging::NullLog::operator<< ( const T &  t)
inline

The no-op output operator.

Parameters
[in]tThe object to send into the nil sink.
Returns
Reference to the updated object.

The documentation for this class was generated from the following file: