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

Method Log

ProgramLog/error/error.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void Error::impl::Log(std::wstring_view msg, spdlog::level::level_enum level, std::source_location location)
29{
30 spdlog::log({ location.file_name(), static_cast<int>(location.line()), location.function_name() }, level, msg);
31}
32
33std::wstring Error::impl::GetLogMessage(std::wstring_view message, std::wstring_view error_message)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected