Update README.md

This commit is contained in:
Gabi Melman 2023-01-21 00:36:56 +02:00 committed by GitHub
parent d8c061aa6e
commit 5a589438d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,7 +249,6 @@ void callback_example()
spdlog::logger logger("custom_callback_logger", {console_sink, callback_sink});
logger.info("some info log");
logger.debug("some debug log");
logger.error("critical issue"); // will notify you
}
```