static lib wip

This commit is contained in:
gabime
2019-04-05 16:57:49 +03:00
parent e2e3df9013
commit 156b856a80
4 changed files with 6 additions and 18 deletions

View File

@@ -9,15 +9,12 @@
#include "spdlog/logger.h"
spdlog::logger *get_logger();
int main(int, char *[])
{
auto *l = get_logger();
l->info("HELLO {}", "World");
l->warn("SOME WARNINNG");
l->info("HELLO {}", "GA");
l->error("Some {}", "error");