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