mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 06:32:06 +08:00
Fixed example.cpp
This commit is contained in:
parent
0c19bdd772
commit
8fdd26da82
@ -29,7 +29,6 @@ int main(int, char *[])
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
syslog_example();
|
|
||||||
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