Intel® Movidius™ Neural Compute SDK
  • GitHub
  • Blog
  • User Forum
  • NC App Zoo
    • NCSDK C API 2.x
    • Overview
    • Enumerations
      • ncDeviceHwVersion_t
      • ncDeviceOption_t
      • ncDeviceState_t
      • ncFifoDataType_t
      • ncFifoOption_t
      • ncFifoState_t
      • ncFifoType_t
      • ncGlobalOption_t
      • ncGraphOption_t
      • ncGraphState_t
      • ncLogLevel_t
      • ncStatus_t
    • Structures
      • ncDeviceHandle_t
      • ncFifoHandle_t
      • ncGraphHandle_t
      • ncTensorDescriptor_t
    • Global Functions
      • ncGlobalGetOption()
      • ncGlobalSetOption()
    • Device Functions
      • ncDeviceClose()
      • ncDeviceCreate()
      • ncDeviceDestroy()
      • ncDeviceGetOption()
      • ncDeviceOpen()
      • ncDeviceSetOption()
    • Fifo Functions
      • ncFifoAllocate()
      • ncFifoCreate()
      • ncFifoDestroy()
      • Fifo.ncFifoGetOption()
      • ncFifoReadElem()
      • ncFifoRemoveElem()
      • ncFifoSetOption()
      • ncFifoWriteElem()
    • Graph Functions
      • ncGraphAllocate()
      • ncGraphAllocateWithFifos()
      • ncGraphAllocateWithFifosEx()
      • ncGraphCreate()
      • ncGraphDestroy()
      • ncGraphGetOption()
      • ncGraphQueueInference()
      • ncGraphQueueInferenceWithFifoElem()
      • ncGraphSetOption()

    enum ncLogLevel_t

    Info Value
    Header mvnc.h
    Version 2.0
    See also ncGlobalOption_t, ncGlobalGetOption(), ncGlobalSetOption()

    Overview

    The ncLogLevel_t enumeration defines application logging levels, which can be read with ncGlobalGetOption() or set with ncGlobalSetOption().

    Constant Description
    NC_LOG_DEBUG Debug and above (full verbosity).
    NC_LOG_INFO Info and above.
    NC_LOG_WARN Warning and above (default).
    NC_LOG_ERROR Errors and above.
    NC_LOG_FATAL Fatal only.
    ©2019 Intel Corporation
    * Other names and brands may be claimed as the property of others.