TuyaOS
函数
tkl_output.h 文件参考

Common process - - adapter the log output api 更多...

#include "tuya_cloud_types.h"
tkl_output.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

OPERATE_RET tkl_log_close (VOID_T)
 Close log port 更多...
 
OPERATE_RET tkl_log_open (VOID_T)
 Open log port 更多...
 
VOID_T tkl_log_output (CONST CHAR_T *format,...)
 Output log information 更多...
 

详细描述

Common process - - adapter the log output api

版本
0.1
日期
2020-11-09

函数说明

◆ tkl_log_close()

OPERATE_RET tkl_log_close ( VOID_T  )

Close log port

参数
VOID
注解
This API is used for closing log port.
返回
OPRT_OK on success. Others on error, please refer to tuya_error_code.h

◆ tkl_log_open()

OPERATE_RET tkl_log_open ( VOID_T  )

Open log port

参数
VOID
注解
This API is used for openning log port.
返回
OPRT_OK on success. Others on error, please refer to tuya_error_code.h

◆ tkl_log_output()

VOID_T tkl_log_output ( CONST CHAR_T *  format,
  ... 
)

Output log information

参数
[in]formatlog information
注解
This API is used for outputing log information
返回