From 2e8353e2f411d2df246eb46889ef0b8ec9799654 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 5 Nov 2004 05:50:35 +0000 Subject: Use new log format; convert old format to new format. svn:r2684 --- src/common/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/log.h') diff --git a/src/common/log.h b/src/common/log.h index 10e6c87dc..c2a4ea176 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -56,6 +56,7 @@ typedef void (*log_callback)(int severity, const char *msg); int parse_log_level(const char *level); +const char *log_level_to_string(int level); void add_stream_log(int severityMin, int severityMax, const char *name, FILE *stream); int add_file_log(int severityMin, int severityMax, const char *filename); #ifdef HAVE_SYSLOG_H -- cgit v1.2.3