mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Added Mapped Diagnostic Context (MDC) support (#2907)
* Added Mapped Diagnostic Context (MDC) support * Update include statement * Optimize string creation * Fix includes * Fix padding rules in mdc empty case * Add comment to describe the use of mdc formatter
This commit is contained in:

committed by
GitHub

parent
23587b0d9a
commit
d03eb40c17
@@ -26,6 +26,7 @@
|
||||
#include "spdlog/spdlog.h"
|
||||
#include "spdlog/async.h"
|
||||
#include "spdlog/details/fmt_helper.h"
|
||||
#include "spdlog/mdc.h"
|
||||
#include "spdlog/sinks/basic_file_sink.h"
|
||||
#include "spdlog/sinks/daily_file_sink.h"
|
||||
#include "spdlog/sinks/null_sink.h"
|
||||
|
Reference in New Issue
Block a user