Agora  1.2.0
Agora project
ostream_sink.h File Reference
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <mutex>
#include <ostream>
Include dependency graph for ostream_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::ostream_sink< Mutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Typedefs

using spdlog::sinks::ostream_sink_mt = ostream_sink< std::mutex >
 
using spdlog::sinks::ostream_sink_st = ostream_sink< details::null_mutex >