diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-25 15:53:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-25 15:53:15 -0500 |
commit | 89ee779f928af4ad31ad6d45936c6a386e263584 (patch) | |
tree | 6373563d9ee8ef7d47c4a4ccff57f619c16d18b1 /src/common/torlog.h | |
parent | e261a1a3e6513eeafa1b53b83ebfec7f5d834a39 (diff) | |
download | tor-89ee779f928af4ad31ad6d45936c6a386e263584.tar.gz tor-89ee779f928af4ad31ad6d45936c6a386e263584.zip |
Add a torrc option to report log domains
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r-- | src/common/torlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |