From 17cef2831714c0575483e01aac9cc333145dfe28 Mon Sep 17 00:00:00 2001 From: MuggleWei Date: Thu, 26 Oct 2023 14:35:24 +0800 Subject: [PATCH] add haclog (#1428) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0328e2..34674ee 100644 --- a/README.md +++ b/README.md @@ -692,6 +692,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [fmtlog](https://github.com/MengRao/fmtlog) - A performant fmtlib-style logging library with latency in nanoseconds. [MIT] * [G3log](https://github.com/KjellKod/g3log) - Asynchronous logger with Dynamic Sinks. [PublicDomain] * [glog](https://github.com/google/glog) - C++ implementation of the Google logging module. +* [haclog](https://github.com/MuggleWei/haclog) - An extremely fast plain C logging library. [MIT] * [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]