mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-01 02:42:41 +08:00
Update mdc.h
This commit is contained in:
parent
1f93017403
commit
4517ce8b5c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user