OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide
#include <log.hpp> class LogHelper { public: // construction LogHelper( LOG_TYPE, const char \* file, int line, std::function<void(const std::string&)> m_handler_func ); // methods std::ostream& stream(); };