mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| latency | 8 years ago | |
| logs | 10 years ago | |
| Makefile | 8 years ago | |
| Makefile.mingw | 10 years ago | |
| README.md | 8 years ago | |
| boost-bench-mt.cpp | 8 years ago | |
| boost-bench.cpp | 8 years ago | |
| easyl-async.conf | 8 years ago | |
| easyl-mt.conf | 8 years ago | |
| easyl.conf | 8 years ago | |
| easylogging-bench-async.cpp | 8 years ago | |
| easylogging-bench-mt.cpp | 8 years ago | |
| easylogging-bench.cpp | 8 years ago | |
| g2log-async.cpp | 8 years ago | |
| g3log-async.cpp | 8 years ago | |
| glog-bench-mt.cpp | 8 years ago | |
| glog-bench.cpp | 8 years ago | |
| log4cplus-bench-mt.cpp | 8 years ago | |
| log4cplus-bench.cpp | 8 years ago | |
| log4cpp-bench-mt.cpp | 8 years ago | |
| log4cpp-bench.cpp | 8 years ago | |
| mem | 8 years ago | |
| p7-bench-mt.cpp | 8 years ago | |
| p7-bench.cpp | 8 years ago | |
| plog-bench-mt.cpp | 8 years ago | |
| plog-bench.cpp | 8 years ago | |
| spdlog-async.cpp | 8 years ago | |
| spdlog-bench-mt.cpp | 8 years ago | |
| spdlog-bench.cpp | 8 years ago | |
| spdlog-null-async.cpp | 8 years ago | |
| utils.h | 8 years ago | |
README.md
loggers
| Name | License | Lang. | Year | Platform | Compiler | Dependence | URL |
|---|---|---|---|---|---|---|---|
| Pantheios | BSD | C++ | 2017 | Windows, Linux, MacOSX | VC++, GCC(3.2+), Intel, Borland, Comeau, Digital Mars, Metrowerks | STLSoft | http://www.pantheios.org/ http://blog.pantheios.org/ https://github.com/synesissoftware/Pantheios http://www.pantheios.org/performance.html |
| Glog | 3-clause BSD | C++ | 2017 | Windows, Linux, MacOSX | VC++, GCC, Clang, intel | Google gflags | https://github.com/google/glog |
| G3log | Public Domain | C++11 | 2018 | Windows, Linux, MacOSX, iPhoneOS | VC++, GCC, Clang, MinGW | None | https://github.com/KjellKod/g3log https://github.com/KjellKod/g3sinks https://kjellkod.wordpress.com/2014/08/16/presenting-g3log-the-next-version-of-the-next-generation-of-loggers/ https://kjellkod.wordpress.com/2015/06/30/the-worlds-fastest-logger-vs-g3log/ |
| P7 | LGPL | C++, C, C#, Python | 2017 | Windows, Linux | VC++, GCC, Clang, MinGW | None | http://baical.net/p7.html |
| log4cpp | LGPL | C++ | 2017 | Windows, Linux, MacOSX | VC++, GCC, Sun CC, OpenVMS | Boost | http://log4cpp.sourceforge.net/ |
| log4cplus | 2-clause BSD or Apache 2 | C++ | 2017 | Windows, Linux, MacOSX, Android | VC++, GCC, Clang | Boost | https://github.com/log4cplus/log4cplus https://sourceforge.net/p/log4cplus/wiki/Home/ |
| Easylogging | MIT | C++11 | 2018 | Windows, Linux, MacOSX, iPhoneOS, Android | VC++, GCC, Clang, Intel, MinGW | None | https://github.com/muflihun/easyloggingpp |
| Spdlog | MIT | C++11 | 2018 | Windows, Linux, MacOSX, iPhoneOS, Android(logcat) | VC++, GCC, Clang, MinGW | None, Headers only library | https://github.com/gabime/spdlog https://github.com/fmtlib/fmt |
| Boost.Log v2 | Boost | C++ | 2016 | Windows, Linux, MacOSX, iPhoneOS, Android | VC++, GCC, Clang | Boost | https://github.com/boostorg/log http://www.boost.org/doc/libs/1_66_0/libs/log/doc/html/index.html |
| plog | MPL 2.0 | C++ | 2017 | Windows, Linux, MacOSX, iPhoneOS, Android | gcc, clang, msvc, mingw, mingw-w64, icc, c++builder | None, Headers only library | https://github.com/SergiusTheBest/plog |