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/tests/includes.h

25 lines
577 B
C

9 years ago
#pragma once
8 years ago
#include "catch.hpp"
#include "utils.h"
#include <chrono>
9 years ago
#include <cstdio>
8 years ago
#include <exception>
9 years ago
#include <fstream>
#include <iostream>
#include <ostream>
8 years ago
#include <string>
9 years ago
8 years ago
#define SPDLOG_TRACE_ON
#define SPDLOG_DEBUG_ON
#define SPDLOG_ENABLE_MESSAGE_COUNTER
7 years ago
#include "spdlog/async.h"
7 years ago
#include "spdlog/sinks/basic_file_sink.h"
7 years ago
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/null_sink.h"
#include "spdlog/sinks/ostream_sink.h"
7 years ago
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
7 years ago
#include "spdlog/spdlog.h"