mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update mdc.h
This commit is contained in:
parent
1f93017403
commit
4517ce8b5c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user