This commit is contained in:
gabime 2019-04-05 23:10:12 +03:00
parent 17f9cdd401
commit e9f34fbd26
2 changed files with 2 additions and 8 deletions

View File

@ -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");
}

View File

@ -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