spdlog
Loading...
Searching...
No Matches
tests
includes.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
catch.hpp
"
4
#include "
utils.h
"
5
#include <
chrono
>
6
#include <
cstdio
>
7
#include <
exception
>
8
#include <
fstream
>
9
#include <
iostream
>
10
#include <
ostream
>
11
#include <
sstream
>
12
#include <
string
>
13
#include <
iomanip
>
14
#include <stdlib.h>
15
16
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG
17
18
#include "
spdlog/spdlog.h
"
19
#include "
spdlog/async.h
"
20
#include "
spdlog/sinks/basic_file_sink.h
"
21
#include "
spdlog/sinks/daily_file_sink.h
"
22
#include "
spdlog/sinks/null_sink.h
"
23
#include "
spdlog/sinks/ostream_sink.h
"
24
#include "
spdlog/sinks/rotating_file_sink.h
"
25
#include "
spdlog/sinks/stdout_color_sinks.h
"
26
#include "
spdlog/pattern_formatter.h
"
async.h
basic_file_sink.h
catch.hpp
chrono
cstdio
daily_file_sink.h
exception
fstream
iomanip
iostream
null_sink.h
ostream_sink.h
ostream
pattern_formatter.h
rotating_file_sink.h
spdlog.h
sstream
stdout_color_sinks.h
string
utils.h
Generated by
1.9.8