Document syslog_identity_tag for add_syslog_log

This commit is contained in:
Peter Palfrader 2015-09-30 18:02:52 +02:00 committed by Nick Mathewson
parent 1cf0d82280
commit 335af6fed8

View File

@ -1097,6 +1097,9 @@ add_file_log(const log_severity_list_t *severity, const char *filename,
#ifdef HAVE_SYSLOG_H
/**
* Add a log handler to send messages to they system log facility.
*
* If this is the first log handler, opens syslog with ident Tor or
* Tor-<syslog_identity_tag> if that is not NULL.
*/
int
add_syslog_log(const log_severity_list_t *severity, const char* syslog_identity_tag)