Lines Matching refs:log
2 static char *rcsid = "$Id: log.c,v 1.1 2003/06/04 00:25:53 marka Exp $";
56 #include <idn/log.h>
70 static void log(int level, const char *fmt, va_list args);
78 log(idn_log_level_fatal, fmt, args);
88 log(idn_log_level_error, fmt, args);
97 log(idn_log_level_warning, fmt, args);
106 log(idn_log_level_info, fmt, args);
115 log(idn_log_level_trace, fmt, args);
124 log(idn_log_level_dump, fmt, args);
168 log(int level, const char *fmt, va_list args) {