Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/utils/
H A Dlog.h41 #define HILOG_PRINT(Level, fmt, ...) \ macro
46 HILOG_PRINT(Error, fmt, ##__VA_ARGS__); \
49 #define HILOG_ERROR(fmt, ...) HILOG_PRINT(Error, fmt, ##__VA_ARGS__)
50 #define HILOG_WARN(fmt, ...) HILOG_PRINT(Warn, fmt, ##__VA_ARGS__)
51 #define HILOG_INFO(fmt, ...) HILOG_PRINT(Info, fmt, ##__VA_ARGS__)
52 #define HILOG_DEBUG(fmt, ...) HILOG_PRINT(Debug, fmt, ##__VA_ARGS__)
71 #define HILOG_PRINT(Level, fmt, ...) \ macro