Searched refs:LOG_INFO (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | logger.h | 33 #define INTEROP_LOG_INFO(msg) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", "%s", msg) 34 #define INTEROP_LOG_INFO_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", msg, __VA_ARGS__)
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | log.h | 151 } else if constexpr (level == LOG_INFO) { in ~HiLog() argument
|
H A D | log.cpp | 32 case LogLevel::LOG_INFO: in ConvertToLevel()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vm_api.cpp | 56 OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ArkEtsVm", "%s: %s", component, msg); in LogPrint()
|
Completed in 2 milliseconds