This commit is contained in:
Timur A. Fatkhullin
2025-11-16 10:34:17 +03:00
parent e18066e4a6
commit 0ce4430668
3 changed files with 53 additions and 51 deletions

View File

@@ -135,11 +135,6 @@ public:
_loggerSPtr->log(spdlog::level::trace, fmt, std::forward<ArgTs>(args)...);
}
protected:
std::list<std::string> _currentLogPatternRange;
std::string _currentLogPattern;
std::shared_ptr<spdlog::logger> _loggerSPtr;
// helper methods
@@ -180,6 +175,12 @@ protected:
{
addMarkToPatternIdx(std::string_view{mark}, after_idx);
}
protected:
std::list<std::string> _currentLogPatternRange;
std::string _currentLogPattern;
std::shared_ptr<spdlog::logger> _loggerSPtr;
};
} // namespace mcc::utils