mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-04 19:56:46 +08:00
Minor style
This commit is contained in:
parent
989589dd0b
commit
34e0c8f227
@ -73,7 +73,7 @@ std::shared_ptr<logger> logger::clone(std::string logger_name) {
|
|||||||
return cloned;
|
return cloned;
|
||||||
}
|
}
|
||||||
|
|
||||||
// private methods
|
// private/protected methods
|
||||||
void logger::flush_() {
|
void logger::flush_() {
|
||||||
for (auto &sink : sinks_) {
|
for (auto &sink : sinks_) {
|
||||||
SPDLOG_TRY { sink->flush(); }
|
SPDLOG_TRY { sink->flush(); }
|
||||||
|
Loading…
Reference in New Issue
Block a user