2017-03-25 20:06:14 +01:00
|
|
|
#pragma once
|
|
|
|
|
2019-10-09 01:14:38 +02:00
|
|
|
#include <limits.h>
|
|
|
|
|
2017-03-25 20:06:14 +01:00
|
|
|
#define ELPP_THREAD_SAFE
|
|
|
|
#define ELPP_DEFAULT_LOG_FILE ""
|
|
|
|
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
|
|
|
#define ELPP_NO_CHECK_MACROS
|
2017-12-23 15:04:20 +01:00
|
|
|
#define ELPP_WINSOCK2
|
2017-12-16 16:30:36 +01:00
|
|
|
#define ELPP_NO_DEBUG_MACROS
|
2018-10-24 10:30:33 +02:00
|
|
|
#define ELPP_UTC_DATETIME
|
2017-12-16 16:30:56 +01:00
|
|
|
|
|
|
|
#ifdef EASYLOGGING_CC
|
2019-09-23 16:30:23 +02:00
|
|
|
#if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
|
2017-12-16 16:30:56 +01:00
|
|
|
#define ELPP_FEATURE_CRASH_LOG
|
|
|
|
#endif
|
2018-01-04 13:50:43 +01:00
|
|
|
#endif
|