| 22 | |
| 23 | template<spdlog::level::level_enum level> |
| 24 | inline void Handle(std::wstring_view message, std::wstring_view error_message, std::source_location location) |
| 25 | { |
| 26 | Log(GetLogMessage(message, error_message), level, location); |
| 27 | } |
| 28 | |
| 29 | template<> |
| 30 | PROGRAMLOG_API void Handle<spdlog::level::err>(std::wstring_view message, std::wstring_view error_message, std::source_location location); |