mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update README.md
This commit is contained in:
parent
d8c061aa6e
commit
5a589438d2
@ -249,7 +249,6 @@ void callback_example()
|
|||||||
spdlog::logger logger("custom_callback_logger", {console_sink, callback_sink});
|
spdlog::logger logger("custom_callback_logger", {console_sink, callback_sink});
|
||||||
|
|
||||||
logger.info("some info log");
|
logger.info("some info log");
|
||||||
logger.debug("some debug log");
|
|
||||||
logger.error("critical issue"); // will notify you
|
logger.error("critical issue"); // will notify you
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user