7 #ifndef __FWTOOLS_PROGRESSTOLOGGER_HPP__ 8 #define __FWTOOLS_PROGRESSTOLOGGER_HPP__ 10 #include <fwTools/config.hpp> 12 #include <boost/signals2.hpp> 33 FWTOOLS_API
ProgressToLogger(std::string prefix, std::string postfix =
" %");
36 FWTOOLS_API
virtual ~ProgressToLogger();
42 FWTOOLS_API
void operator()(
float percent, std::string msg);
47 std::string m_postfix;