mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update mdc.h
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <spdlog/common.h>
|
||||
#include <map>
|
||||
|
||||
namespace spdlog {
|
||||
|
||||
class SPDLOG_API mdc {
|
||||
class mdc {
|
||||
public:
|
||||
static void put(const std::string &key, const std::string &value) {
|
||||
get_context()[key] = value;
|
||||
|
Reference in New Issue
Block a user