mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
14 lines
258 B
C++
14 lines
258 B
C++
#pragma once
|
|
|
|
#include <cstdio>
|
|
#include <fstream>
|
|
#include <string>
|
|
#include <ostream>
|
|
#include <chrono>
|
|
#include <exception>
|
|
|
|
#define SPDLOG_NO_WCHAR
|
|
#include "catch.hpp"
|
|
#include "../include/spdlog/spdlog.h"
|
|
#include "../include/spdlog/sinks/null_sink.h"
|