diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-06-19 04:32:18 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-06-19 04:32:18 +0800 |
commit | 19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767 (patch) | |
tree | 04f063fc3c18e43eea5251943be93fa89cfd5549 /camel/camel-log.h | |
parent | 499ae51b86891889ffb5fd9954b1f60efcadfed2 (diff) | |
download | gsoc2013-evolution-19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767.tar gsoc2013-evolution-19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767.tar.gz gsoc2013-evolution-19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767.tar.bz2 gsoc2013-evolution-19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767.tar.lz gsoc2013-evolution-19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767.tar.xz gsoc2013-evolution-19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767.tar.zst gsoc2013-evolution-19a118096fe6f3d7b79a0fe3cb6e5bfe50ef8767.zip |
Commit of all Netherlands changes.
All mime stuff uses streams now, and it still works.
Bertrand
svn path=/trunk/; revision=981
Diffstat (limited to 'camel/camel-log.h')
-rw-r--r-- | camel/camel-log.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/camel-log.h b/camel/camel-log.h index b2c9cbe305..dfe023cc3c 100644 --- a/camel/camel-log.h +++ b/camel/camel-log.h @@ -38,7 +38,9 @@ typedef enum { FULL_DEBUG = 10 } CamelLogLevel; -/* the goal here is to be able to have a hard maximum log +#define HARD_LOG_LEVEL FULL_DEBUG + +/* the idea 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 |