boost::log::setup_error — Exception class that is used to indicate invalid library setup.
// In header: <boost/log/exceptions.hpp> class setup_error : public logic_error { public: // construct/copy/destruct setup_error(); explicit setup_error(std::string const &); ~setup_error(); };