|
#pragma once
|
|
|
|
#define ELPP_THREAD_SAFE
|
|
#define ELPP_DEFAULT_LOG_FILE ""
|
|
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
|
#define ELPP_NO_CHECK_MACROS
|
|
#define ELPP_WINSOCK2
|
|
#define ELPP_NO_DEBUG_MACROS
|
|
|
|
#ifdef EASYLOGGING_CC
|
|
#define ELPP_FEATURE_CRASH_LOG
|
|
#endif
|