From 106f6c534876848e5366267c753941fda4e2cd2b Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sun, 16 Nov 2014 12:41:17 -0600 Subject: [PATCH] spdlog Super fast, header only, C++ logging library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8e260f..7102b88 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Boost.Log](http://www.boost.org/doc/libs/1_56_0/libs/log/doc/html/index.html) - Designed to be very modular and extensible. [Boost] * [easyloggingpp](https://github.com/easylogging/easyloggingpp) - Single header only C++ logging library. [MIT] [website](http://easylogging.org/) * [Log4cpp](http://log4cpp.sourceforge.net/) - A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. [LGPL] +* [spdlog](https://github.com/gabime/spdlog) - Super fast, header only, C++ logging library. * [templog](http://www.templog.org/) - A very small and lightweight C++ library which you can use to add logging to your C++ applications. [Boost] ## Machine Learning