Home
last modified time | relevance | path

Searched refs:AOS_LL_INFO (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/solutions/eduk1_demo/
A Dapp_start.c73 aos_set_log_level(AOS_LL_INFO); in application_start()
/AliOS-Things-master/components/py_engine/modules/ulog/
A Dmodlog.c115 ulog(AOS_LL_INFO, tag, NULL, 0, msg); in info_log_out()
182 { MP_OBJ_NEW_QSTR(MP_QSTR_LOG_INFO), MP_ROM_INT(AOS_LL_INFO) },
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/log/
A Dmodule_log.c28 *paos_log_level = AOS_LL_INFO; in native_get_log_level()
220 ulog(AOS_LL_INFO, SCRIPT, NULL, 0, msg); in native_info_log_out()
/AliOS-Things-master/components/ulog/include/ulog/
A Dulog.h47 AOS_LL_INFO = LOG_INFO, /* info + warn + error log will output */ enumerator
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/log/
A Dmodule_log.c31 *paos_log_level = AOS_LL_INFO; in native_get_log_level()
200 ulog(AOS_LL_INFO, SCRIPT, NULL, 0, msg); in native_info_log_out()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c293 return AOS_LL_INFO; in get_logLevel()

Completed in 8 milliseconds