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.
NullLog& kudu::internal_logging::NullLog::operator<< | ( | const T & | t | ) | [inline] |
The no-op output operator.
[in] | t | The object to send into the nil sink. |