mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
minor fixes
This commit is contained in:
@@ -45,10 +45,17 @@ protected:
|
||||
|
||||
class null_sink:public base_sink
|
||||
{
|
||||
public:
|
||||
static std::shared_ptr<null_sink>& get()
|
||||
{
|
||||
static auto inst = std::make_shared<null_sink>();
|
||||
return inst;
|
||||
}
|
||||
protected:
|
||||
void _sink_it(const details::log_msg&) override
|
||||
{
|
||||
}
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user