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

Updated Readme.md

This commit is contained in:
Shubham Samrat 2020-10-01 00:05:14 +05:30 committed by GitHub
parent d24d7806a7
commit 0e558f9615
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.