CepGen 1.2.5
Central exclusive processes event generator
|
Placeholder for debugging messages if logging threshold is not reached. More...
#include <CepGen/Utils/Message.h>
Public Member Functions | |
NullStream ()=default | |
Empty constructor. | |
NullStream (const LoggedMessage &) | |
Empty constructor. | |
void | dump (std::ostream *os=nullptr) const override |
Dump the full exception information in a given output stream. | |
template<class T > | |
NullStream & | operator<< (const T &) |
Stream operator (null and void) | |
template<typename T > | |
NullStream & | log (T &&) |
Lambda function handler (null and void) | |
Message ()=default | |
Generic message constructor. | |
Static Public Member Functions | |
static std::string | now () |
Human-readable date/time. | |
|
default |
NullStream | ( | const LoggedMessage & | ) |
|
overridevirtual |
NullStream & log | ( | T && | ) |
|
explicitdefault |
|
staticinherited |
Definition at line 23 of file Message.cpp.
NullStream & operator<< | ( | const T & | ) |