From 2e60e63747b2726ed683bc1c747c89041bfc05a3 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Wed, 17 Dec 2014 00:26:57 -0600 Subject: [PATCH] log4cplus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f89059d..4cb3205 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,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] +* [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] * [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]