Skip to content

Commit

Permalink
Merge pull request #366 from Sam071100/master
Browse files Browse the repository at this point in the history
Updated Readme.md
  • Loading branch information
destogl authored Jan 7, 2021
2 parents 6b6304e + 0e558f9 commit bd13aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/opc/spdlog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.
* Android

## Features
* Very fast - performance is the primary goal (see [benchmarks](#benchmarks) below).
* Headers only, just copy and use.
* Very fast and efficient - performance is the primary goal (see [benchmarks](#benchmarks) below).
* Headers only, just copy and use to save your time.
* Feature rich [call style](#usage-example) using the excellent [fmt](https://github.com/fmtlib/fmt) library.
* Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec.
* [Custom](https://github.com/gabime/spdlog/wiki/3.-Custom-formatting) formatting.
Expand Down

0 comments on commit bd13aee

Please sign in to comment.