/AliOS-Things-master/components/ulog/ |
A D | README.md | 1 @page ulog ulog 20 ulog 21 ├── README.md #ulog说明文档 26 │ └── ulog 27 │ └── ulog.h #ulog使用API头文件 34 │ ├── ulog.c #ulog 整体功能 88 - ulog: master # helloworld_demo中引入ulog组件 97 aos install ulog 105 > ulog组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/ulog/tree/master/example): 110 - src/ulog.c [all …]
|
/AliOS-Things-master/solutions/javascript_demo/common/ |
A D | ulog_demo.js | 3 import * as ulog from 'ulog'; 12 ulog.stdloglevel('debug'); 14 ulog.cloudloglevel('debug'); 16 ulog.info('hello HaaS amp ulog!'); 23 ulog.error('netowrk error ...'); 27 ulog.info('net connect success'); 59 ulog.debug('ulog test demo debug log output count ' + log_count); 62 ulog.info('ulog test demo info log output count ' + log_count/2); 66 ulog.warn('ulog test demo warn log output count ' + log_count/3); 70 ulog.error('ulog test demo error log output count ' + log_count/4); [all …]
|
/AliOS-Things-master/components/ulog/include/ulog/ |
A D | ulog.h | 66 int ulog(const unsigned char s, const char *mod, const char *f, 76 #define LOG(...) ulog(LOG_ALERT, "AOS", ULOG_TAG, __VA_ARGS__) 94 #define LOGF(mod, ...) ulog(LOG_CRIT, mod, ULOG_TAG, __VA_ARGS__) 104 #define LOGE(mod, ...) ulog(LOG_ERR, mod, ULOG_TAG, __VA_ARGS__) 114 #define LOGW(mod, ...) ulog(LOG_WARNING, mod, ULOG_TAG, __VA_ARGS__) 124 #define LOGI(mod, ...) ulog(LOG_INFO, mod, ULOG_TAG, __VA_ARGS__) 136 #define LOGD(mod, ...) ulog(LOG_DEBUG, mod, ULOG_TAG, __VA_ARGS__)
|
/AliOS-Things-master/components/py_engine/modules/ulog/ |
A D | modlog.c | 99 ulog(AOS_LL_DEBUG, tag, NULL, 0, msg); in debug_log_out() 115 ulog(AOS_LL_INFO, tag, NULL, 0, msg); in info_log_out() 131 ulog(AOS_LL_WARN, tag, NULL, 0, msg); in warn_log_out() 147 ulog(AOS_LL_ERROR, tag, NULL, 0, msg); in error_log_out() 163 ulog(AOS_LL_FATAL, tag, NULL, 0, msg); in fatal_log_out()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/log/ |
A D | module_log.c | 206 ulog(AOS_LL_DEBUG, SCRIPT, NULL, 0, msg); in native_debug_log_out() 220 ulog(AOS_LL_INFO, SCRIPT, NULL, 0, msg); in native_info_log_out() 234 ulog(AOS_LL_WARN, SCRIPT, NULL, 0, msg); in native_warn_log_out() 248 ulog(AOS_LL_ERROR, SCRIPT, NULL, 0, msg); in native_error_log_out() 262 ulog(AOS_LL_FATAL, SCRIPT, NULL, 0, msg); in native_fatal_log_out()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/log/ |
A D | module_log.c | 185 ulog(AOS_LL_DEBUG, SCRIPT, NULL, 0, msg); in native_debug_log_out() 200 ulog(AOS_LL_INFO, SCRIPT, NULL, 0, msg); in native_info_log_out() 215 ulog(AOS_LL_WARN, SCRIPT, NULL, 0, msg); in native_warn_log_out() 230 ulog(AOS_LL_ERROR, SCRIPT, NULL, 0, msg); in native_error_log_out() 245 ulog(AOS_LL_FATAL, SCRIPT, NULL, 0, msg); in native_fatal_log_out()
|
/AliOS-Things-master/components/amp/main/ |
A D | Makefile | 20 ../components/ulog \ 54 ../components/ulog \
|
/AliOS-Things-master/components/amp/ampsim/ |
A D | CMakeLists.txt | 52 ../../ulog/src/ulog_init.c 53 ../../ulog/src/ulog_ring_fifo.c 54 ../../ulog/src/ulog_utility.c 55 ../../ulog/src/ulog.c 266 target_include_directories(${library} PRIVATE ../../ulog/include) 267 target_include_directories(${library} PRIVATE ../../ulog/internal)
|
/AliOS-Things-master/components/amp/services/ |
A D | Makefile | 41 ../components/ulog \ 78 ../components/ulog \
|
/AliOS-Things-master/components/ulog/example/ |
A D | ulog_example.c | 44 ALIOS_CLI_CMD_REGISTER(ulog_example, ulog_example, ulog component base example)
|
/AliOS-Things-master/components/mbmaster/ |
A D | README.md | 64 - ulog 108 - ulog: master
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_test.c | 61 ALIOS_CLI_CMD_REGISTER(ulog_encode_fs_test, uet, Console ulog encode fs test) in ALIOS_CLI_CMD_REGISTER()
|
/AliOS-Things-master/ |
A D | README.md | 29 - Component: 阿里巴巴增值和常用的物联网组件,包括LinkSDK,OTA(安全差分升级),ulog(日志服务),uData(传感器框架),uDisplay(图形接口),WiFi配网 等 111 - JavaScript轻应用:支持oss上传及下载功能、支持promise功能、添加ulog示例、修复问题若干
|
/AliOS-Things-master/documentation/manual/ |
A D | mainpage.md | 29 - Component: 阿里巴巴增值和常用的物联网组件,包括LinkSDK,OTA(安全差分升级),ulog(日志服务),uData(传感器框架),uDisplay(图形接口),WiFi配网 等 111 - JavaScript轻应用:支持oss上传及下载功能、支持promise功能、添加ulog示例、修复问题若干
|
A D | component.md | 69 @subpage ulog \n
|
/AliOS-Things-master/components/debug/ |
A D | README.md | 65 > 系统异常后,默认不会将ulog缓存里的log输出,可修改yaml配置如下,修改为1后,会输出ulog缓存里的log
|
/AliOS-Things-master/components/init/ |
A D | README.md | 19 - ulog: ulog_init
|
/AliOS-Things-master/components/py_engine/ |
A D | README.md | 37 * ulog
|
/AliOS-Things-master/components/uagent/ |
A D | README.md | 6 uagent是AliOS Things的模块,支持其他客户模块(ulog,cli,ota,uND)将其服务注册到其中。 从云(面向维护平台)的服务调用可以通过uagent调用设备的服务,uagent…
|
/AliOS-Things-master/components/amp_adapter/ |
A D | Makefile | 32 ../components/ulog \
|
/AliOS-Things-master/components/a2sa/ |
A D | README.md | 45 * ulog
|
/AliOS-Things-master/solutions/ota_demo/ |
A D | README.md | 53 |ulog|用于串口日志的组件|
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | Makefile | 90 ../../components/ulog \
|
/AliOS-Things-master/components/uvoice/ |
A D | README.md | 162 * ulog
|
/AliOS-Things-master/components/sensor/ |
A D | README.md | 44 * ulog
|