Searched refs:subModuleTag (Results 1 - 2 of 2) sorted by relevance
/base/update/updateservice/foundations/ability/log/src/ |
H A D | update_log.cpp | 56 void UpdateLog::PrintLongLog(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintLongLog() argument 61 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() 66 void UpdateLog::PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintLog() argument 72 PrintSingleLine(subModuleTag, logContent.BuildWithArgs(logContent.args.substr(printPos, printLen))); in PrintLog() 77 void UpdateLog::PrintSingleLine(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintSingleLine() argument 83 LONG_PRINT_HILOG(LOG_DEBUG, subModuleTag, logContent.log, in PrintSingleLine() 87 LONG_PRINT_HILOG(LOG_INFO, subModuleTag, logContent.log, in PrintSingleLine() 91 LONG_PRINT_HILOG(LOG_ERROR, subModuleTag, logConten in PrintSingleLine() [all...] |
/base/update/updateservice/foundations/ability/log/include/ |
H A D | update_log.h | 86 static void PrintLongLog(const uint32_t subModuleTag, const UpdateLogContent &logContent); 89 static void PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent); 90 static void PrintSingleLine(const uint32_t subModuleTag, const UpdateLogContent &logContent);
|
Completed in 2 milliseconds