Searched refs:vdo_log_message (Results 1 – 1 of 1) sorted by relevance
83 #define vdo_log_message(priority, ...) \ macro89 #define vdo_log_debug(...) vdo_log_message(VDO_LOG_DEBUG, __VA_ARGS__)91 #define vdo_log_info(...) vdo_log_message(VDO_LOG_INFO, __VA_ARGS__)93 #define vdo_log_warning(...) vdo_log_message(VDO_LOG_WARNING, __VA_ARGS__)95 #define vdo_log_error(...) vdo_log_message(VDO_LOG_ERR, __VA_ARGS__)97 #define vdo_log_fatal(...) vdo_log_message(VDO_LOG_CRIT, __VA_ARGS__)
Completed in 6 milliseconds