Home
last modified time | relevance | path

Searched refs:LevelToString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlog.h102 static std::string LevelToString(Level level);
Dlog.cpp99 std::string Log::LevelToString(Level level) in LevelToString() function in panda::ecmascript::Log
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp308 runtimeOptions.SetLogLevel(Log::LevelToString(Log::ConvertFromRuntime(option.GetLogLevel()))); in CreateJSVM()
653 runtimeOptions.SetLogLevel(Log::LevelToString(Log::ConvertFromRuntime(option.GetLogLevel()))); in PostFork()