Info | Value |
---|---|
Header | mvnc.h |
Version | 2.0 |
See also | ncGlobalGetOption(), ncGlobalSetOption() |
The ncGlobalOption_t enumeration defines application-level options that can be read with ncGlobalGetOpion() or set with ncGlobalSetOption().
Constant | Option Type | Possible Values | Description |
---|---|---|---|
NC_RW_LOG_LEVEL | int | 0, 1, 2, 3, 4 | The logging level for the application: 0 = MVLOG_DEBUG, debug and above (full verbosity) 1 = MVLOG_INFO, info and above 2 = MVLOG_WARN, warnings and above (default) 3 = MVLOG_ERROR, errors and above 4 = MVLOG_FATAL, fatal only |
NC_RO_API_VERSION | unsigned int[4] | [major, minor, hotfix, release] | The API version. |