aboutsummaryrefslogblamecommitdiffstats
path: root/include/settings.h
blob: fa51405d7ac8c01808f70dbe156d751c213bef1a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                    
                                              




                                 



                                   

                           
                           

                           
  
                        
// 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 */
/*
	DEBUG 		= 0
	INFO 		= 1
	WARNING		= 2
	ERROR		= 3
	CRITICAL 	= 4
*/
#define CROW_LOG_LEVEL 0