Home
last modified time | relevance | path

Searched refs:LOG_INFO (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dlogger.h33 #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 Dlog.h151 } else if constexpr (level == LOG_INFO) { in ~HiLog() argument
H A Dlog.cpp32 case LogLevel::LOG_INFO: in ConvertToLevel()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.cpp56 OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ArkEtsVm", "%s: %s", component, msg); in LogPrint()

Completed in 2 milliseconds