mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
wip
This commit is contained in:
@@ -14,9 +14,5 @@ spdlog::logger *get_logger();
|
||||
int main(int, char *[])
|
||||
{
|
||||
auto *l = get_logger();
|
||||
l->info("HE LO ", "GA");
|
||||
l->error("Some {} {} {}", "er or");
|
||||
l->error("Some {} {} {}", "er or");
|
||||
|
||||
|
||||
l->info("HE LO ", "GA");
|
||||
}
|
Reference in New Issue
Block a user