summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-12-06 14:45:56 +0100
committerMartin Mares <mj@ucw.cz>1999-12-06 14:45:56 +0100
commita0c37b45e59f024fc24b65ffbaf2c9e0f1996938 (patch)
treeb20a91de7de7349266e4eb708c839f8ceb9d7a77 /lib
parent7c0cc76ed76100ef8492f13eeec1e061d52b9be0 (diff)
downloadbird-a0c37b45e59f024fc24b65ffbaf2c9e0f1996938.tar
bird-a0c37b45e59f024fc24b65ffbaf2c9e0f1996938.zip
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/birdlib.h3
1 files changed, 0 insertions, 3 deletions
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 */