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

Compare commits

...

2 Commits

Author SHA1 Message Date
Denis Štogl
bd13aee245
Merge pull request #366 from Sam071100/master
Updated Readme.md
2021-01-07 16:02:50 +01:00
Shubham Samrat
0e558f9615
Updated Readme.md 2020-10-01 00:05:14 +05:30

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.