mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
some cleanup
This commit is contained in:
@@ -16,7 +16,8 @@ int main(int, char *[])
|
||||
{
|
||||
int x = 4;
|
||||
spdlog::info("HELLO {}", "st at ic");
|
||||
spdlog::warn("HELLO {}*{} = {}", x, x, x*x);
|
||||
spdlog::warn("HELLO {} *{} = {}", x, x, x*x);
|
||||
|
||||
/*auto *l = get_logger();
|
||||
l->info("HEllo {}", "HG FS");*/
|
||||
}
|
Reference in New Issue
Block a user