Skip to content

Commit 28d0a40

Browse files
committed
Update README
1 parent 34c8aeb commit 28d0a40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
[![C++20](https://img.shields.io/badge/C%2B%2B-20-blue.svg)](https://en.cppreference.com/w/cpp/20)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
[![Header-only](https://img.shields.io/badge/header--only-yes-brightgreen.svg)](#installation)
6+
[![Lock-free](https://img.shields.io/badge/concurrency-lock--free-orange.svg)](#architecture)
57
[![CI](https://github.com/SlickQuant/slick_logger/actions/workflows/ci.yml/badge.svg)](https://github.com/SlickQuant/slick_logger/actions/workflows/ci.yml)
8+
[![GitHub release](https://img.shields.io/github/v/release/SlickQuant/slick_logger)](https://github.com/SlickQuant/slick_logger/releases)
69

710
A high-performance, cross-platform **header-only** logging library for C++20 using a multi-producer, multi-consumer ring buffer with **multi-sink support** and **log rotation** capabilities.
811

0 commit comments

Comments
 (0)