1 #ifndef __MSGLOGGER_H__ 2 #define __MSGLOGGER_H__ static LogStream msg_warn(std::cout, _strwarn)
static std::string _strinfo
static std::string _strwarn
LogStream(std::ostream &_out, std::string &_msg)
static std::string _strerror
static LogStream msg_info(std::cout, _strinfo)
std::ostream & operator<<(const T &v)
static LogStream msg_err(std::cerr, _strerror)