Unverified Commit 04816960 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update logger.h

parent d4cbb4ed
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment