libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
Logger.cpp
Go to the documentation of this file.
1 #include "Logger.h"
2 
3 namespace doip {
4 
5 
6 // Static member definition
7 std::unordered_map<std::string, std::shared_ptr<spdlog::logger>> Logger::m_loggers;
8 
9 } // namespace doip
Definition: AnsiColors.h:3