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
230 SetLogComponentFromString(options.GetLogFatal()); in Initialize()
233 SetLogComponentFromString(options.GetLogError()); in Initialize()
236 SetLogComponentFromString(options.GetLogWarning()); in Initialize()
239 SetLogComponentFromString(options.GetLogInfo()); in Initialize()
242 SetLogComponentFromString(options.GetLogDebug()); in Initialize()
245 SetLogComponentFromString(options.GetLogComponents()); in Initialize()
Dlog.h129 static void SetLogComponentFromString(const std::vector<std::string>& components);