Home
last modified time | relevance | path

Searched refs:NAPI_HILOG (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/napi/
H A Dmedialibrary_napi_log.h37 #define NAPI_HILOG(op, type, fmt, args...) \ macro
43 #define NAPI_DEBUG_LOG(fmt, ...) NAPI_HILOG(HILOG_IMPL, LOG_DEBUG, fmt, ##__VA_ARGS__)
44 #define NAPI_ERR_LOG(fmt, ...) NAPI_HILOG(HILOG_IMPL, LOG_ERROR, fmt, ##__VA_ARGS__)
45 #define NAPI_WARN_LOG(fmt, ...) NAPI_HILOG(HILOG_IMPL, LOG_WARN, fmt, ##__VA_ARGS__)
46 #define NAPI_INFO_LOG(fmt, ...) NAPI_HILOG(HILOG_IMPL, LOG_INFO, fmt, ##__VA_ARGS__)
47 #define NAPI_FATAL_LOG(fmt, ...) NAPI_HILOG(HILOG_IMPL, LOG_FATAL, fmt, ##__VA_ARGS__)

Completed in 1 milliseconds