mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
readme
This commit is contained in:
parent
6f35dfd667
commit
214b938858
@ -1,6 +1,6 @@
|
||||
# spdlog
|
||||
|
||||
spdlog is very fast, header only, c++11 logging library.
|
||||
Very fast, header only, c++11 logging library.
|
||||
|
||||
|
||||
## Install
|
||||
@ -13,13 +13,15 @@ Just copy the files to your build tree and use a C++11 compiler
|
||||
* visual studio 2013
|
||||
|
||||
##Features
|
||||
* Stream like, east to use interface
|
||||
* Very low overhead
|
||||
* Stream like, easy to use interface
|
||||
* Logging levels
|
||||
* Rotating log files
|
||||
* Daily log files
|
||||
* Async logging
|
||||
* Thread safety
|
||||
* Very low overhead
|
||||
* Custom formatting
|
||||
|
||||
|
||||
## Performance
|
||||
The library is very fast.
|
||||
|
Loading…
Reference in New Issue
Block a user