8 #ifndef UTILS_MESSAGE_H 9 #define UTILS_MESSAGE_H void _message(const Str &msg)
Print to standard output.
std::string Str
Str is an alias for string.
This file includes a part of C++ Standard Template Library and defines aliases for them...
void warning(const Str &msg)
Waning with a message.
void log(const Str &msg)
Logging a message.
Namespace for utility functions.
void log_switch(bool input)
Switch on/off logging.