Home
last modified time | relevance | path

Searched defs:LOG_INFO (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/jsvm/src/platform/
Dplatform.h40 enum class LogLevel : uint64_t { LOG_DEBUG = 0, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.h31 #define LOG_INFO(msg) std::cout << "[INFO] " << (msg) << std::endl macro
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.h514 #define LOG_INFO(component, p) IMPL_LOG(INFO, component, p) macro