Home
last modified time | relevance | path

Searched refs:g_logLabel (Results 1 – 1 of 1) sorted by relevance

/base/update/updater/services/log/
Dlog.cpp30 static OHOS::HiviewDFX::HiLogLabel g_logLabel = {LOG_CORE, 0XD002E01, "UPDATER"}; variable
38 g_logLabel.tag = g_logTag.c_str(); in InitUpdaterLogger()
55 OHOS::HiviewDFX::HiLog::Info(g_logLabel, "%{public}s", str.c_str()); in ~UpdaterLogger()
58 OHOS::HiviewDFX::HiLog::Error(g_logLabel, "%{public}s", str.c_str()); in ~UpdaterLogger()
61 OHOS::HiviewDFX::HiLog::Debug(g_logLabel, "%{public}s", str.c_str()); in ~UpdaterLogger()
64 OHOS::HiviewDFX::HiLog::Warn(g_logLabel, "%{public}s", str.c_str()); in ~UpdaterLogger()