mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
Update README.md
This commit is contained in:
@@ -50,7 +50,7 @@ $ cmake .. && make -j
|
|||||||
* Windows debugger (```OutputDebugString(..)```)
|
* 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 with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
|
||||||
* Log filtering - log levels can be modified in runtime as well as in compile time.
|
* Log filtering - log levels can be modified in runtime as well as in compile time.
|
||||||
* Support for loading log levels can be argv or env vars
|
* Support for loading log levels from argv or from environment var.
|
||||||
|
|
||||||
|
|
||||||
## Usage samples
|
## Usage samples
|
||||||
|
Reference in New Issue
Block a user