mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
wip static lib
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include "spdlog/spdlog.h"
|
||||
#include "spdlog/logger.h"
|
||||
|
||||
spdlog::logger *get_logger();
|
||||
@@ -14,5 +15,5 @@ spdlog::logger *get_logger();
|
||||
int main(int, char *[])
|
||||
{
|
||||
auto *l = get_logger();
|
||||
l->info(L"HEllo {}", L"HGFS");
|
||||
l->info("HEllo {}", "HG FS");
|
||||
}
|
Reference in New Issue
Block a user