Home
last modified time | relevance | path

Searched refs:ulog (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/ulog/
A DREADME.md1 @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 Dulog_demo.js3 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 Dulog.h66 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 Dmodlog.c99 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 Dmodule_log.c206 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 Dmodule_log.c185 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 DMakefile20 ../components/ulog \
54 ../components/ulog \
/AliOS-Things-master/components/amp/ampsim/
A DCMakeLists.txt52 ../../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 DMakefile41 ../components/ulog \
78 ../components/ulog \
/AliOS-Things-master/components/ulog/example/
A Dulog_example.c44 ALIOS_CLI_CMD_REGISTER(ulog_example, ulog_example, ulog component base example)
/AliOS-Things-master/components/mbmaster/
A DREADME.md64 - ulog
108 - ulog: master
/AliOS-Things-master/components/debug/src/
A Ddebug_test.c61 ALIOS_CLI_CMD_REGISTER(ulog_encode_fs_test, uet, Console ulog encode fs test) in ALIOS_CLI_CMD_REGISTER()
/AliOS-Things-master/
A DREADME.md29 - Component: 阿里巴巴增值和常用的物联网组件,包括LinkSDK,OTA(安全差分升级),ulog(日志服务),uData(传感器框架),uDisplay(图形接口),WiFi配网 等
111 - JavaScript轻应用:支持oss上传及下载功能、支持promise功能、添加ulog示例、修复问题若干
/AliOS-Things-master/documentation/manual/
A Dmainpage.md29 - Component: 阿里巴巴增值和常用的物联网组件,包括LinkSDK,OTA(安全差分升级),ulog(日志服务),uData(传感器框架),uDisplay(图形接口),WiFi配网 等
111 - JavaScript轻应用:支持oss上传及下载功能、支持promise功能、添加ulog示例、修复问题若干
A Dcomponent.md69 @subpage ulog \n
/AliOS-Things-master/components/debug/
A DREADME.md65 > 系统异常后,默认不会将ulog缓存里的log输出,可修改yaml配置如下,修改为1后,会输出ulog缓存里的log
/AliOS-Things-master/components/init/
A DREADME.md19 - ulog: ulog_init
/AliOS-Things-master/components/py_engine/
A DREADME.md37 * ulog
/AliOS-Things-master/components/uagent/
A DREADME.md6 uagent是AliOS Things的模块,支持其他客户模块(ulog,cli,ota,uND)将其服务注册到其中。 从云(面向维护平台)的服务调用可以通过uagent调用设备的服务,uagent…
/AliOS-Things-master/components/amp_adapter/
A DMakefile32 ../components/ulog \
/AliOS-Things-master/components/a2sa/
A DREADME.md45 * ulog
/AliOS-Things-master/solutions/ota_demo/
A DREADME.md53 |ulog|用于串口日志的组件|
/AliOS-Things-master/components/amp/engine/duktape_engine/
A DMakefile90 ../../components/ulog \
/AliOS-Things-master/components/uvoice/
A DREADME.md162 * ulog
/AliOS-Things-master/components/sensor/
A DREADME.md44 * ulog

Completed in 28 milliseconds

12