Update README.md
This commit is contained in:
parent
e7debaacd7
commit
4fcde3b850
@ -192,7 +192,6 @@ void user_defined_example()
|
|||||||
//
|
//
|
||||||
void err_handler_example()
|
void err_handler_example()
|
||||||
{
|
{
|
||||||
|
|
||||||
spdlog::set_error_handler([](const std::string& msg) {
|
spdlog::set_error_handler([](const std::string& msg) {
|
||||||
std::cerr << "my err handler: " << msg << std::endl;
|
std::cerr << "my err handler: " << msg << std::endl;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user