Searched refs:logFormatStr (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | transport.cpp | 46 void LogErrorInfo(const std::string& logFormatStr, bool isLogLevel) in LogErrorInfo() argument 52 …HILOG_DEBUG(LOG_CORE, "%{public}s, errno=%{public}d, msg=%{public}s", logFormatStr.c_str(), errno,… in LogErrorInfo() 55 …HILOG_ERROR(LOG_CORE, "%{public}s, errno=%{public}d, msg=%{public}s", logFormatStr.c_str(), errno,… in LogErrorInfo()
|