Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Jan 20, 2023
1 parent d8c061a commit 5a58943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```
Expand Down

0 comments on commit 5a58943

Please sign in to comment.