1
0
mirror of https://github.com/FreeOpcUa/freeopcua synced 2025-10-26 19:56:54 +08:00

Merge pull request #366 from Sam071100/master

Updated Readme.md
This commit is contained in:
Denis Štogl 2021-01-07 16:02:50 +01:00 committed by GitHub
commit bd13aee245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.