<< 点击显示目录 >> 主页 exOS使用助手 > exOS Automation Help > Development > Programming > exOS Log API reference (exos_log.h) > exos_log_info(): Log info messages |
EXOS_ERROR_CODE exos_log_info(const exos_log_handle_t *log, EXOS_LOG_TYPE type, char *format, ...);
信息消息所指向的内容超出了正常操作所需的范围。将 exos_log_info() 消息与 EXOS_LOG_TYPE_USER 标志 结合起来 , 以便根据类型过滤掉这些消息是有意义 的。
EXOS_ERROR_CODE exos_log_info(const exos_log_handle_t *log, EXOS_LOG_TYPE type, char *format, ...);
Info messages are rather pointing to something beyond what is necessary to know for normal operation. It makes sense to combine the exos_log_info() message with the flag EXOS_LOG_TYPE_USER in order to filter out these messages by the type.