#include <callbackSink.hpp>
Public Member Functions | |
CallbackSink (std::string tag="spdlog", LogCallback callback=nullptr, void(*flush)()=nullptr) | |
void | set_callback (LogCallback callback) |
void | set_flush (void(*flush)()) |
Protected Member Functions | |
void | sink_it_ (const details::log_msg &msg) override |
void | flush_ () override |
Protected Attributes | |
LogCallback | _callback |
void(* | _flush )() |
|
inlineexplicit |
|
inlineoverrideprotected |
|
inline |
|
inline |
|
inlineoverrideprotected |
|
protected |
|
protected |