Home
last modified time | relevance | path

Searched defs:LOG_ERROR (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.h30 #define LOG_ERROR(msg) std::cerr << "[ERRO] " << (msg) << std::endl macro
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.h520 #define LOG_ERROR(component, p) IMPL_LOG(ERROR, component, p) macro