Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp49 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString() function in panda::ecmascript::Log
117 SetLogComponentFromString(options.GetLogFatal()); in Initialize()
120 SetLogComponentFromString(options.GetLogError()); in Initialize()
123 SetLogComponentFromString(options.GetLogWarning()); in Initialize()
126 SetLogComponentFromString(options.GetLogInfo()); in Initialize()
129 SetLogComponentFromString(options.GetLogDebug()); in Initialize()
132 SetLogComponentFromString(options.GetLogComponents()); in Initialize()
Dlog.h106 static void SetLogComponentFromString(const std::vector<std::string>& components);