<< 点击显示目录 >> 主页 exOS使用助手 > exOS Automation Help > Development > Programming > exOS Log API reference (exos_log.h) > exos_log_error(): Log error message |
EXOS_ERROR_CODE exos_log_error(const exos_log_handle_t *log, char *format, ...);
错误信息总是传递给日志服务器,因此没有类型过滤器。
如果有问题,只能记录错误。
EXOS_ERROR_CODE exos_log_error(const exos_log_handle_t *log, char *format, ...);
Error messages are always passed on to the log server, and therefore have no type filter possibility.
Only log errors, if you have a problem.