mirror of https://github.com/gabime/spdlog.git
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.
17 lines
435 B
C
17 lines
435 B
C
![]()
12 years ago
|
// 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"
|