Home | Libraries | People | FAQ | More |
boost::ui::log::verbose — Shows verbose information if application was started with –verbose option.
// In header: <boost/ui/log.hpp> // Shows verbose information if application was started with –verbose option. class verbose : public boost::ui::log { public: // construct/copy/destruct verbose(); };