|
spdlog
|
Go to the source code of this file.
#include <spdlog/common.h>#include <spdlog/sinks/base_sink.h>#include <spdlog/details/null_mutex.h>#include <spdlog/details/tcp_client.h>#include <mutex>#include <string>#include <chrono>#include <functional>Classes | |
| struct | spdlog::sinks::tcp_sink_config |
| class | spdlog::sinks::tcp_sink< Mutex > |
Namespaces | |
| namespace | spdlog |
| namespace | spdlog::sinks |
Typedefs | |
| using | spdlog::sinks::tcp_sink_mt = tcp_sink< std::mutex > |
| using | spdlog::sinks::tcp_sink_st = tcp_sink< spdlog::details::null_mutex > |