2017-03-25 13:06:14 -06:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define ELPP_THREAD_SAFE
|
|
|
|
#define ELPP_DEFAULT_LOG_FILE ""
|
|
|
|
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
|
|
|
#define ELPP_NO_CHECK_MACROS
|
2017-12-23 07:04:20 -07:00
|
|
|
#define ELPP_WINSOCK2
|
2017-12-16 08:30:36 -07:00
|
|
|
#define ELPP_NO_DEBUG_MACROS
|
2018-10-24 02:30:33 -06:00
|
|
|
#define ELPP_UTC_DATETIME
|
2017-12-16 08:30:56 -07:00
|
|
|
|
|
|
|
#ifdef EASYLOGGING_CC
|
2018-01-04 05:50:43 -07:00
|
|
|
#if !(!defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
|
2017-12-16 08:30:56 -07:00
|
|
|
#define ELPP_FEATURE_CRASH_LOG
|
|
|
|
#endif
|
2018-01-04 05:50:43 -07:00
|
|
|
#endif
|