Searched defs:TAG_LOGW (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_tag_wrapper.h | 217 #define TAG_LOGW(tag, fmt, ...) AAFWK_PRINT_LOG(LOG_WARN, tag, fmt, ##__VA_ARGS__) macro
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | log_wrapper.h | 81 #define TAG_LOGW(tag, fmt, ...) PRINT_LOG(WARN, tag, fmt, ##__VA_ARGS__) macro
|