OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::logging::null_stream Class Reference

No-op stream destination for log output. More...

#include <logging.hpp>

Inheritance diagram for cbdc::logging::null_stream:
Collaboration diagram for cbdc::logging::null_stream:

Public Member Functions

 null_stream ()
 Constructor. Sets the instance's stream buffer to nullptr.
 
template<typename T >
auto operator<< (const T &) -> null_stream &
 

Detailed Description

No-op stream destination for log output.

Definition at line 20 of file logging.hpp.

Constructor & Destructor Documentation

◆ null_stream()

cbdc::logging::null_stream::null_stream ( )

Constructor. Sets the instance's stream buffer to nullptr.

Definition at line 9 of file logging.cpp.

Member Function Documentation

◆ operator<<()

template<typename T >
auto cbdc::logging::null_stream::operator<< ( const T & ) -> null_stream&
inline

Definition at line 26 of file logging.hpp.


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