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