mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Minor style
This commit is contained in:
@@ -73,7 +73,7 @@ std::shared_ptr<logger> logger::clone(std::string logger_name) {
|
||||
return cloned;
|
||||
}
|
||||
|
||||
// private methods
|
||||
// private/protected methods
|
||||
void logger::flush_() {
|
||||
for (auto &sink : sinks_) {
|
||||
SPDLOG_TRY { sink->flush(); }
|
||||
|
Reference in New Issue
Block a user