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
Namespace with log level property and its possible values.
namespace log { // enums enum Level; // global variables static constexpr Property<Level> level {"LOG_LEVEL"}; } // namespace log