We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e1f22 commit 32bab0eCopy full SHA for 32bab0e
README.md
@@ -50,6 +50,7 @@ $ cmake .. && make -j
50
* syslog.
51
* Windows event log.
52
* Windows debugger (```OutputDebugString(..)```).
53
+ * Log to Qt widgets ([example](#log-to-qt-with-nice-colors)).
54
* Easily [extendable](https://github.com/gabime/spdlog/wiki/4.-Sinks#implementing-your-own-sink) with custom log targets.
55
* Log filtering - log levels can be modified at runtime as well as compile time.
56
* Support for loading log levels from argv or environment var.
0 commit comments