Searched refs:AI_LABEL (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/ai/ai_engine/services/common/utils/log/ |
H A D | aie_log.h | 27 #define AI_LABEL "[AI]" macro 31 #define HILOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 38 #define HILOGI(fmt, ...) HILOG_INFO(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 45 #define HILOGW(fmt, ...) HILOG_WARN(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 52 #define HILOGE(fmt, ...) HILOG_ERROR(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 59 #define HILOGF(fmt, ...) HILOG_FATAL(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \
|