Crow/settings.h
2014-05-20 23:30:51 +01:00

18 lines
322 B
C

// settings for crow
// TODO - replace with runtime config. libucl?
/* #ifdef - enables debug mode */
#define CROW_ENABLE_DEBUG
/* #ifdef - enables logging */
#define CROW_ENABLE_LOGGING
/* #define - specifies log level */
/*
CRITICAL = 0
ERROR = 1
WARNING = 2
INFO = 3
DEBUG = 4
*/
#define CROW_LOG_LEVEL 4