Skip to content

Commit 1fbbd76

Browse files
committed
G3log
1 parent 4f7db4b commit 1fbbd76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
314314

315315
* [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]
316316
* [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]
317318
* [Log4cpp](http://log4cpp.sourceforge.net/) - A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. [LGPL]
318319
* [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]
319320
* [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
484485
* [SLDR](https://github.com/cesanta/sldr) - Super Light DNS Resolver. [GPL2/Commercial]
485486
* [SLRE](https://github.com/cesanta/slre) - Super Light Regular Expression library. [GPL2/Commercial]
486487
* [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]
488489
* [VarTypes](https://code.google.com/p/vartypes/) - A feature-rich, object-oriented framework for managing variables in C++ / Qt4. [LGPL]
489490
* [ZBar](http://zbar.sourceforge.net/) - A barcode scanner library, which allows to scan photos/images/video streams for barcodes and return their value. [LGPL2]
490491
* [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

Comments
 (0)