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
|
#pragma once
|
||||||
|
|
||||||
#include <spdlog/common.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
|
|
||||||
class SPDLOG_API mdc {
|
class mdc {
|
||||||
public:
|
public:
|
||||||
static void put(const std::string &key, const std::string &value) {
|
static void put(const std::string &key, const std::string &value) {
|
||||||
get_context()[key] = value;
|
get_context()[key] = value;
|
||||||
|
Reference in New Issue
Block a user