From a0e3914423c5231b2b481ddd9c1c71a6dbea53c8 Mon Sep 17 00:00:00 2001 From: Sergey Podobry Date: Tue, 19 May 2015 15:36:44 +0300 Subject: [PATCH] Update plog description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d78ff12..32a5c85 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [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 & Apache2] * [loguru](https://github.com/emilk/loguru) - A lightweight C++ logging library. [PublicDomain] -* [plog](https://github.com/SergiusTheBest/plog) - Portable and simple C++ logging library. [MPL2] +* [plog](https://github.com/SergiusTheBest/plog) - Portable and simple log for C++ in less than 1000 lines of code. [MPL2] * [reckless](https://github.com/mattiasflodin/reckless) - Low-latency, high-throughput, asynchronous logging library for C++. [MIT] * [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]