MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / Handle

Function Handle

ProgramLog/error/error.hpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

LogClass · 0.85

Tested by

no test coverage detected