spdlog/tests/includes.h

20 lines
437 B
C
Raw Normal View History

2016-04-20 04:57:49 -04:00
#pragma once
2018-03-09 08:26:33 -05:00
#include "catch.hpp"
#include "utils.h"
#include <chrono>
2016-04-20 04:57:49 -04:00
#include <cstdio>
2018-03-09 08:26:33 -05:00
#include <exception>
2016-04-20 04:57:49 -04:00
#include <fstream>
#include <ostream>
2018-03-09 08:26:33 -05:00
#include <string>
2016-04-20 04:57:49 -04:00
2017-11-06 05:39:04 -05:00
#define SPDLOG_TRACE_ON
#define SPDLOG_DEBUG_ON
2018-04-13 20:34:57 -04:00
#include "../include/spdlog/async.h"
2018-04-19 20:04:53 -04:00
#include "../include/spdlog/sinks/file_sinks.h"
2018-04-20 06:20:19 -04:00
#include "../include/spdlog/sinks/null_sink.h"
2016-04-20 04:57:49 -04:00
#include "../include/spdlog/sinks/ostream_sink.h"
2018-04-20 06:20:19 -04:00
#include "../include/spdlog/spdlog.h"