mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
backtrace support api
This commit is contained in:
@@ -45,6 +45,12 @@ public:
|
||||
sinks_ = std::move(sinks);
|
||||
}
|
||||
|
||||
std::vector<std::shared_ptr<sink>>& sinks()
|
||||
{
|
||||
return sinks_;
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
void sink_it_(const details::log_msg &msg) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user