Home
last modified time | relevance | path

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

/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp59 std::pair<std::string, std::string> splitLogPair = SplitLogByFmtLabel(logContent.log, fmtLabel); in PrintLongLog() local
61 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); // log前缀不做打印控制 in PrintLongLog()
63 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); // log后缀不做打印控制 in PrintLongLog()

Completed in 1 milliseconds