Collaboration diagram for mpqc::Log::All:

Public Member Functions

template<class T >
auto & operator<< (T &&v) const
 

Static Public Member Functions

static std::ostream & out ()
 
static std::ostream & err ()
 

Static Public Attributes

static Stream info { Log::All::out, "INFO: " }
 
static Stream warn { Log::All::out, "WARNING: " }
 
static Stream debug { Log::All::out, "DEBUG: " }
 
static Stream error { Log::All::err, "ERROR: " }
 

Member Function Documentation

◆ err()

std::ostream & mpqc::Log::All::err ( )
static

◆ operator<<()

template<class T >
auto& mpqc::Log::All::operator<< ( T &&  v) const
inline

◆ out()

std::ostream & mpqc::Log::All::out ( )
static

Member Data Documentation

◆ debug

Log::Stream mpqc::Log::All::debug { Log::All::out, "DEBUG: " }
static

◆ error

Log::Stream mpqc::Log::All::error { Log::All::err, "ERROR: " }
static

◆ info

Log::Stream mpqc::Log::All::info { Log::All::out, "INFO: " }
static

◆ warn

Log::Stream mpqc::Log::All::warn { Log::All::out, "WARNING: " }
static

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