mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
log_msg to contain logger_name + astyle
This commit is contained in:
@@ -209,7 +209,7 @@ inline bool c11log::logger::should_log(c11log::level::level_enum level) const
|
||||
|
||||
inline void c11log::logger::_log_it(details::log_msg& msg)
|
||||
{
|
||||
_formatter->format(_logger_name, msg);
|
||||
_formatter->format(msg);
|
||||
for (auto &sink : _sinks)
|
||||
sink->log(msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user