From 89ee779f928af4ad31ad6d45936c6a386e263584 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Jan 2011 15:53:15 -0500 Subject: Add a torrc option to report log domains --- src/common/torlog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/torlog.h') diff --git a/src/common/torlog.h b/src/common/torlog.h index f0be732270..791e363946 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -132,6 +132,7 @@ int add_file_log(const log_severity_list_t *severity, const char *filename); int add_syslog_log(const log_severity_list_t *severity); #endif int add_callback_log(const log_severity_list_t *severity, log_callback cb); +void logs_set_domain_logging(int enabled); int get_min_log_level(void); void switch_logs_debug(void); void logs_free_all(void); -- cgit v1.2.3-54-g00ecf