aboutsummaryrefslogblamecommitdiffstats
path: root/settings.h
blob: 563fb1b6e656d87a154a3e70f595f65145ea5bd0 (plain) (tree)
1
2
3
4
5
6
7
                    
                                              




                                 










                                   
// 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