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
218 SetLogComponentFromString(options.GetLogFatal()); in Initialize()
221 SetLogComponentFromString(options.GetLogError()); in Initialize()
224 SetLogComponentFromString(options.GetLogWarning()); in Initialize()
227 SetLogComponentFromString(options.GetLogInfo()); in Initialize()
230 SetLogComponentFromString(options.GetLogDebug()); in Initialize()
233 SetLogComponentFromString(options.GetLogComponents()); in Initialize()
Dlog.h107 static void SetLogComponentFromString(const std::vector<std::string>& components);