mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
Fixed eol write in pattern_formatter_impl
This commit is contained in:
@@ -704,5 +704,5 @@ inline void spdlog::pattern_formatter::format(details::log_msg &msg)
|
||||
f->format(msg, tm_time);
|
||||
}
|
||||
// write eol
|
||||
msg.formatted.write(_eol.data(), _eol.size());
|
||||
msg.formatted << _eol;
|
||||
}
|
||||
|
Reference in New Issue
Block a user