Agora  1.2.0
Agora project
test_sink.h File Reference
#include "spdlog/details/null_mutex.h"
#include "spdlog/sinks/base_sink.h"
#include "spdlog/fmt/fmt.h"
#include <chrono>
#include <mutex>
#include <thread>
Include dependency graph for test_sink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  spdlog::sinks::test_sink< Mutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Typedefs

using spdlog::sinks::test_sink_mt = test_sink< std::mutex >
 
using spdlog::sinks::test_sink_st = test_sink< details::null_mutex >