1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-01-15 17:27:57 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Gabi Melman
7d07e0312a
Update README.md 2021-04-10 13:07:36 +03:00
Gabi Melman
e1c73fd8f4
Update README.md 2021-04-10 13:05:39 +03:00
Gabi Melman
b83ab21283
Update README.md 2021-04-10 13:02:16 +03:00

View File

@ -49,7 +49,7 @@ $ cmake .. && make -j
* syslog.
* Windows event log.
* Windows debugger (```OutputDebugString(..)```).
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
* Easily [extendable](https://github.com/gabime/spdlog/wiki/4.-Sinks#implementing-your-own-sink) with custom log targets.
* Log filtering - log levels can be modified in runtime as well as in compile time.
* Support for loading log levels from argv or from environment var.
* [Backtrace](#backtrace-support) support - store debug messages in a ring buffer and display later on demand.