mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
fixed example
This commit is contained in:
parent
b3543452c2
commit
8932b77d63
@ -28,8 +28,6 @@ int main(int, char *[])
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
async_example();
|
|
||||||
return 0;
|
|
||||||
auto console = spdlog::stdout_color_st("console");
|
auto console = spdlog::stdout_color_st("console");
|
||||||
console->info("Welcome to spdlog!");
|
console->info("Welcome to spdlog!");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user