Home
last modified time | relevance | path

Searched refs:SetLogComponentFromString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp146 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString() function in panda::ecmascript::Log
222 SetLogComponentFromString(options.GetLogFatal()); in Initialize()
225 SetLogComponentFromString(options.GetLogError()); in Initialize()
228 SetLogComponentFromString(options.GetLogWarning()); in Initialize()
231 SetLogComponentFromString(options.GetLogInfo()); in Initialize()
234 SetLogComponentFromString(options.GetLogDebug()); in Initialize()
237 SetLogComponentFromString(options.GetLogComponents()); in Initialize()
Dlog.h110 static void SetLogComponentFromString(const std::vector<std::string>& components);