Skip to content

Commit c2fd203

Browse files
authored
Update README.md
1 parent cee5ff5 commit c2fd203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fmtlog is a performant asynchronous logging library using [fmt](https://github.c
55
* Faster - lower runtime latency than [NanoLog](https://github.com/PlatformLab/NanoLog) and higher throughput than [spdlog](https://github.com/gabime/spdlog) (see [Performance](https://github.com/MengRao/fmtlog#Performance) below).
66
* Headers only or compiled
77
* Feature rich formatting on top of excellent fmt library.
8-
* Asynchronous multi-threaded logging in time order and can also be used synchronously in single thread.
8+
* Asynchronous multi-threaded logging **in time order** and can also be used synchronously in single thread.
99
* Custom formatting
1010
* Custom handling - user can set a callback function to handle log msgs in addition to writing into file.
1111
* Log filtering - log levels can be modified in runtime as well as in compile time.

0 commit comments

Comments
 (0)