21#ifndef ORES_ORE_XML_EXPORTER_HPP
22#define ORES_ORE_XML_EXPORTER_HPP
25#include "ores.logging/make_logger.hpp"
26#include "ores.refdata/domain/currency.hpp"
35 inline static std::string_view logger_name =
"ores.ore.xml.exporter";
39 static auto instance = make_logger(logger_name);
45 export_currency_config(
const std::vector<refdata::domain::currency>& v);
Implements logging infrastructure for ORE Studio.
Definition boost_severity.hpp:28
Provides XML serialisation support for ORE types.
Definition exporter.hpp:28
Exports domain objects to their ORE XML representation.
Definition exporter.hpp:33