You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ fmtlog is a performant asynchronous logging library using [fmt](https://github.c
5
5
* 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).
6
6
* Headers only or compiled
7
7
* 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.
9
9
* Custom formatting
10
10
* Custom handling - user can set a callback function to handle log msgs in addition to writing into file.
11
11
* Log filtering - log levels can be modified in runtime as well as in compile time.
0 commit comments