mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: Log宏不检查log rotate
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user