aboutsummaryrefslogtreecommitdiff
path: root/src/common/torlog.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-25 15:53:15 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-25 15:53:15 -0500
commit89ee779f928af4ad31ad6d45936c6a386e263584 (patch)
tree6373563d9ee8ef7d47c4a4ccff57f619c16d18b1 /src/common/torlog.h
parente261a1a3e6513eeafa1b53b83ebfec7f5d834a39 (diff)
downloadtor-89ee779f928af4ad31ad6d45936c6a386e263584.tar
tor-89ee779f928af4ad31ad6d45936c6a386e263584.tar.gz
Add a torrc option to report log domains
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r--src/common/torlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/torlog.h b/src/common/torlog.h
index f0be73227..791e36394 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);