Kudu C++ client API
Loading...
Searching...
No Matches
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

◆ operator<<()

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: