C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
MIT License
3.8k
stars
929
forks
source link
C++0x support not detected properly on MSVC 17 #282
The C++0x support is not detected properly due to the changes in the commit e8df64b. The _MSC_VER is defined as 1700 but it never defines the ELPP_CXX11.
The C++0x support is not detected properly due to the changes in the commit e8df64b. The _MSC_VER is defined as 1700 but it never defines the ELPP_CXX11.