|
Agora
1.2.0
Agora project
|
#include "spdlog/sinks/base_sink.h"#include "spdlog/details/circular_q.h"#include "spdlog/details/log_msg_buffer.h"#include "spdlog/details/null_mutex.h"#include <mutex>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| class | spdlog::sinks::ringbuffer_sink< Mutex > |
Namespaces | |
| spdlog | |
| spdlog::sinks | |
Typedefs | |
| using | spdlog::sinks::ringbuffer_sink_mt = ringbuffer_sink< std::mutex > |
| using | spdlog::sinks::ringbuffer_sink_st = ringbuffer_sink< details::null_mutex > |