aboutsummaryrefslogtreecommitdiffstats
path: root/settings.h
blob: 563fb1b6e656d87a154a3e70f595f65145ea5bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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