You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -314,6 +314,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
314
314
315
315
*[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]
316
316
*[easyloggingpp](https://github.com/easylogging/easyloggingpp) - Single header only C++ logging library. [MIT][website](http://easylogging.org/)
317
+
*[G3log](https://bitbucket.org/KjellKod/g3log) - Asynchronous logger with Dynamic Sinks. [PublicDomain]
317
318
*[Log4cpp](http://log4cpp.sourceforge.net/) - A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. [LGPL]
318
319
*[log4cplus](https://github.com/log4cplus/log4cplus) - A simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. [BSD & Apache 2.0]
319
320
*[spdlog](https://github.com/gabime/spdlog) - Super fast, header only, C++ logging library.
@@ -484,7 +485,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
484
485
*[SLDR](https://github.com/cesanta/sldr) - Super Light DNS Resolver. [GPL2/Commercial]
485
486
*[SLRE](https://github.com/cesanta/slre) - Super Light Regular Expression library. [GPL2/Commercial]
486
487
*[Stage](https://github.com/rtv/Stage) - Mobile robot simulator. [GPL2]
487
-
*[stb](https://github.com/nothings/stb) - A range of single-file libraries for C/C++. [Public domain]
488
+
*[stb](https://github.com/nothings/stb) - A range of single-file libraries for C/C++. [PublicDomain]
488
489
*[VarTypes](https://code.google.com/p/vartypes/) - A feature-rich, object-oriented framework for managing variables in C++ / Qt4. [LGPL]
489
490
*[ZBar](http://zbar.sourceforge.net/) - A barcode scanner library, which allows to scan photos/images/video streams for barcodes and return their value. [LGPL2]
490
491
*[ZXing](https://github.com/zxing/zxing/) - An open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. [Apache]
0 commit comments