mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
update
This commit is contained in:
@@ -121,6 +121,11 @@ public:
|
|||||||
return overrun_counter_;
|
return overrun_counter_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void reset_overrun_counter()
|
||||||
|
{
|
||||||
|
overrun_counter_ = 0;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// copy from other&& and reset it to disabled state
|
// copy from other&& and reset it to disabled state
|
||||||
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
|
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
|
||||||
|
Reference in New Issue
Block a user