|
se2ez
|
Logging functions. Uses boost::format for formatting, not printf. More...
Functions | |
| std::string | formatRecurse (boost::format &f) |
| template<class T , class... Args> | |
| std::string | formatRecurse (boost::format &f, T &&t, Args &&... args) |
| template<typename... Args> | |
| std::string | format (const std::string &fmt, Args &&... args) |
| void | showINFORM () |
| void | showDEBUG () |
| void | showDEVMSG1 () |
Logging functions. Uses boost::format for formatting, not printf.
| std::string se2ez::log::format | ( | const std::string & | fmt, |
| Args &&... | args | ||
| ) |
| std::string se2ez::log::formatRecurse | ( | boost::format & | f | ) |
| std::string se2ez::log::formatRecurse | ( | boost::format & | f, |
| T && | t, | ||
| Args &&... | args | ||
| ) |