Searched defs:TAG_LOGD (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | log_wrapper.h | 73 #define TAG_LOGD(tag, fmt, ...) PRINT_LOG(DEBUG, tag, fmt, ##__VA_ARGS__) macro
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_tag_wrapper.h | 213 #define TAG_LOGD(tag, fmt, ...) AAFWK_PRINT_LOG(LOG_DEBUG, tag, fmt, ##__VA_ARGS__) macro
|
Completed in 1 milliseconds