Definition at line 9 of file Log.hh.
|
| | Log (std::ostream &_ostream=std::cout, int _verbosity=standard, bool _show_clock=false) |
| | Construct a Log. More...
|
| |
| template<int _required_verbosity = standard> |
| void | calculate (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | construct (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | generate (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | set (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | check (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | results (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | read (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | write (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | begin (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | end (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | warning (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | error (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | compiling (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | custom (const std::string &what) |
| |
| template<int _required_verbosity = standard> |
| void | custom (const std::string &type, const std::string &what) |
| |
| void | restart_clock () |
| |
| void | show_clock () |
| |
| void | hide_clock () |
| |
| double | time_s () const |
| |
| void | begin_lap () |
| |
| double | lap_time () const |
| |
| int | verbosity () const |
| |
| void | set_verbosity (int _verbosity) |
| |
| template<int _required_verbosity> |
| Log & | require () |
| |
| void | reset (std::ostream &_ostream=std::cout, int _verbosity=standard, bool _show_clock=false) |
| |
| | operator std::ostream & () |
| |
| | operator bool () |
| |