We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eef56f commit 320d892Copy full SHA for 320d892
1 file changed
README.md
@@ -10,6 +10,7 @@ Looking for a simple logger for your C++ project? `SimpleLogger` might be for yo
10
* Date / time
11
* Logging levels: `Trace`, `Debug`, `Info`, `Warning`, `Error`, `Fatal`
12
* Log to file and/or console
13
+* Thread-safe
14
* Uses streams (<< operator)
15
* Very easy to use
16
0 commit comments