From caeedddbe6297eda63b386a8955546b41d6543bf Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 18 Apr 1999 20:24:26 +0000 Subject: started implementation typo uncommented the store related code. 1999-04-18 bertrand * camel/camel-store.[ch]: started implementation * camel/camel-folder.c (camel_folder_get_type): typo uncommented the store related code. (camel_folder_create): enable som store relted code. Not finished. Have to define public methods first. * camel/camel-log.h: some explanation about the log system svn path=/trunk/; revision=854 --- camel/camel-log.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'camel/camel-log.h') diff --git a/camel/camel-log.h b/camel/camel-log.h index fd96461258..2e68fdc770 100644 --- a/camel/camel-log.h +++ b/camel/camel-log.h @@ -35,7 +35,13 @@ typedef enum { NO_LOG = 0, FULL_DEBUG = 10 } CamelLogLevel; - + +/* the goal here is to be able to have a hard maximum log +level, given at compilation time, and a soft one, given at +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