Lines Matching refs:log_context
47 typedef struct log_context *log_context;
81 int log_check_channel(log_context, int, log_channel);
82 int log_check(log_context, int, int);
84 void log_vwrite(log_context, int, int, const char *,
87 void log_write(log_context, int, int, const char *, ...)
90 void log_vwrite(log_context, int, int, const char *,
92 void log_write(log_context, int, int, const char *, ...);
94 int log_new_context(int, char **, log_context *);
95 void log_free_context(log_context);
96 int log_add_channel(log_context, int, log_channel);
97 int log_remove_channel(log_context, int, log_channel);
98 int log_option(log_context, int, int);
99 int log_category_is_active(log_context, int);
110 void log_close_debug_channels(log_context);