31 #ifndef LEDGER_CORE_LOGPRINTERSINK_HPP 32 #define LEDGER_CORE_LOGPRINTERSINK_HPP 34 #include <spdlog/spdlog.h> 35 #include <spdlog/sinks/sink.h> 36 #include <spdlog/sinks/base_sink.h> 40 namespace spd = spdlog;
51 virtual void sink_it_(
const spdlog::details::log_msg &msg)
override;
53 virtual void flush_()
override;
56 std::weak_ptr<api::LogPrinter> _printer;
62 #endif //LEDGER_CORE_LOGPRINTERSINK_HPP Definition: LogPrinterSink.hpp:47
Definition: Account.cpp:8