You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/test/stdafx.h

17 lines
435 B
C++

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include <thread>
#include <iostream>
#include <chrono>
#include "utils.h"
#include "../include/c11log/logger.h"
#include "../include/c11log/sinks/async_sink.h"
#include "../include/c11log/sinks/stdout_sinks.h"
#include "../include/c11log/sinks/file_sinks.h"