From 7f81757d52326126f88e898241dc40c1668f5164 Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 22 Jun 1999 16:12:27 +0000 Subject: moved all the content-type stuff here. (camel_data_wrapper_init): 1999-06-22 bertrand * camel/camel-data-wrapper.c (_get_content_type): moved all the content-type stuff here. (camel_data_wrapper_init): initialize the instance content-type field. * camel/camel-mime-part.c (_parse_header_pair): parse Content-Type stuff in header. (_write_to_stream): write the content type stuff to the stream. svn path=/trunk/; revision=985 --- camel/camel-log.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'camel/camel-log.h') diff --git a/camel/camel-log.h b/camel/camel-log.h index dfe023cc3c..5ab9f8f405 100644 --- a/camel/camel-log.h +++ b/camel/camel-log.h @@ -34,11 +34,12 @@ extern FILE *camel_log_file_descriptor; typedef enum { NO_LOG = 0, STRANGE = 5, - WARNING = 7, + WARNING = 6, + TRACE = 8, FULL_DEBUG = 10 } CamelLogLevel; -#define HARD_LOG_LEVEL FULL_DEBUG +#define HARD_LOG_LEVEL TRACE /* the idea here is to be able to have a hard maximum log level, given at compilation time, and a soft one, given at @@ -46,6 +47,7 @@ runtime (with camel_debug_level). For the moment, only soft level is implmented, but one day, when performance become important, I will set the hard one too */ + #define CAMEL_LOG(level, args...) camel_log(level,##args) extern void camel_log(CamelLogLevel level, const gchar *format, ... ); -- cgit v1.2.3