Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class verbose

boost::ui::log::verbose — Shows verbose information if application was started with –verbose option.

Synopsis

// 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();
};

Description

verbose public construct/copy/destruct

  1. verbose();

PrevUpHomeNext