This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
#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(); };