pull/1089/head
gabime 6 years ago
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…
Cancel
Save