Searched refs:sedi_log (Results 1 – 2 of 2) sorted by relevance
189 void sedi_log(int level, const char *fmt, ...);191 #define SEDI_LOG_ERR(...) sedi_log(SEDI_LOG_LEVEL_ERR, __VA_ARGS__)192 #define SEDI_LOG_WRN(...) sedi_log(SEDI_LOG_LEVEL_WRN, __VA_ARGS__)193 #define SEDI_LOG_INF(...) sedi_log(SEDI_LOG_LEVEL_INF, __VA_ARGS__)194 #define SEDI_LOG_DBG(...) sedi_log(SEDI_LOG_LEVEL_DBG, __VA_ARGS__)
13 void __attribute__((weak)) sedi_log(int level, const char *fmt, ...) in sedi_log() function