mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
wip
This commit is contained in:
parent
17f9cdd401
commit
e9f34fbd26
@ -14,9 +14,5 @@ spdlog::logger *get_logger();
|
||||
int main(int, char *[])
|
||||
{
|
||||
auto *l = get_logger();
|
||||
l->info("HE LO ", "GA");
|
||||
l->error("Some {} {} {}", "er or");
|
||||
l->error("Some {} {} {}", "er or");
|
||||
|
||||
|
||||
l->info("HE LO ", "GA");
|
||||
}
|
@ -6,7 +6,6 @@
|
||||
|
||||
#ifndef SPDLOG_HEADER_ONLY
|
||||
#include "spdlog/details/os.h"
|
||||
#include "spdlog/common.h"
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
@ -15,11 +14,10 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <thread>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user