Update logger.h

pull/2143/head
Gabi Melman 4 years ago committed by GitHub
parent d4cbb4eda9
commit 0481696089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -362,8 +362,7 @@ protected:
#endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT
// log the given message (if the given log level is high enough),
// and save backtrace (if backtrace is enabled).
// log the given message (if the given log level is high enough).
virtual void sink_it_(const details::log_msg &msg);
virtual void flush_();
bool should_flush_(const details::log_msg &msg);

Loading…
Cancel
Save