mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Update README.md
This commit is contained in:
parent
817d2764b6
commit
6095db951b
@ -300,15 +300,6 @@ void android_example()
|
|||||||
android_logger->critical("Use \"adb shell logcat\" to view this message.");
|
android_logger->critical("Use \"adb shell logcat\" to view this message.");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
---
|
|
||||||
#### Compile-time format string syntax checking
|
|
||||||
```C++
|
|
||||||
#include "spdlog/spdlog.h"
|
|
||||||
int main()
|
|
||||||
{
|
|
||||||
spdlog::info(FMT_STRING("{:d} is an invalid format tag"));
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Benchmarks
|
## Benchmarks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user