boost::ui::log::trace — Shows information in debug log.
// In header: <boost/ui/log.hpp> // Shows information in debug log. class trace : public boost::ui::log { public: // construct/copy/destruct trace(); };
trace
trace();