TuyaOS
tkl_output.h
浏览该文件的文档.
1
10#ifndef __TKL_OUTPUT_H__
11#define __TKL_OUTPUT_H__
12
13#include "tuya_cloud_types.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19
29VOID_T tkl_log_output(CONST CHAR_T *format, ...);
30
40OPERATE_RET tkl_log_close(VOID_T);
41
51OPERATE_RET tkl_log_open(VOID_T);
52
53#ifdef __cplusplus
54}
55#endif /* __cplusplus */
56
57#endif
58
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