Level of the output debugging information. CNcomment: 调试信息输出级别.CNend
| 枚举值 |
|---|
| SOC_LOG_LEVEL_ALERT | Alert information. It indicates that a important exception occurs in the system.action must be taken immediately.
CNcomment: 警告信息, 此类错误默认不打印到串口, 默认打印到BBOX后台日志收集系统,用户系统重要状态 变化,非常重要的异常。CNend
|
| SOC_LOG_LEVEL_FATAL | Fatal error. It indicates that a Fatal problem occurs in the system. Therefore, you must pay attention to it.
CNcomment: 致命错误, 此类错误需要特别关注,一 般出现此类错误代表系统出现了重大问题CNend
|
| SOC_LOG_LEVEL_ERROR | Major error. It indicates that a major problem occurs in the system and the system cannot run.
CNcomment: 一般错误, 一般出现此类错误代表系统 出现了比较大的问题,不能再正常运行CNend
|
| SOC_LOG_LEVEL_WARNING | Warning. It indicates that a minor problem occurs in the system, but the system still can run properly.
CNcomment: 告警信息, 一般出现此类信息代表系统 可能出现问题,但是还能继续运行CNend
|
| SOC_LOG_LEVEL_NOTICE | Notice. It is used to prompt users. Users can open the message when locating problems.
CNcomment: 正常但重要的信息, 一般出现在系统的 关键路径调用上CNend
|
| SOC_LOG_LEVEL_INFO | INFO. It is used to prompt users. Users can open the message when locating problems.
It is recommended to disable this message in general.
CNcomment: 提示信息, 一般是为提醒用户而输出, 在定位问题的时候可以打开,一般情况下建议关闭CNend
|
| SOC_LOG_LEVEL_DBG | Debug. It is used to prompt developers. Developers can open the message when locating problems.
It is recommended to disable this message in general.
CNcomment: 提示信息, 一般是为开发人员调试问题 而设定的打印级别,一般情况下建议关闭CNend
|
| SOC_LOG_LEVEL_TRACE | Trace. It is used to track the entry and exit of function when the interface is called.
CNcomment: 提示信息,一般用于跟踪接口调用时函 数的进入与退出CNend
|
| SOC_LOG_LEVEL_MAX | |