Mercurial > trustbridge
comparison common/logging.h @ 1058:fe2c6666b462
(issue46) Add debug option to trustbridge client application
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 17:58:55 +0200 |
parents | f89b41fa7048 |
children | 317ee9dc4684 |
comparison
equal
deleted
inserted
replaced
1057:126e5ce4d1d1 | 1058:fe2c6666b462 |
---|---|
23 /** @def Maximum length of log messages */ | 23 /** @def Maximum length of log messages */ |
24 #define MAX_LOG 511 | 24 #define MAX_LOG 511 |
25 | 25 |
26 /** @def The name used for logging */ | 26 /** @def The name used for logging */ |
27 #define LOG_NAME "TrustBridge" | 27 #define LOG_NAME "TrustBridge" |
28 | |
29 extern bool g_debug; | |
28 | 30 |
29 #ifdef WIN32 | 31 #ifdef WIN32 |
30 | 32 |
31 #include <windows.h> | 33 #include <windows.h> |
32 | 34 |