From 55f2ab9cc3c8f2422576f2354d88afdcd9a88e71 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Oct 2005 22:21:29 +0000 Subject: Migrate a few more files to domained logging svn:r5285 --- src/common/log.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/common/log.h') diff --git a/src/common/log.h b/src/common/log.h index 596bb1d991..c13566bacb 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -51,12 +51,16 @@ #endif /* Logging domains */ -#define LD_GENERAL 0 -#define LD_CRYPTO 1 -#define LD_NET 2 -#define LD_CONFIG 3 -#define LD_FS 4 +#define LD_GENERAL 0 +#define LD_CRYPTO 1 +#define LD_NET 2 +#define LD_CONFIG 3 +#define LD_FS 4 #define LD_PROTOCOL 5 +#define LD_MM 6 +#define LD_HTTP 7 +#define LD_APP 8 +#define LD_CONTROL 9 typedef void (*log_callback)(int severity, int domain, const char *msg); -- cgit v1.2.3-54-g00ecf