Home
last modified time | relevance | path

Searched refs:BuildWithFmtAndArgs (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp61 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); // log前缀不做打印控制 in PrintLongLog()
62 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(fmtLabel, logContent.args)); // args采用fmt进行控制 in PrintLongLog()
63 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); // log后缀不做打印控制 in PrintLongLog()
/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h68 UpdateLogContent BuildWithFmtAndArgs(const std::string &logInput, const std::string &argsInput) const in BuildWithFmtAndArgs() function

Completed in 1 milliseconds