Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlog.h124 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_expo.cpp4260 runtimeOptions.SetLogLevel(Log::LevelToString(Log::ConvertFromRuntime(option.GetLogLevel()))); in CreateJSVM()
5176 runtimeOptions.SetLogLevel(Log::LevelToString(Log::ConvertFromRuntime(option.GetLogLevel()))); in PostFork()