Commit e9f34fbd authored by gabime's avatar gabime

wip

parent 17f9cdd4
......@@ -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");
}
\ No newline at end of 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment