| logging.h | 49 typedef struct log_context *log_context; typedef in typeref:struct:log_context 83 int log_check_channel(log_context, int, log_channel); 84 int log_check(log_context, int, int); 86 void log_vwrite(log_context, int, int, const char *, 89 void log_write(log_context, int, int, const char *, ...) 92 void log_vwrite(log_context, int, int, const char *, 94 void log_write(log_context, int, int, const char *, ...); 96 int log_new_context(int, char **, log_context *); 97 void log_free_context(log_context); [all...] |