fix: Log宏不检查log rotate

This commit is contained in:
status102
2025-06-17 15:47:52 +08:00
parent 4c66d0aa12
commit ee77b53cf3

View File

@@ -859,6 +859,7 @@ private:
template <typename... args_t>
auto stream(level lv, args_t&&... args)
{
rotate();
#ifdef ASST_DEBUG
return LogStream(
std::unique_lock { m_trace_mutex },