#include <iostream>
#include <mutex>
#include <spdlog/common.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/sinks/base_sink.h>
Go to the source code of this file.
Classes | |
class | spdlog::sinks::CallbackSink< Mutex > |
Namespaces | |
spdlog | |
spdlog::sinks | |
Macros | |
#define | SPDLOG_HEADER_ONLY |
Typedefs | |
typedef void(* | spdlog::sinks::LogCallback) (int lvl, const char *msg) |
using | spdlog::sinks::callback_sink_mt = CallbackSink< std::mutex > |
using | spdlog::sinks::callback_sink_st = CallbackSink< details::null_mutex > |
#define SPDLOG_HEADER_ONLY |