Header file logger.hpp
#define SIPLASPLAS_LOGGER_LOGGER_HPP
#include <spdlog/fmt/ostr.h>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/dist_sink.h>
#include <vector>
#include <string>
#include <siplasplas/logger/export.hpp>
namespace cpp
{
class Logger;
}