Classes | Namespaces | Macros | Typedefs
callbackSink.hpp File Reference
#include <iostream>
#include <mutex>
#include <spdlog/common.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/sinks/base_sink.h>
Include dependency graph for callbackSink.hpp:
This graph shows which files directly or indirectly include this file:

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 >
 

Macro Definition Documentation

◆ SPDLOG_HEADER_ONLY

#define SPDLOG_HEADER_ONLY