a set of useful element for debugging typically More...
Functions | |
| std::ostream & | log () |
| std::ostream & | verbose (const short verboselevel) |
| std::ostream & | error () |
a set of useful element for debugging typically
| std::ostream & Util::error | ( | ) |
Stream to print errors. By default, it output to std::cerr yet it will be possible to change the target
| std::ostream & Util::log | ( | ) |
Stream to add some log entries. By default, it output to std::cout yet it will be possible to change the target
| std::ostream & Util::verbose | ( | const short | verboselevel = 0 |
) |
Stream to add some verbosity entries. By default, it output to std::cout yet it will be possible to change the target
1.6.1