From a0c37b45e59f024fc24b65ffbaf2c9e0f1996938 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 6 Dec 1999 13:45:56 +0000 Subject: Logging is now configurable. You can define multiple log outputs (to both files and syslog) and assign lists of message categories to each of them. --- lib/birdlib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/birdlib.h b/lib/birdlib.h index 93ac38e..722fe57 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -44,9 +44,6 @@ void bug(char *msg, ...) NORET; #define L_FATAL "\007" /* Fatal errors */ #define L_BUG "\010" /* BIRD bugs */ -void log_init(char *); /* Initialize logging to given file (NULL=stderr, ""=syslog) */ -void log_init_debug(char *); /* Initialize debug dump to given file (NULL=stderr, ""=off) */ - void debug(char *msg, ...); /* Printf to debug output */ /* Debugging */ -- cgit v1.2.3