Searched refs:strLog (Results 1 – 4 of 4) sorted by relevance
65 void warning(const std::string &strLog) override in warning() argument67 logs.push_back({Log::Level::warning, strLog}); in warning()69 void info(const std::string &strLog) override { logs.push_back({Log::Level::info, strLog}); } in info() argument
43 virtual void info(const std::string &strLog) = 0;44 virtual void warning(const std::string &strLog) = 0;
57 virtual void info(const std::string &strLog) = 0;58 virtual void warning(const std::string &strLog) = 0;
126 void log(PfwLogLevel level, const string &strLog) in log() argument131 mLogger.logCb(mLogger.userCtx, level, strLog.c_str()); in log()