Searched refs:HILOG_PRINT (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/device/base/include/ |
| D | logging.h | 174 #ifdef HILOG_PRINT 175 #undef HILOG_PRINT 179 #define HILOG_PRINT(type, level, fmt, ...) \ macro 182 #define HILOG_PRINT(type, level, fmt, ...) \ macro 186 #define HILOG_DEBUG(type, fmt, ...) HILOG_PRINT(type, LOG_DEBUG, fmt, ##__VA_ARGS__) 187 #define HILOG_INFO(type, fmt, ...) HILOG_PRINT(type, LOG_INFO, fmt, ##__VA_ARGS__) 188 #define HILOG_WARN(type, fmt, ...) HILOG_PRINT(type, LOG_WARN, fmt, ##__VA_ARGS__) 189 #define HILOG_ERROR(type, fmt, ...) HILOG_PRINT(type, LOG_ERROR, fmt, ##__VA_ARGS__)
|