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

Update logger.h

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