Update mdc.h

This commit is contained in:
Gabi Melman 2024-03-29 15:28:28 +03:00 committed by GitHub
parent 1f93017403
commit 4517ce8b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;