mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Update example.cpp
This commit is contained in:
@@ -272,7 +272,7 @@ struct fmt_lib::formatter<my_type> : fmt_lib::formatter<std::string>
|
||||
|
||||
void user_defined_example()
|
||||
{
|
||||
spdlog::info("user defined type: {}", my_type{14});
|
||||
spdlog::info("user defined type: {}", my_type(14));
|
||||
}
|
||||
|
||||
// Custom error handler. Will be triggered on log failure.
|
||||
|
Reference in New Issue
Block a user