Lines Matching refs:log_context
49 typedef struct log_context *log_context; typedef
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);
98 int log_add_channel(log_context, int, log_channel);
99 int log_remove_channel(log_context, int, log_channel);
100 int log_option(log_context, int, int);
101 int log_category_is_active(log_context, int);
112 void log_close_debug_channels(log_context);