Searched refs:HILOG_PRINT (Results 1 – 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/console/ |
D | log.h | 42 #define HILOG_PRINT(Level, fmt, ...) \ macro 46 #define HILOG_FATAL(fmt, ...) HILOG_PRINT(Fatal, fmt, ##__VA_ARGS__) 47 #define HILOG_ERROR(fmt, ...) HILOG_PRINT(Error, fmt, ##__VA_ARGS__) 48 #define HILOG_WARN(fmt, ...) HILOG_PRINT(Warn, fmt, ##__VA_ARGS__) 49 #define HILOG_INFO(fmt, ...) HILOG_PRINT(Info, fmt, ##__VA_ARGS__) 50 #define HILOG_DEBUG(fmt, ...) HILOG_PRINT(Debug, fmt, ##__VA_ARGS__)
|