Searched refs:DMSLITE_LOG (Results 1 - 1 of 1) sorted by relevance
/foundation/ability/dmsfwk_lite/include/ |
H A D | dmslite_log.h | 31 #define DMSLITE_LOG(LEVEL, fmt, ...)
macro 33 #define DMSLITE_LOG(LEVEL, fmt, ...) \
macro 38 #define HILOGD(fmt, ...) DMSLITE_LOG(DEBUG, fmt, ##__VA_ARGS__)
44 #define HILOGI(fmt, ...) DMSLITE_LOG(INFO, fmt, ##__VA_ARGS__)
50 #define HILOGW(fmt, ...) DMSLITE_LOG(WARN, fmt, ##__VA_ARGS__)
56 #define HILOGE(fmt, ...) DMSLITE_LOG(ERROR, fmt, ##__VA_ARGS__)
62 #define HILOGF(fmt, ...) DMSLITE_LOG(FATAL, fmt, ##__VA_ARGS__)
|
Completed in 1 milliseconds