mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
static lib wip
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user