mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
wip static lib
This commit is contained in:
@@ -14,6 +14,9 @@ spdlog::logger *get_logger();
|
||||
|
||||
int main(int, char *[])
|
||||
{
|
||||
auto *l = get_logger();
|
||||
l->info("HEllo {}", "HG FS");
|
||||
int x = 4;
|
||||
spdlog::info("HELLO {}", "st at ic");
|
||||
spdlog::warn("HELLO {}*{} = {}", x, x, x*x);
|
||||
/*auto *l = get_logger();
|
||||
l->info("HEllo {}", "HG FS");*/
|
||||
}
|
Reference in New Issue
Block a user