XFusion API
v1.3.0
载入中...
搜索中...
未找到
xf_log_utils_config.h
浏览该文件的文档.
1
12
#ifndef __XF_LOG_UTILS_CONFIG_H__
13
#define __XF_LOG_UTILS_CONFIG_H__
14
15
/* ==================== [Includes] ========================================== */
16
17
#include "../xf_log_config_internel.h"
18
#include "xf_log.h"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
/* ==================== [Defines] =========================================== */
25
26
// 定义打印等级,如果未定义则使用 XF_LOG_LVL_INFO
27
#ifndef XF_LOG_LEVEL
28
# define XF_LOG_LEVEL XF_LOG_LVL_INFO
29
#endif
30
31
/* ==================== [Typedefs] ========================================== */
32
33
/* ==================== [Global Prototypes] ================================= */
34
35
/* ==================== [Macros] ============================================ */
36
37
#ifdef __cplusplus
38
}
/* extern "C" */
39
#endif
40
41
#endif
// __XF_LOG_UTILS_CONFIG_H__
components
xf_log
xf_log
src
utils
xf_log_utils_config.h
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8