kudu::internal_logging::NullLog Class Reference

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

#include <stubs.h>

List of all members.

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] t The object to send into the nil sink.
Returns:
Reference to the updated object.

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines