mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
Merge pull request #441 from alzix/count_discarded
add an option to warn about discarded messages
This commit is contained in:
@@ -120,3 +120,10 @@
|
||||
//
|
||||
// #define SPDLOG_FINAL final
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Uncomment count in print warning message about number of dropped messages.
|
||||
// Only relevant for async_logger with async_overflow_policy::discard_log_msg
|
||||
//
|
||||
// #define SPDLOG_ASYNC_COUNT_DISCARDED_MSG
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user