Searched defs:IW_fmt (Results 1 – 1 of 1) sorted by relevance
/third_party/iowow/src/log/ |
D | iwlog.h | 250 #define iwlog_debug(IW_fmt, ...) \ argument 253 #define iwlog_debug(IW_fmt, ...) argument 255 #define iwlog_info(IW_fmt, ...) \ argument 257 #define iwlog_warn(IW_fmt, ...) \ argument 259 #define iwlog_error(IW_fmt, ...) \ argument 263 #define iwlog_debug2(IW_fmt) \ argument 266 #define iwlog_debug2(IW_fmt) argument 268 #define iwlog_info2(IW_fmt) iwlog2(IWLOG_INFO, 0, __FILE__, __LINE__, (IW_fmt)) argument 269 #define iwlog_warn2(IW_fmt) iwlog2(IWLOG_WARN, 0, __FILE__, __LINE__, (IW_fmt)) argument 270 #define iwlog_error2(IW_fmt) \ argument [all …]
|